image1 image2 image3

HELLO I'M JOHN DOE|WELCOME TO MY PERSONAL BLOG|I LOVE TO DO CREATIVE THINGS|I'M PROFESSIONAL WEB DEVELOPER

HTML DOCUMENTS AND ITS PROPERTIES

The general structure of HTML documents contain the two section : They are Head andBody

Head Section : The head section contains the Title that identifies the first part of your HTML coded document .

Body Section : The body section is where we actually do most of our works that includes text,images,videos and other elements that HTML provide all our content . 

The General form of HTML document is :

<HTML>
<HEAD>
<TITLE>Title of the page</TITLE>
</HEAD>
<BODY>
Text which you want to display
</BODY>
<HTML>

Share this:

CONVERSATION

0 comments:

Post a Comment