Visual Dictionary of HTML
(code)
Basic Start
Basic Html Structure (required)
< html >
< head > < title >
(place your title here)
< /title >
< body >
(place all viewable things here)
< /body >
< /html >