HTML with JustScience |
Hello fellas, nice to meet you again
In this good time I would like to introduce you about how to make an italic text in HTML.
See these text below if you don't know what is Italic 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 I on the editor.
But on HTML, we need a code.. see this code below
There are 2 simple ways to make text become italic.
First
<div style="font-style: italic;">This is Italic</div>
Will appear
This is Italic
Second
<i>This is Italic</i>
Will appear
This is Italic
Yeah... We did it
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