Italics and Underline Elements

We are Learning how to enhance your body contents.  If You want to represent some parts of your text as Italic format then you can use this tag,
<I>…………………………………..</I>


For Example:

<HTML>
<HEAD>

<TITLE>
Program 5
</TITLE>
</HEAD>
<BODY>
This is my Normal writing and <B>this is BOLD</B>
</BODY>
<HTML>
 

Now if you want to Underline any part of text then u can use this tag
<U>………………………..</U>

For Example:

<HTML>
<HEAD>
<TITLE>
Program 6
</TITLE>
</HEAD>
This is Normal <U>This is Underline</U>
</BODY>
</HTML>

Code Description:  In BOLD case just start the tag before the sentence or the word u want to bold and close it just after end of that word or sentence and same with the underline tag.

If you found any difficulties just comment and I will try to solve

0 comments:

Post a Comment