Show Menu
Cheatography

CPSC 1030 Midterm Cheat Sheet (DRAFT) by

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Exponent

<su­p> </s­up>

Special Characters

&lt;
<
&gt;
>
&amp;
&
&quot;
"
&copy;
Copyright

Anchor

<a href="_­___­"> </a>

Images

<img src="__­__" alt="__­__">

Navigation

<na­v> </n­av>

Unordered List

<ul type="_­___­">
<li> </l­i>
</u­l>

Ordered List

<ol type="_­___­">
<li> </l­i>
</o­l>

Descri­ption List

<dl>
<dt> </d­t>
<dd> </d­d>
</d­l>

Tables

<ta­ble> </t­abl­e>
Contains the table
<tr> </t­r>
Contains a table row
<td> </t­d>
Contains a table data (cell)
<ca­pti­on> </c­apt­ion>
Configures a descri­ption of the table
<th> </t­h>
Configure Column and Row Headings (centered and bold)
colspan Attribute
Specifies the number of columns that a cell will occupy
rowspan Attribute
Specifies the number of rows that a cell will occupy

Link Element CSS

<link rel="st­yle­she­et" type = "­tex­t/c­ss" href="_­___­">