our approach
|
new tutorials
|
contact us
HTML & CSS In Pictures
HTML Basics
Navigation & Layout
Interactivity
Advanced Layout
Employ style classes
In
advlayout.html
, put this heading in the
topright
area:
<h1>The Magazine for People Who Like Gadgets</h1>
In
format.css
, add formatting for the
h1
heading:
h1 {
font-family: arial, helvetica, sans serif;
font-size: 14pt;
font-weight: bold;
color: #ffffff;
margin: 40px;
}
Save both
layout.css
and
advlayout.html
.
View
advlayout.html
in the browser.
It should look like this:
<< BACK
NEXT >>