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

Related Posts:

  • Bold Face Element After learning the BODY tag now we will learn how to enhance the body part. In text mood if you want to BOLD any part of your text then you have to use the BOLD tag. This tag looks like following: <B>............… Read More
  • Lets move on to Next Program We will now Learn How to put tile on your webpage. Title tag is  <TITLE>...........</TITLE> . For doing this first you have to open the notepad. Then write down the following codes.   <HTML> &… Read More
  • 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&g… Read More
  • Subscript and Superscript Element SUBSCRIPT We familiar with Subscript element. It is mostly used in chemical name , The tag is looks like <SUB>………………….</SUB> Example: <HTML> <HEAD> <TITLE> Program 6 </TITLE> &… Read More
  • Blink Text Now e will learn how to blink some part of a text.  Its work like So for doing effect like this we have to use a tag. The tag format is  <BLINK>..............................</BLINK> Example: <… Read More

0 comments:

Post a Comment