Help Desk Final Quiz

Published on June 2016 | Categories: Documents | Downloads: 32 | Comments: 0 | Views: 226
of 2
Download PDF   Embed   Report

Comments

Content

Basic HTML for Website Builders Quiz: 1) What does "HTML" stand for? a) Hyper Text Markup Language b) Hyperlinks and Text Markup Language c) Home Tool Markup Language
Answer: a

2) What do search engines use to index the content of a web pages? a) Paragraphs b) Headings c) Body Answer: b 3) Choose the correct HTML tag for the largest heading: a) <heading> b) <h6> c) <h1> Answer: c 4) What is the correct HTML tag for inserting a line break? a) <br /> b) <break /> c) <lb /> Answer: a 5) An HTML tag that doesn't have an end tag is called: a) An empty tag b) A blank tag c) An HTML tag always has an end tag. Answer: a 6) What is the correct HTML for adding a background color? a) <background>yellow</background> b) <body background="yellow"> c) <body style="background-color:yellow"> Answer: c 7) Choose the correct HTML tag to make a text bold: a) <bold> b) <b> c) <strg> Answer: b

8) Choose the correct HTML tag to make a text italic: a) <i> b) <emp> c) <italic> Answer: a 9) What is the correct HTML for creating a hyperlink? a) <a>http://www.sctc.edu</a> b) <a url="http://www.sctc.edu"> Visit St. Cloud Technical College!</a> c) <a href="http://www.sctc.edu"> Visit St. Cloud Technical College!</a> Answer: c 10) What is the correct HTML for inserting an image? a) <image src="image.gif" /> b) <img>image.gif</img> c) <img src="image.gif" /> Answer: c

Sponsor Documents

Or use your account on DocShare.tips

Hide

Forgot your password?

Or register your new account on DocShare.tips

Hide

Lost your password? Please enter your email address. You will receive a link to create a new password.

Back to log-in

Close