HTML to PDF translator: Prince 8.0 download or online converter.
A sample page with various frame
settings.
To validate your CSS files: http://jigsaw.w3.org/css-validator.
My Documents
directory on your work station.HFHTML_ch12.zip
and extract it in place.HFHTML_ch12
directory to the LABS
directory on your thumbdrive.Chapter11
starbuzz.html
in the starbuzz
directory from XHTML to HTML5:
<!doctype html>
.<html lang=en
>
.<meta charset=utf-8
>
(make sure to save the file as utf-8)./>to
>.
sidebar
<div> underneath the header
.
Edit starbuzz.css
to float the sidebar
<div> element to the right.
Set the width of the sidebar and the margin of the main content to produce a two-column effect.
Use the clear
property to prevent the sidebar
overlapping the footer
.
starbuzz/absolute
directory, use absolute positioning to create a two-column effect.
Adjust the styling of the footer so that it aligns with the main content of the page (ignoring the second column).
starbuzz
directory,
Add the award
image as indicated in the text.
(Remember to set the z-index
property.)
index.html
file in your LABS
directory to have links
to both of your revised starbuzz.html
pages.
Always turn off your computer and screen before leaving the room.