Basic HTML Tags1. Document Structure TagsThese tags set the overall structure for the document <html>
<head> <title> The title of your Web page goes here</title> </head> <body> The text and images on your Web page go here </body> 2. Text Structure Tags<p>...</p> paragraph: starts a new line with an empty line inserted 3. Style or Text TagsA. Changing the appearance of text <i>...</i> italics
<b>...</b> bold B. Changing the location of text <center>...</center> centers text and images
<blockquote>...</blockquote> indents text from the left margin C. Creating headings <h1>...</h1> example: Headings 2 through 5 fall in between <h6>...</h6> example: Heading 6 (the smallest)4. Creating Hypertext Links(See the reverse side of HTML Guide No. Ia)
Review the source of a basic HTML page (see HTML Guide No. 1b) To view the source of any web page, right click on the page and choose "View Source" Return to the HTML I class outline Olin & Uris Libraries Workshop Series
|
