Get the latest news, exclusives, sport, celebrities, showbiz, politics, business and lifestyle from The VeryTime,Stay informed and read the latest news today from The VeryTime, the definitive source.

How to Strike Through a Sentence

8
    • 1). Open your HTML source code file in the Notepad application. Notepad is a text editor that comes with Windows.

    • 2). Place the following lines of CSS code between the <body> and </body> tags:

      <style type="text/css">

      .strike {text-decoration: line-through;}

      </style>

    • 3). Enter the following code at the beginning of any sentence you'd like to use strikethrough on:

      <div>

    • 4). Type this at the end of the sentence you used strikethrough on:

      </div>

      You have successfully used the strikethrough text formatting option on a sentence.

Source...
Subscribe to our newsletter
Sign up here to get the latest news, updates and special offers delivered directly to your inbox.
You can unsubscribe at any time

Leave A Reply

Your email address will not be published.