Now, what are the meaning of the three things stated above?
HTML Tags- keywords that are surrounded by angle brackets (< and >)
an example is <head> and <html>, head and html are the tags
Tags should come in pair, the start tag and the end tag
an example is <head> and </head>
Note:End tags should have a slash before the tag
HTML Element- this are the words between the start tag and end tag..
an example is <p> Bleah! Bleah! </p>, the words "Bleah! Bleah!"
HTML Attribute- this are words that provide additional information about the element
an example is <font size="5"> This paragraph is size 5 </font>, "5" is the attribute in this case
Walang komento:
Mag-post ng isang Komento