Basic HTML
Basic HTML
Rendered as
Declaration
Name Declaration Function
This declaration is the very rst thing in a HTML
document, before the <html> tag. It tells the web
!DOCTYPE <!DOCTYPE>
browser which version of HTML the page is written
in.
Tags HTML tags define a web pages structure. These are generally used in pairs that include an opening and a closing
Tags
Name
tag. When a web page is rendered in a browser, the tags are not visible to the user.
Tag (opening and closing) Function