-
Underground Technology:
-
Home
-
/ HTML Cheat Sheet
HTML Cheat Sheet
Purpose
To select an HTML tag.
Description
Common HTML tags for most webpages. Does not include tags required for more specific cases. Some tags omitted for having similarities to another tag. Most of these tags are for semanitic purposes that relate to SEO and categorization.
Versions
Terminology
Attributes
-
class - can hadle multiple separated by a space
-
title - tooltip or screen reader
Elements
-
a
-
area
-
article
-
button
-
caption
-
col
-
embed(HTML5)
-
fieldset
-
form
-
body
-
canvas(HTML5)
-
cite
-
code
-
dd
-
del
-
dfn
-
div
-
dl
-
dt
-
h1
-
h2
-
h3
-
h4
-
h5
-
h6
-
head
-
hr
-
html
-
img
-
input
-
ins
-
label
-
legend
-
li
-
link
-
map
-
meta
-
noscript
-
object
-
ol
-
output
-
p
-
param
-
pre
-
q
-
samp
-
script
-
select
-
style
-
sub
-
sup
-
table
-
textarea
-
td
-
title
-
tr
-
ul
-
var
-
video(HTML5)