Updated: Saturday 13th February 2016, 16:56 PT, AD Refresh this page regularly. Study Chapter 3 (XHTML) of the required (Scoby)textbook. Using: HTML Tutorial: http://www.w3schools.com/html/default.asp The following HTML tags should be studied: (Assume the < and > surround the tag names.) !-- ! DOCTYPE a b big body br col del div head h1 - h6 hr html i img li meta ol p pre small span sub sup table td th title tr tt ul HTML Tutorial: http://www.w3schools.com/html/default.asp HTML Basic Section: __________________ HTML Introduction HTML Editors BTML Basic HTML Elements HTML Attributes HTML Headings HTML Paragraphs HTML Formatting HTML Comments HTML Links HTML Head HTML Images (including the 'alt' attribute) HTML Tables HTML Lists HTML Blocks HTML Layout HTML Colors ( focus on colors: Red (#FF0000), Green (#00FF00), Blue (#0000FF), Black (#000000), White (#FFFFFF) ) (See http://www.annedawson.net/NumberingSystems.htm for explanation of the hex numbering system for colors) HTML Colornames HTML Colorvalues HTML Entities (e.g.   < > & ©) HTML XHTML (not needed for CSCI100 students) ************************************************** **** XHTML is not needed for CSCI100 students **** ************************************************** For CSCI165 students, see below: For XHTML, study all tags as listed in the HTML tag list above. SEE ALSO: http://docstore.mik.ua/orelly/web2/wdesign/ch31_04.htm http://www.annedawson.net/xhtml.html http://www.annedawson.net/validation.html