100% found this document useful (3 votes)
14 views1 page

HTML Help Sheet

Uploaded by

rockstarlk
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (3 votes)
14 views1 page

HTML Help Sheet

Uploaded by

rockstarlk
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

liquidicity HTML Help Sheet.

Template Syntax Head Table


<html> Basic <link rel=”stylesheet” href=”?” External <table>
<head> HTML: <tag></tagclose> or <tag> type=”text/css”>* CSS link
<title></title> XHTML: <tag></tagclose> or <tag /> <script language=”Javascript” Embedded <thead>
Meta tags type=”text/javascript”> javascript <tr>
CSS
With Attribute <th>
HTML: <tag attribute=”?”> <meta http-equiv=”content-type” Meta
Javascript </th>
XHTML: <tag attribute=”?” /> content=”?”; charset=”?”>* information
</head> </tr>
<body> </thead>
Content General Tables
</body> <body> Visible part of the page <caption> Table caption <tbody>
</html> <table> Defines a table <tr>
<head> Part not displayed on page
<tbody> Body section of table <td>
CSS Media <html> Creates an HTML page </td>
<td> Table cell
all <title> Creates the Page name in title bar </tr>
<td Number of columns cell spans
handheld </tbody>
colspan=”?”>
print Links <td Number of rows cell spans
projection <tfoot>
<img src=”URL”>* Displays an image rowspan=”?”>
screen <tr>
<a href=”#?”>* Link to anchor in current <tfoot> Footer section of the table <td>
Meta Types page <th> Table header cells </td>
<a href=”URL”>* Link to another page <th Number of columns table header </tr>
http-equiv <a href=”URL#”>* colspan=”?”> cell spans </tfoot>
Link to anchor in another
name <thead> Header section of table
page
<a href=”mailto: EMAIL”>* eMail link <tr> Table row </table>
Lists
<ol> Structure Lists Input Types
<li>
<br>* Line break <dd> Definition button
</li>
</ol> <code> Source code listing <dl> Definition list checkbox
<div> Formats structure or block of text file
<dt> Definition term
<ul> <em> Italic text hidden
<li> Item in a list
<li> <h1>..<h6> Page heading, biggest to smallest image
<ol> Ordered list
</li> <hr> Horizontal rule password
</ul> <ul> Unordered list radio
<p> Paragraph
<pre> Preformatted text reset
<span>
Forms submit
Inline formatting
<form> Defines a form text
<strong> Bold text
<sub> Subscript text <fieldset> Group of related form items
<sup> Superscript text <input type= Form element [see input types]
“?”>*
<option> Menu item in a select box
Frames <select> Drop-down menu
<frame> Defines a single frame <textarea> Multi-row text area
<frameset>Frame document
<iframe> Inline frame Special Characters
&nbsp Non-breaking space
* Does not require a closing tag. &quot Quotation mark
&amp Ampersand
&lt Less than sign
&gt More than sign

© 2007 Go Squared Ltd.

You might also like