HTML World Wide Web Consortium What does HTML stand for? – – –
HTML 5 Released in 2012 Extends HTML 4 (Backwards Compatible) Plays better with smartphones/tablets New Tags: Etc…
HTML 5 Doctype All HTML documents should begin with the DOCTYPE tag.
HTML Tag Structure Tags use brackets –Begin tags: Text Between Tags –End Tags:
HTML Document HTML Tag At the top and bottom of every web page. Just after the tag Each page needs only one set of HTML tags. Page Information
HTML Header Section This text displays on the browser’s title bar.
HTML Body Section Everything that displays on the web page goes here.
Sample Page Stoll’s web page This is my content
HTML Tag Structure Attributes Text, images, multimedia, etc. go between tags Example Web page stuff
HyperText Links Display Text
Bold Underline and Italics Bold Tag – This text will appear bold Underline Tag – This text will underlined Italic Tag (Emphasize) – This text will appear in italics
HTML Headings … through … Largest to smallest (h1 is largest) Line breaks and paragraphs (end tag optional) (no end tag)
HTML most stuff goes here Attributes: The web page is defined here Browsers and white space
HTML Ordered Lists: Chevelle Cuda Shelby Camaro
HTML Unordered Lists: Chevelle Cuda Shelby Camaro
HTML Tables Mickey Mouse 87 4'1''
Tables This is my test table Mickey Mouse 87 4'1''
A Table With Two Rows Mickey Mouse 87 4'1'' Goofy 220 6‘9''
Two Row Table Output Mickey Mouse 87 4'1'' Goofy 220 6‘9''
HTML Tables Mickey Mouse 87 4'1''
CSS Vs. HTML Tables (beautiful - all flash - site) (Look at videos 1-20 in order) Colorzilla - A FireFox addon that allows you to copy colors directly from web pages.
Changing the color of links
Tips for the Quiz Some items on the quiz: –Bold, italic, and underline tags –Hyperlink syntax –Line break tag –Background color –Lists –Tables