Sunteți pe pagina 1din 2

HTML

1. What does HTML stand for? b) <b>


a) Home Tool Markup Language Answer: b
b) Hyperlinks and Text Markup Language
c) Hyper Text Markup Language 7. Choose the correct HTML tag to make
Answer: c a text itali
a) <i>
2. Who is making the Web standards? b) <italic>

Khaled (CCSL)
a) Microsoft Answer: a
b) Mozilla
c) The World Wide Web Consortium 8. What is the correct HTML for creating
Answer: c a hyperlink?
a) <a href="http://www.gmail">gmail</a>
3. Choose the correct HTML tag for the b) <a url="http://www. gmail.com">
largest heading gmail.com</a>
a) <head> c) <a name="http://www. gmail.com">
b) <h1> gmail.com</a>
c) <h6> d) <a>http://www. gmail.com</a>
d) <heading> Answer: a
Answer: b   
9. How can you create an e-mail link?
4. What is the correct HTML tag for a) <a href="xxx@yyy">
inserting a line break? b) <mail>xxx@yyy</mail>
a) <lb /> c) <a href="mailto:xxx@yyy">
b) <br /> d) <mail href="xxx@yyy">
c) <break /> Answer: c
Answer: b
10. How can you open a link in a new
5. What is the preferred way for adding a browser window?
background color in HTML? a) <a href="url" target="_blank">
a) <background>yellow</background> b) <a href="url" target="new">
b) <body background="yellow"> c) <a href="url" new>
c) <body style="background- Answer: a
color:yellow">
Answer: c 11. Which of these tags are all <table>
tags?
6. Choose the correct HTML tag to make a) <thead><body><tr>
a text bold b) <table><head><tfoot>
a) <bold> c) <table><tr><td>
d) <table><tr><tt>
Answer: c 17. What is the correct HTML for making
a drop-down list?
12. Choose the correct HTML to left-align a) <list>
the content inside a tablecell b) <input type="list" />
a) <td valign="left"> c) <input type="dropdown" />
b) <td leftalign> d) <select>
c) <tdleft> Answer: d
d) <td align="left">
Answer: d 18. What is the correct HTML for making
a text area?

Khaled (CCSL)
13. How can you make a list that lists the a) <input type="textarea" />
items with numbers? b) <input type="textbox" />
a) <list> c) <textarea>
b) <ol> Answer: c
c) <dl>
d) <ul> 19. What is the correct HTML for
Answer: b inserting an image?
a) <img alt="MyImage">image.gif</img>
14. How can you make a list that lists the b) <image src="image.gif"
items with bullets? alt="MyImage" />
a) <ul> c) <img href="image.gif"
b) <ol> alt="MyImage" />
c) <list> d) <img src="image.gif" alt="MyImage" />
d) <dl> Answer:d
Answer: a
20. What is the correct HTML for
15. What is the correct HTML for making inserting a background image?
a checkbox? a) <body background="background.gif">
a) <input type="check" /> b) <img src="background.gif"
b) <check> background />
c) <input type="checkbox" /> c) <background img="background.gif">
d) <checkbox> Answer:a
Answer: c

16. What is the correct HTML for making


a text input field?
a) <textfield>
b) <textinput type="text" />
c) <input type="textfield" />
d) <input type="text" />
Answer: d

S-ar putea să vă placă și