Thursday, October 1, 2009

homework 7

Page 101 - Questions 1-5

1.
Hypertext Markup Language Language (HTML)- code to create web pages
HTML tag- text that appears between two angle brackets, tells web page how to display content.
Starting tag-can also be called the opening tag
Ending tag- Last pair of HTML tags (also can be called a closing tag
Nested tag- html tag which is enclosed within another set of tags
Empty tag- requires only an opening tag(can also be referred to the Orphan tag)
Source code- text and HTML elements used to create a Web page. can see the code by selecting the source or page source from the view menu.

2. Four types of HTML tags and their purpose
Starting tag- first pair of html tags- also known as opening tag
Ending tag- last pair of html tags- closing tag
Nested tag- html tag enclosed within another set of tags
Empty tag- used to continue the formatting for the rest of the text

3. To view the source code you must click code button or split view button on the top left corner of your window.

4. the understanding of HTML is important for a web designer cause it allows you to view the aspect of the development of your web pages applications, customizations, and progress of your Web site.

5. If you dont use end tags in the code the formatted verison of the text would not be formatted in the way you want it to.

No comments:

Post a Comment