Final Review n241.tplt The Nature of Browsers Platform dependency issues Strategies for platform independence HTML Basics containers tags attributes Basic Document Structure <html>…</html> <head> <body> Other HTML Features Nested tags comments word wrap, BR and HR Handling Color Web safe colors Dealing with colors in Hex 00 33 66 99 CC FF Lists ordered vs. unordered changing numbering changing bullets nested lists Hyperlinks <a>…</a> href attribute absolute vs. relative addressing specifying size Images img tag alt attribute using <a href> to link to images using a graphic as a link text wrapping Positioning With Images 1 pixel images 1 pixel of clear Image Maps preparing graphic finding areas coding and testing Table Elements TABLE TH TR TD Table Attributes alignment border color border size background cell width Table Creation standard tables use of border colspan and rowspan Frames The frameset document framesets and frame tags positioning and bordering frames rows vs cols, sizing issues Frames and Targets why target is needed naming frames using the target attribute using base target tag Cascading Style Sheets Flexibility syntax separated from semantics control platform dependence Strategies for CSS use ending tags describe implementation rules for existing tags make new variations of tags Where can CSS rules go? in style attribute of tag in a <style>…</style> pair in the head in a second document that is inline Cascading Inheritance CSS conflicts