coding...
Separating the elements of the page there is the head and the body. the head contains all of the information and elements not seen on the web page, except for the title. The body contains all of the information that is seen on the web page.
html
head
title
style
there are a lot (see list) of css properties and you can change any element of a page how you want it pretty much
h1
h3
p
style
head
contains all of the css elements
body
h1
h3
p
p
p
p
body
html
contains all of the html elements
all of this is within the html elements
html
head
title
style
there are a lot (see list) of css properties and you can change any element of a page how you want it pretty much
h1
h3
p
style
head
contains all of the css elements
body
h1
h3
p
p
p
p
body
html
contains all of the html elements
all of this is within the html elements
Comments