1 / 7

Creating and editing a web Page

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>

wesley
Download Presentation

Creating and editing a web Page

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Project 02 – Tags and Attributes Creating and editing a web Page

  2. 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"

  3. 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

  4. 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”

  5. DEFINITION LIST ELEMENTS and PURPOSES

  6. Image Attributes

More Related