HTML Flashcards
Doctype tags
meta, link, and title
Text styling tags
em, a, strong, code, and img
Text structuring tags
p, h1-h6, and pre
Page structuring tags
nav, header, footer, and main
Section separating tags
section and aside
Table tags
table, thead, tfoot, tr, td, and th
List tags
ol, ul, menu, and li
What does < tag do?
< sign
What does > tag do?
> sign
What does & tag do?
& sign
How do you write comments?
<!-- -->
<em></em>
italic
<strong></strong>
bold
<code></code>
code text
<pre>
</pre>
code block
<meta></meta>
provides metadata about the webpage. ie charset=”UTF-8”
<link></link>
used to link the current document to external documents, such as stylesheets or icons.
<title>
</title>
Displays the webpage title in the browsers title bar or tab.