Directory

Directory

Tag Attributes What it does What word its formed from Details
h1, h2...h6 ru Heading Link to h1, h2...h6 info on htmlbook.
p ru Paragraph Link to p info on htmlbook.
img src, width, height ru img - image, src- source Link to img info on htmlbook.
a href ru a - anchor, href - hypertext reference Link to a info on htmlbook.
button ru button Link to button info on htmlbook.
input ru input Link to input info on htmlbook.
table ru table Link to table info on htmlbook.
thead ru thead - table head Link to thead info on htmlbook.
tbody ru tbody - table body Link to tbody info on htmlbook.
th ru th - table heading Link to th info on htmlbook.
td ru td - table data Link to td info on htmlbook.
ul ru ul - unordered list Link to ul info on htmlbook.
ol ru ol - ordered list Link to ol info on htmlbook.
li ru li - list Link to li info on htmlbook.

Directory css

Property Values What it does More details
color red, black, #f3a2b1 the color of its element and its nested Link to color info in htmlbook.
background-color red, black, #f3a2b1 border color element Link to background-color info in htmlbook.
text-align left, center, right text recentering Link to text-align info in htmlbook.
text-decoration underline, line-through, overline, none underlining, crossing out and overlining texts Link to text-decoration info on htmlbook.
font-size 14px, 10px, 20px text size Link to font-size info in htmlbook.
font-style normal, italic cursive Link to font-style info in htmlbook.
font-weight normal, bold fat Link to font-weight info in htmlbook.
border-color red, black, #f3a2b1 color of the border Link to border-color info in htmlbook.
border-style solid, dashed, dotted border type Link to border-style info in htmlbook.
border-collapse collapse, separate squish the border of the squares Link to border-collapse info in htmlbook.