Basic HTML document structure
As in the previous blog i have talked about the what is HTML in short here today I am going to share some " basics of html document structure"
Although various versions have been released over the years ,HTML basics remains the same .
The structure of an HTML document has been compared with that of sandwitch . As sand-witch has two slices of bread , the HTML document has opeaning and closing HTML tag.
These tags ,like the bread in a sandwitch , surround everything else .
The html tag ;---
....... Defines the rots of html
The Tag:--
Immediately following the opeaning html tag, you will ind your the head of the document , which is identified by opeaning and closing head tags..
The head of an HTML ,file contains all of the non-visual elemenys that will help to make the page work
..... head defines the information about the
document ,including metadata and scriptThe tag :--
THe body tag follows the hea tag . All the visual-structural elements are contained with in the body tag.
Heading , paragraph , lista , quotes , images ,and links are just a few of the elements that can be contained with in the body tag.
.....
... body defines the documents body
information slightly abrigdged from source solo learn
#HTML Basic !!!!!!(2)
Reviewed by Unknown
on
18:33
Rating:
