Hypertext Mark-Up Language Web Page Creation HTML
Where do we create our webpages? Professional editors such as Adobe Dreamweaver Microsoft Expression Web CoffeeCup HTML Editor Within a word processing program such as Notepad Wordpad Word
TAGS HTML tags are keywords (tag names) surrounded by angle brackets like HTML tags normally come in pairs like and The first tag in a pair is the start tag, the second tag is the end tag Start and end tags are also called opening tags and closing tags
Let’s some coding…. Step 1: Start Notepad To start Notepad go to: Start All Programs Accessories Notepad
Every HTML code begins with? This tag states that everything below this tag is included in this page.
Every HTML code ends with? This states that all information above this tag should be included in the HTML CODE
The body is your opening tag for the information that you will display. Be sure to end it with
Yours should look like this!!!
headings There are 6 styles of headings.. largest large medium small smaller smallest
paragraphs Information should be placed here. If you would like to start a new paragraph, close this paragraph with and start a new one.
Changing the text bold emphasize underline
hyperlinks Use the tag This is a link Note that what text that you would like to have displayed as your link.
images Pics, images and graphics use the tag The width and height measurements are included also. Be sure to know the name of the saved image.
Horizontal line and comments defines a comment to help you remember and make the program more readable.
Superscript and Subscript