Please enable JavaScript.
Coggle requires JavaScript to display documents.
HTML - CSS (HTML (forms (select (option (value), multiselect (selected),…
HTML - CSS
HTML
doctype
attributes
doouble quote
tags
single
don`t need to close
multiline
important
em
strong
unimportant
i
b
break
br
hr
quote
q
short
blockquote
long
cite
source
indexes
sub
sup
update
del
ins
format text
pre
any spaces
ref and images
a
href
target
relation ref
../ - parent directory
../../ - parent parent directory
scrolldElement
title
tooltip
img
src
width
px, %
height
px, %
alt
inside tag a
meta
link
meta
charset
keywords
description
head
title
body
tables
tr
th
head
td
data
colspan
rowspan
caption
forms
action
method
label
for
id
input
type
name
value
default
textarea
content is default value
radio
the same name
select
name
option
value
multiselect
selected
multipart
hidden
CSS
selectors
tags
classes
context
p strong
strong inside p
sibling selectors
p + a
a after p
child selectors
ul > li
li only inside ul
pseudoclass
hover
visited
link
nth-child
focus
attributes
id
some-id
priorities
style
id
classes
elements pseudo elememts
classes
properties
border
border-collapse
remove double border in table
padding
border-spacing
caption-side
text-align
vertical align
color
background-color
border-color
width
auto
browser calculates
height
auto
browser calculates
text
text-decoration
font-weight
font-size
font-family
font-style
text-transform
capitalize
white-space
line-height
inheritance
not for every properties
inherit