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