Html Cheat Sheet

brighteyes 5,344 views 1 slides Jan 28, 2008
Slide 1
Slide 1 of 1
Slide 1
1

About This Presentation

Html Cheat Sheet


Slide Content

Comments
<!-- Comment Text -->
Core Attributes
class id
Note: Core Attributes may not be used
in base, head, html, meta, param,
script, style or title elements.
style title
Language Attributes
dir Note: Language Attributes may not be
used in base, br, frame, frameset, hr,
iframe, param or script elements.
lang
Keyboard Attributes
accesskey tabindex
Form Events
onBlur onChange
onFocus
onReset onSelect
onSubmit
Window Events
onLoad onUnload
Keyboard Events
onKeydown onKeypress onKeyup
Mouse Events
onClick onDblclick
onMousedown
onMousemove
onMouseout onMouseover
onMouseup
Document Outline
<!DOCTYPE> <html>
<head>
<body>
Version of (X)HTML HTML document
Page information
Page contents
Common Character Entities
&#34; &#38;
&#60;
&#62;
&#64;
&#128;
&#149;
&#153;
&#163;
&#160;
&#169;










Quotation mark Ampersand
Less than
Greater than
"At" symbol
Euro
Small bullet
Trademark
Pound
Non-breaking space
Copyright symbol

Links
<a href=""> <a href="mailto:">
<a name="name">
<a href="#name">
Page link Email link
Anchor
Link to anchor
Empty Elements
<area /> <base />
<br />
<col />
<hr />
<img /> <input />
<link />
<meta />
<param />
Page Information
<base /> <meta />
<title>
<link />
<style>
<script>
Base URL Meta data
Title
Relevant resource
Style resource
Script resource
Tables
<table> <caption>
<thead>
<tbody>
<tfoot>
<colgroup>
<col />
<tr>
<th>
<td>
Table Caption
Table header
Table body
Table footer
Column group
Column
Table row
Header cell
Table cell
Forms
<form> <fieldset>
<legend>
<label>
<input />
<select>
<optgroup>
<option>
<textarea>
<button>
Form Collection of fields
Form legend
Input label
Form input
Drop-down box
Group of options
Drop-down options
Large text input
Button
Objects
<object> <param /> Object Parameter
Document Structure
<h[1-6]> <div>
<span>
<p>
<br />
<hr />
Heading Page section
Inline section
Paragraph
Line break
Horizontal rule
Lists
<ol> <ul>
<li>
<dl>
<dt>
<dd>
Ordered list Unordered list
List item
Definition list
Definition term
Term description
Text Markup
<strong> <em>
<blockquote>
<q>
<abbr>
<acronym>
<address>
<pre>
<dfn>
<code>
<cite>
<del>
<ins>
<sub>
<sup>
<bdo>
Strong emphasis Emphasis
Long quotation
Short quotation
Abbreviation
Acronym
Address
Pre-formatted text
Definition
Code
Citation
Deleted text
Inserted text
Subscript
Superscript
Text direction
Images and Image Maps
<img /> <map>
<area />
Image Image Map
Area of Image Map