Tag | Category | Description |
---|---|---|
html | Structure | Defines main document |
body | Structure | Defines main content |
h1, h2, ... | Structure/content | Defines heading and/or section |
ol, ul | Structure/content | Define list (ordered or unordered) |
a | Structure/content | Link to another page |
img | Content | Embed an image |
width
, margin-left
,
margin-right
.
div
to wrap the
main text content.
Some CSS properties that might
help: background-color
, padding
.
margin-right
.
div
tags to organize the content. Some CSS properties
that might help: float
, width
.