HTML with JustScience |
Hello fellas, nice to meet you again
In this good time I would like to introduce you about how to make a strike-through text in HTML.
See these text below if you don't know what is strike-through Text.
- This is not Italic
- This is BOLD
- This is Underlined Text
This is text with strikethrough- This is Italic
Now, how we make it ??
If you don't wanna hard way, just blog the text then click symbol of
But on HTML, we need a code.. see this code below
There are 2 simple ways to make text become strike-through.
First
<div style="text-decoration: line-through;">This is strike-through</div>
Will appear
This is strike-through
Second
<strike>This is strike-through</strike>
Will appear
This is strike-through
Cahya : "Yeah... You did it"
You : "I did ??"
Cahya : "That's right dude"
You : "Yeaaahhh motha fucka!!!!"
0 komentar:
Post a Comment
Hey, It's my pleasure to know what was in your mind after reading the article above. So, you can comment or give critics to my writing on this comment box below