HTML Elements and Tags: How Tags Are Used To Form Your Web Page
HTML Elements and Tags: How Tags Are Used To Form Your Web Page
Elements
Web Pages are made up of elements or distinct parts
The Head
Usually at the top of the page Can hold lots of non-display information like styles The Title Found in the Head appears at the top of the window, in the colored bar
The Body
Where the text, pictures, tables, etc., that make up the page are located
Tags
Tags mark the beginning and end of a particular element. They (almost) always bracket the element
<html>
<head> <title> Tag Example</title> </head> <body> Here is the BODY</body> </html>
<!-- note tags --> can be used to enter text that will not be displayed
<meta> information tags help identify specifics about your page that might help a search engine find your site
Sample Page 1
Sample Page 1
numbered as they go down the page The <h1> through <h6> tags refer to the size of the heading Any Heading can be used anywhere on the page
Heading Sizes Example
Here is some interesting information about this. On the other hand, there is this information here.
1. Come to class on time 2. Get out your materials for class 3. Be ready to participate 4. Raise your hand if you have a comment or question