Albert L. Peia                          CAOT97 Week 10– Assignment                      4-26-04

Concepts and Skills Review                                                                  Unit A HTML

 

 

Concepts Review   

 

  1. <HTML> is the code that indicates (ie., to browser) that document is an HTML document.

 

  1. </head> is the closing tag for the heading area (which contains the title, meta tags, css styles, etc., after which the main body of the html document is set forth (also marked by the <body> tag.

 

  1. <h1> is the code which marks the beginning of a heading which is also formatted in bold and with the largest font size (+1 for 7, otherwise 6).

 

  1. <a href=”construction.htm”> is the code for the anchor tag which creates a hypertext link to the document set forth (which is construction.htm).

 

  1. <br> is the code to create a line break without any space (as compared with the <p> tag).

                        

  1. Tag is an instruction in html.

 

  1. <body>….</body> is the tag pair surrounding web contents that appear in the browser window.

 

  1. <title>…..</title> is the tag pair for text to appear in the browser’s title bar.

 

  1.  Target is the web page opened by a link.

 

  1.   Source is the html code used to create a web page.

 

  1. c. The size of <h> tags from smallest to largest is <h 6,5,4,3,2,1>.

 

  1. b. <html> tags can be set forth in either upper or lower case.

 

  1. d. The file menu is used to open a local file in a browser.

 

  1. a. HTML stands for hypertext markup language.

 

  1. c. You can use a placeholder when you want to format a link, but haven’t yet created the target page.

 

  1. b. <html>…..</html> is the tag pair that marks the beginning and the end of an html document.

 

  1.  c. <title>…..</title> is the tag pair that marks the element that you see in the browser’s title bar.

 

  1. b. <html>…..</html> are not “structuring tags.

 

  1. b. <p>…..</p> is the html tag pair that creates a new paragraph.

 

 

            ___________________________________

 

 

                               Skills Review 1-4 are attached