70 likes | 167 Views
Project 02 – Tags and Attributes. Creating and editing a web Page. Required HTML Tags. <!DOCTYPE> transitional strict frameset <html>...</html> version ="data". <head>...</head> no attributes <title>...</title> no attributes <body>...</body>
E N D
Project 02 – Tags and Attributes Creating and editing a web Page
Required HTML Tags <!DOCTYPE> transitional strictframeset <html>...</html> version="data" <head>...</head> no attributes <title>...</title> no attributes <body>...</body> alink="color"background="url"bgcolor="color"link="color"vlink="color"
Lists <ul>…</ul> type=”option” <ol>…</ol> type=”option” <li>…</li> value=”value1” <dd>…</dd> no attributes <dl>…</dl> no attributes <dt>…</dt> no attributes
Formatting, Headings, andImages <br /> clear=”margin” <p>…</p> align=”position” <hr /> align=”type” noshade size=”value” width=”value or %” <hn>…</hn> align=”position” n = number (1,2,3,4,5,6) <img>…</img> align=”type” alt=”text” border=”value” height=”value” src=”url” usemap=”url” width=”value”