Download presentation
Presentation is loading. Please wait.
Published byCaren Haynes Modified over 9 years ago
1
HTML Tags 2011-2012
2
Basic Tags Doctype or HTML Head Title Body Use the website to find the definitions http://www.w3.org/community/webed/wiki/HTML/Training /HTML_Document http://www.w3.org/community/webed/wiki/HTML/Training /HTML_Document
3
Basic Content Tags Heading through & through Paragraph Line & Break and Unordered List and Ordered List and Definition List, and Use the website to find the definitions http://www.w3.org/community/webed/wiki/HTML/Training/ Basic_content http://www.w3.org/community/webed/wiki/HTML/Training/ Basic_content
4
Definitions Basic Tags Doctype- exists before the start tag, is case-insensitive in the HTML syntax. Used to help set what standards to use HTML- should include “lang” attribute that specifies the primary language for the contents of the element Head- represents a collection of metadata for the Document. – Meta helps search engines find your page & record your page in your history Title- represents the main title of your document Body- represents the main content of the document.
5
Definitions Basic Content Tags Heading- headings are specified w/ numbers 1-6, 1 is the highest rank & largest, 6 the lowest & smallest Paragraph- separates paragraphs to look as though there is a blank line or similar to single spacing Line & Break- horizontal rule adds a line to separate sections, a line break simply moves your text to the next line, similar to pressing the enter button
6
Definitions Basic Content Tags Continued Unordered List- bulleted list, are the bullets or “child nodes” of the main concept from the item or term Ordered List- numbered or alphabet list, again are the points or “child nodes” of the main concept, but also tells what type of outline to use, number or letter… Definition List- tells the page you are using a definition style, is the term, is your definiton
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.