
Tag Description Tag Description
<!-- … --> comment <dt> term/name in a description list
<!DOCTYPE> document type <em> emphasized text
<a> hyperlink <embed> container for an external (non-HTML) application
<area> area inside an image-map <fieldset> groups related elements in a form
<article> article <figcaption> caption for a <figure> element
<aside> content outside of the main page content <figure> self-contained content
<audio> sound content <footer> footer for a document or section
<b> bold text <form> HTML form for user input
<base> base URL for all relative URLs in a document <h1> to <h6> HTML headings (<h1> - largest, <h6> - smallest)
<blockquote> long quotation <head> information about the document
<body> the document's body <header> header for a document or section
<br> single line break <hgroup> group of headings
<button> clickable button <hr> thematic change in the content
<canvas> graphic area <html> root of an HTML document
<caption> table caption <i> italic text
<cite> title of a work <iframe> inline frame
<code> computer code text <kbd> keyboard input
<col> attributes for table columns <keygen> key-pair generator field (for forms)
<colgroup> groups of table columns <label> label for an <input> element
<datalist> drop-down list <legend> caption for a <fieldset> element
<dd> description of a term in a description list <li> list item
<del> deleted text <link> relationship between a document and an external
resource
<details> additional details that the user can view or hide <main> main content of a document
<dialog> dialog box or window <map> client-side image-map
<div> section in a document <mark> marked/highlighted text
<dl> description list <menu> list/menu of commands
HTML and CSS Cheat Sheet
www.w3schools.com/tags/
www.w3schools.com/cssref/