Trinity Web Site Design Quiz Directions: Answer the following Questions - True/false, multiple choice, and fill in the blank. You can NOT use the internet, Search engine, or On Line resource. You can use any *.PDF from this or previous weeks. (1) T/F - HTML Stands for Hyper Text Markup Language.____ (2) T/F - CSS Stands for Computer Style Sheets. _____ (3) M.C. - Check the True Statement(s) about HTML with an [x] (a)[ ] HTML defines the Style of internet pages (b)[ ] Every HTML tag has an ending tag, for example

paragraph

(c)[ ] The main editor we use is called Notepad (d)[ ] HTML{title} tag Heading can appear in both the middle and top of your web page. (e)[ ]

tag is the largest heading, and

is the smallest (f)[ ] HTML{head} tag is display near the top of your web page. (4) T/F HTML comments can be both single line or multiple line, example: ___ (5) Which is bigger: (hint: week 2) ___ (a) the World Wide Web (b) the Internet (6) M.C. Check the True Statement(s) about HTML, [x] (a)[ ] HTML describes the Color and Size of a web page (b)[ ] HTML describes the structure and content of a web page (c)[ ] HTML elements are represented by tags (d)[ ] HTML tags are rendered in our Browser and the is not displayed. (e)[ ] HTML declaration defines this document to be HTML5 (7) T/F Every web page has an address called a URL, that stands for Uniform Resource Locator. ____ (8) T/F when you see http://www.google.com (http) is the Host Name. ____ (9) M.C. Check the HTML tags that have to do with the font of text, [x] (a)[ ] ... (b)[ ] ... (c)[ ]

...

(d)[ ] ... (e)[ ] ... (f)[ ]
(g)[ ]
(h)[ ] ... (10) T/F to view the source from Google Chrome you do the following: Hint: (week 4) click on [...] click on [More Tools] click on [Developer Tools] click on {Source] tab (11) Which tag do you use to display an image? Hint: (week4.pdf) fill in the blank__________________ (12) Give an example of the HTML syntax to display an image: _________________________ (13) What HTML tag do you use to link to another page, or another spot on the same tag? (hint: week_5.pdf) _________________ (14) Give an example of the syntax to link to another page: _________________________ (15) CSS comments are in this format: /* this is a single line comment */ T/F a comment is NOT displayed on the browser? _____