This is my first WEb Page. I am learning about the basic tags that need to be included in each html document I create.
This is a Heading 1
This is a Heading 2
This is a Heading 3
This is a Heading 4
This is a Heading 5
This is a Heading 6
This is an ordered list:
Meet with advisor
Select Classes
Register for classes on HACCWeb
Pay for classes and get books
This is an unordered list:
mangos
oranges
bananas
Answers to Questions:
a. My name is on the center of the window and on the tab of the web page.
b. The text I typed between the body commands is on the actual page window on the top justified to the left.
c. The H1 command creates headers of different sizes depending on the numeric code.
d. You would use the H commands to create headers throughout the text to help emphasize certain information and visually organize your document.
e. Every document must have the doctype command to tell the browser which HTML version and type the document uses.
f. The HR tag puts a horizontal line to separate a section of the document. Often times designers use a graphic rather than this tag.
g. The new commands create different types of lists; a numeric list and a bulleted list.
h. The BR tag creates a space between lines similar to hitting enter or return while typing in a text document.
i. The bulleted list is created using the unordered list commands ul.
j. The numbered list is created using the ordered list commands il.