webmonkey

 

FrontPage

Page history last edited by Hilary Mason 2 yrs ago

Welcome to the XHTML/CSS Reference Manual

This wiki is the collaborative product of an intro web design class at Johnson & Wales University in Providence, Rhode Island.

 

CSS

 

Text Properties

text-align text-transform text-decoration text-indent color line-height letter-spacing word-spacing white-space

 

Font Properties

font-family font-style font-size font-variant font-weight

 

Background Properties

background-color background-image background-attachment background-repeat background-position

 

Box Model Properties

 

width height min-width min-height

 

padding-left padding-right padding-top padding-bottom padding

 

border-width border-style border-color border

 

margin-left margin-right margin-top margin-bottom margin

 

List Properties

 

list-style-type list-style-image list-style-position

 

Positioning Properties

 

display

 

Additional Information

 

 

XHTML

 

Structural Tags

 

DTD <html> <head> <body> <div> <span>

 

Head Tags

<title> <link> <meta> <style> <script>

 

Text Tags

<h1> <h2> <h3> <h4> <h5> <h6> <p> <pre> <strong> <em> <br> <blockquote> <hr> <abbr> <kbd> <acronym> <cite> <code> <q>

 

List Tags

<ul> <ol> <li> <dl> <dt> <dd>

 

Table Tags

<table> <tr> <td> <th> <caption>

 

Links

<a> <base>

 

Images and Media

<img> <object> <param>

 

Form Tags

<form> <input>

 

Resources

 

Comments (0)

You don't have permission to comment on this page.