Save
uiv
cs
Html
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
onion patch
Visit profile
Cards (12)
HTML
hypertext markup language
CSS
cascading style sheet
<
html
>
establishes the
language
as html
<
header
>
top of the page - often coloured box around
title
<
title
>
specifies a
title
for the HTML page
<
body
>
defines the document's body, and is a
container
for all the
visible
contents
, such as headings, paragraphs, images, hyperlinks, tables, lists, etc.
<
h1
>
defines a
large
heading, underneath the main
title
<
p>
defines a paragraph
<
!DOCTYPE
html
>
declaration defines that the document is an
HTML5
document
<sub>
represents
subscripted
text e.g. 5₂
<
sup
>
represents
superscripted
text e.g. 5²
<
b
>
defines
bold
text