Keyword | Definition |
---|---|
<a> | HTML tag for a hyperlink |
<h1> | HTML tag for a main heading / title |
<h2> | HTML tag for a sub heading |
<img> | HTML tag for an image |
<li> | HTML tag for an individual item on a numbered or bullet point list |
<ol> | HTML tag for a numbered list |
<p> | HTML tag for a paragraph |
<ul> | HTML tag for a bullet point list |
attribute | extra detail stored within a HTML tag |
tag | part of a HTML document which describes the content or structure of a web page |