ADDRESS ELEMENT

Today we will see how to write your address using ADDRESS tag. It will show the address in a Italic font and easily determine as a different text. The tag is look like
<ADDRESS>......................................</ADDRESS>

Example:

<HTML>
<TITLE>
Address
</TITLE>
<BODY>
This Element essentially format an address section
<ADDRESS>
Davide Luis<BR>
Apple Velly, California<BR>
United States of America<BR>
Email: srv2013@gmail.com<BR>
website:1learners.blogspot.com
</ADDRESS>
</BODY>
</HTML>

We use <BR> for line break. We want to show new lines after each sentence that's why we use it, you may escape it and then it will show the address in same line.

Ask me anything if you face problems.

Related Posts:

  • 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
  • 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
  • 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
  • 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

0 comments:

Post a Comment