FONT SIZE

With this tag we can increase or decrease the font size. The default size is 12. We can increase this till +7 or decrease till -7. We use (+) sign for increasing and (-) sign for decreasing. The tag format is <FONT SIZE=0>............................................</FONT> Example: <HTML> <HEAD>  <TITLE> Program...

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> </HEAD> <BODY> This is normal H2O and This is SUBSCRIPT H<SUB>2</SUB>O </BODY> </HTML>  Description...

Use of BODY Element

After the <HEAD> tag and <TITLE> tag <BODY> tag starts. The main contents of a webpage stores here. Inside this part we can contain images, audios, videos or anything else like forms...

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 C++ or Visual Basic , its a scripting Language. It is very easier then programming...