hyperlink
Alt+"attribute value"” for most browsers; “Alt+Shift+"attribute value"” for Firefox; “Cmd+"attribute value"” for Mac [and Apple?] users.<u> or <i> tags.<a href="index.html" \_\_\_\_\_\_\_="h">Home</a><a href="index.html" \_\_\_\_\_\_\_\_="h"><i>H</i>ome</a>accesskey
3 ways to access hyperlinks
<p id=”top”>...</p> (target element)<a href=”index.html#top”>Top</a> (nav hyperlink to different doc)<a href=”#top”>Top</a> (site or page nav hyperlink)Fragment links
<\_\_\_> tag together with the <li> tag to create unordered lists.<ul>
href protocols
<ul style=”\_\_\_\_\_\_\_\_\_: square”> … </ul>list-style-type property
<ol>, unordered lists <ul>, and in menu lists <menu>.<li>
<ul style=”\_\_\_\_\_\_\_\_\_: ‘Daigle-turquoise-small.jpg’”> … </ul>list-style-image property
<ol>
<dt> element) and descriptions (provided by <dd> elements).<dl>
<dl>’s are useful to contain a series of questions and related answers, or any other groups of name/value data).<dd> (describes each term/name) and both are nested in <dl> (defines a description list)<dfn> be nested within the tag).<dt>
<th> or <td> elements.<tr>
<dt>; and is nested in a <dl> description list.<dl>’s are useful to contain a series of questions and related answers, or any other groups of name/value data.<dd>
<th> and <td><table>
<td>
<caption>
<td \_\_\_\_\_\_\_\_= "number" >rowspan="0" tells the browser to span the cell to the last row of the table section (thead, tbody, or tfoot).Rowspan
<th>
<thead> and <tbody> elements<tfoot> element must have one or more <tr> tags inside.<tfoot> tag must be used in the following context: As a child of a <table> element, after any <caption>, <colgroup>, <thead>, and <tbody> elements.<tfoot>