The CIE 1976 color chart .
Some colors can be specified by their name.
Here are the HTML5 color names.
These colors and others can also be specified by
6 (or 3) character HEX codes (preceded by a #
).
The
color picker and
color mixer
tools can be used to find the code for a particular color.
To validate your CSS files: http://jigsaw.w3.org/css-validator.
LAB7
to a new LAB8
directory.script
element of the new hello.html page:p . i n n e r H T M L = g r e e t i n g ;
v a r b r = d o c u m e n t . c r e a t e E l e m e n t ( b r
) ;
v a r m s g = d o c u m e n t . c r e a t e T e x t N o d e ( g r e e t i n g ) ;
p . a p p e n d C h i l d ( b r ) ;
p . a p p e n d C h i l d ( m s g ) ;
Hello Worldtext. Type your name in the popup window. Then hit
Enter
.
journal
directory
h1
font-family to be Emblema One. (Hint: use the
@font-face
pseudo-rule as indicated in the text.)
h1
, and h2
font-sizes.h2
font-weight to normal.
blockquote
font-style to italic.
h1
and h2
color to orange (#CC6611).
LABS
directory
to have a link to your revised hello.html and journal.html pages.
About Me
sitePROJECT
directory.body
element,
set the default background-color, font size, and font family property values.
h1
, h2
, and h3
elements.Check with Bowen that the work you have done is visiable on your web site, today, before leaving class.
Always turn off your computer and screen before leaving the room.