LIS 341 logo

Introduction to Internet Resources and Services

Spring '99
#43405 (Tue)
#43400 (Thu)



Class Notes: HTML Authoring


The [CAUTION!] icon marks items that are frequently overlooked, with unhappy consequences.

A companion page illustrates the tags discussed here.

Hypertext Markup Language (HTML)

HTML Tags and Markup

HTML 3.2 Document Template

	<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
	<HTML>
	<HEAD>
	<TITLE>document title</TITLE>
	</HEAD>
	<BODY>
	   .
	   .
	document body
	   .
	   .
	</BODY>
	</HTML>

Paragraphs

Document Headings

Divisions

Text Styles

Lists

Miscellaneous Markups

Anchors

Images

Image and Anchor Locations

Body Parameters

Font Modifications

Tables


BACK: Class Notes | LIS 341 | GSLIS | UT
W3C: HTML 3.2 Checked logo
Chip Rosenthal
<chipr@gslis.utexas.edu>

$Id: notes_html.html,v 4.4 1999/04/13 21:35:12 chip Exp $