1 . HTML stands for Hypertext markup language , and is the most widely used web language. It refers to a language that is used to mark up a document. When you add the language to a document, your adding information to it that gives it additional meaning about its structure and formatting.
2. HTML is the beginning of the html coding
Head is the header
Title is the title or main part of the page
h1 is the first header
and p is a paragraph or line.
3. They are opened by <> and then the information is put in between this and the closing bracket like this
4. when an element contains other elements, its considered to be a parent to the enclosed child elements. Any elements contained in the child emelent are considered to be decendants or the children of the outer, parent element.
EXAMPLE !
1 . HTML stands for Hypertext markup language , and is the most widely used web language. It refers to a language that is used to mark up a document. When you add the language to a document, your adding information to it that gives it additional meaning about its structure and formatting.
2. HTML is the beginning of the html coding
Head is the header
Title is the title or main part of the page
h1 is the first header
and p is a paragraph or line.
3. They are opened by <> and then the information is put in between this and the closing bracket like this
4. when an element contains other elements, its considered to be a parent to the enclosed child elements. Any elements contained in the child emelent are considered to be decendants or the children of the outer, parent element.
No comments:
Post a Comment