BACKGROUND

Reblogged post at TUMBLR. (right side- be my stalker)

Sunday, September 2, 2012

Activity No. 7

1. What tag is used to describe the contents of a Web page?
 ~The <TITLE> tag is probably the most useful.You can set the title of the Web page by declaring it inside a <TITLE> </TITLE> tag pair.

2. What tag is used to make text appear in bold?
~The tag <B> will tell the browser to display the contents that follow bold until it sees the tag </B>.

3. What tag is used to indicate the start of the contents of a Web page?
~The HEAD section is indicated by a <HEAD> tag and closed with the </HEAD> tag.

4. What tag is used to indicate the start of HTML file?
~An HTML page is indicated with an <HTML> </HTML> tag pair.

5. What tags are used for comments in an HTML file?
~The tag <!—-Comments—> is needed when you put comments. Whatever text you place as comments
(including commands) are simply ignored by the browser.

Activity No. 6