Keyword | Definition |
---|---|
<body> | tag which contains all visible content on a web page |
<h1> | tag used to display text as a title / heading |
<head> | tag which contains metadata like the page title, key words and other data which isn't visible on a web page |
<html> | tag which contains all other tags on a web page |
<img> | tag used to display images |
<p> | tag used to break text into paragraphs |