0% found this document useful (0 votes)
453 views

HTML Test

The document provides answers to multiple choice questions about HTML tags and their uses. It covers tags for headings, line breaks, bold and italic text, hyperlinks, lists, tables, images, and other common HTML elements. The last few questions are not related to HTML.

Uploaded by

ashokhydri
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
453 views

HTML Test

The document provides answers to multiple choice questions about HTML tags and their uses. It covers tags for headings, line breaks, bold and italic text, hyperlinks, lists, tables, images, and other common HTML elements. The last few questions are not related to HTML.

Uploaded by

ashokhydri
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 7

1. What does HTML stand for?

Hyperlinks and Text Markup Language Home Tool Markup Language Hyper Text Markup Language

2. Who is making the Web standards? The World Wide Web Consortium Microsoft Mozilla

3. Choose the correct HTML tag for the largest heading <head> <h1> <heading> <h6> 4. What is the correct HTML tag for inserting a line break? <br /> <lb /> <break /> 5. What is the preferred way for adding a background color in HTML? <body style="background-color:yellow"> <background>yellow</background> <body background="yellow"> 6. Choose the correct HTML tag to make a text bold

<b> <bold> 7. Choose the correct HTML tag to make a text italic <italic> <i> 8. What is the correct HTML for creating a hyperlink? <a name="http://www.w3schools.com">W3Schools.com</a> <a>http://www.w3schools.com</a> <a href="http://www.w3schools.com">W3Schools</a> <a url="http://www.w3schools.com">W3Schools.com</a>

9. How can you create an e-mail link? <mail href="xxx@yyy"> <a href="xxx@yyy"> <a href="mailto:xxx@yyy"> <mail>xxx@yyy</mail> 10. How can you open a link in a new browser window? <a href="url" target="new"> <a href="url" target="_blank"> <a href="url" new> 11. Which of these tags are all <table> tags? <thead><body><tr> <table><tr><td> <table><tr><tt> <table><head><tfoot>

12. Choose the correct HTML to left-align the content inside a tablecell <td valign="left"> <td leftalign>

<td align="left"> <tdleft> 13. How can you make a list that lists the items with numbers? <dl> <ul> <ol> <list> 14. How can you make a list that lists the items with bullets? <ol> <dl> <ul> <list>

15. What is the correct HTML for making a checkbox? <input type="check" /> <checkbox> <check> <input type="checkbox" /> 16. What is the correct HTML for making a text input field? <input type="textfield" /> <input type="text" /> <textinput type="text" /> <textfield> 17. What is the correct HTML for making a drop-down list? <input type="list" /> <list> <select> <input type="dropdown" />

18. What is the correct HTML for making a text area?

<textarea> <input type="textarea" /> <input type="textbox" />

19. What is the correct HTML for inserting an image? <img href="image.gif" alt="MyImage" /> <img src="image.gif" alt="MyImage" /> <image src="image.gif" alt="MyImage" /> <img alt="MyImage">image.gif</img>

20. What is the correct HTML for inserting a background image? <background img="background.gif"> <body background="background.gif"> <img src="background.gif" background />
102) Using Hspace will add what to your image ? a) Space to the left and right b) Space to the top and bottom c) Height to all sides

101) You can add names to each frame window using which setting ? a) name b) src c) url

98) All HTML tags are enclosed in what ? a) <> b) ? and ! c) # and #

97) What is the most important tool for adding colors to certain areas of the page rather than the entire background ? a) Fonts b) Tables c) Images

93) There are how many "browser safe colors" ? a) 16 Million b) 216 c) 256

90) Use what to prevent confusion on numbers higher than 9 with hexadecimal colors ? a) # b) ! c) %

89) All normal webpages consist of what two parts ? a) Head and body b) Top and bottom c) Body and frameset

88) To start a list using circles use which of these tags ? a) <ul type="circle"> b)<ul "circle"> c) <ul type="round">

78) Imagelinks can show a text label if you add which property? a) alternative b) str c) alt

70) To seperate single list items use ? a)<li> and </li> b)<ol> and </ol> c) <ul> and </ul>

62) What tag tells where a link starts ? a) <l> b) <start> c) <a>

59) Which of these is not valid HTML? a) <font face="verdana,arial"> b)<fontface="verdana"> c) <font face="verdana">

The typical size for a graphic design is measured in __________. (2 points) pica pixels points inches

When selecting an area of pixels to delete, which of the following tools could be used? Choose all that apply. You must select all correct possibilities. (2 points) magic wand marquee paint bucket lasso type/text

To undo the last change made to your graphic design, the keys may be used. Control + D Control + Z Shift + D ALT + Z Shift + Z

To turn-off the use of a tool, or deselect it, you must push the keys. Control + Z ALT + D Shift + Z Control +D Shift + D

You might also like