New Post

HTML Document Structure

Eleman contained in an HTML document is divided into two sections, namely section Section Head and Body. Section Head serves to display the information contained in the browser window in an HTML document. Usually the information displayed in the browser window in the form of content / information displayed on the title tag, for example <title> content / information </ title>. .

While the Body section to display information that can be accommodated pda Section Body, such as text, paragraphs, etc. The whole structure of the document and its supporting elements, can be written as follows:

<html>

<head>

<title> The contents of the title </ title>

</head> section head

<body>

content / body of information to be displayed on web browser

</body> body section

</html>


Section Head


<head>

<title> The contents of the title </ title>

</head> section head


Section Body

<body>

content / body of information to be displayed on web browser

</body> body section

No comments:

Post a Comment

Ads

Popular Posts