xHTML 1.0 Study Guide
Short Description
a zero if I see use of software to build. This study guide should help you with quite a few things. xHTML 1.0 Study Guide.
Website: www.awakeatthree.com | Filesize: 60kb
Content
Tags to Know:
Starts and ends the html document
Contains elements such as style sheets, meta tags, page title, and javascript
Contains all visible elements that display within the browser window.
Text Formatting
Formats a paragraph.
-
Formats headings
Bolds text
Italicizes text
same as bold
Emphasizes text
Typewriter text
Line break
The Image Tag
The image tag relies on attributes to do its thing, which is to pull an image into an HTML document:

*Make sure to keep all your images, jpg and gif, in an images folder
*The width, height and alt attributes are required.
*make sure the tag is closed as an empty tag. Note the end of the tag, a slash and then close.
xHTML 1.0 Study GuideThe Anchor Tag
The anchor tag relies on attributes to do its thing, which is to link or target other HTML document(s), images
or PDFs:
Click Here
Click Here
Click Here
Opens the html doc in a new window
Download Resume
*This is the cornerstone of the hypertext theory, and user experience. the link is the diving board to the
deep ocean of the World Wide Web. Know this code. Practice linking pages.
Tables
Begins a table and contains rows and columns
table row contains table data tags
table data, which contains content (images, text, links)
Inverted “L” Layout
| banner | |
| nav | content |
Common attributes:
cellpadding, cellspacing, border, width, height, bgcolor, valign, id, bgcolor
xHTML 1.0 Study Guide…
Get the file Download here
Related Books:Related Searches: typewriter text, paragraph formats, anchor tag, empty tag, hypertext theory
Comments
Leave a Reply