DIVISION ELEMENT

With this tag we can arrange our document in different format. In this tag the other elements are TABLE, PARAGRAPH, HEADING. The format is
<DIV>..............................................................</DIV>

Example Program:

<HTML>

<HEAD>
<TITLE> Exampleof DIV Tag</TITLE>
</HEAD>
<BODY>
<H1> This is Online Learners<H1>
<DIV ALIGN=Center>
                       Our New Web Course
<H2>Mobile Web Page </H2>
<H1> Welcome</H1>
<P ALIGN=RIGHT>
Learn Mobile Application Development
<P ALIGN=LEFT>
Phone:123456789
</DIV>
</BODY>
</HTML>
 Now save it as previous. Open notepad, paste the code, Save as "Name.html". Now open the file and it will look like bellow image.
Division Element  


I hope this will help you to understand, practice it and if you found any problem let me know in comment or email me in srv2013@gmail.com. Best of Luck



Related Posts:

  • Learning Web page Development with HTML HTML means Hyper Text Markup Language. In general  we can write documents with MS word or word pad or note pad but they are not suitable for sending or publishing in web. So we need a mark up language. It is not like … Read More
  • FONT FACE ELEMENT Sometimes we change fonts in MS Words, here we can do the same thing. Its like FONT SIZE tag. The format is like  <FONT FACE=(name of the font)>.........</FONT> Example: <HTML> <HEAD> <TITLE… Read More
  • FONT COLOR ELEMENT This tag is like FONT FACE and FONT SIZE element. Color can be declared by name like RED or GREEN or BLACK or you may use declare by decimal number which is decided for all the colors. This tag format is <FONT COLOR=(name… Read More
  • HEADING ELEMENT By using this tag you can give different types of heading in your web page. From H1 to H6, there are 6 levels. By the number 1 you can easily imagine H1 is the biggest heading and H6 is the smallest. The format of this tag i… Read More
  • DIVISION ELEMENT With this tag we can arrange our document in different format. In this tag the other elements are TABLE, PARAGRAPH, HEADING. The format is <DIV>..............................................................</DIV>… Read More

0 comments:

Post a Comment