0% found this document useful (0 votes)
11 views1 page

Basic Structure

HTML documents have a basic structure that includes an opening <HTML> tag and closing </HTML> tag to define the document. The <HEAD> section contains metadata like the page title defined with <TITLE> tags. The main content is defined within the <BODY> tags.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views1 page

Basic Structure

HTML documents have a basic structure that includes an opening <HTML> tag and closing </HTML> tag to define the document. The <HEAD> section contains metadata like the page title defined with <TITLE> tags. The main content is defined within the <BODY> tags.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPSX, PDF, TXT or read online on Scribd

BASIC STRUCTURE

<HTML> <HEAD> <TITLE> <HEAD> <BODY> </BODY> </HTML>

</TITLE>

You might also like