1. What property sets the font size of text?
a) text-size.
b) font-size.
c) size.
d) text.
2. What does “img\a.jpg” inside double quotes imply when we write <img src=”amg\a.jpg” > ?
a) element.
b) attribute.
c) value.
d) operator.
3. What is the extension of a Javascript file?
a) .html.
b) .js.
c) .java.
d) .ajs.
4. What is the extension of a CSS file?
a) css.
b) .css.
c) .acss.
d) .html.
5. What is not a valid extension for HTML files?
a) .html.
b) .phtml.
c) .xml.
d) .xhtml.
6. What symbol is used to separate multiple declarations of variables?
a) ,
b) ;
c) :
d) '
7. Which tag inserts a line horizontally on a webpage?
a) <hr>
b) <line>
c) <tr>
d) <line direction="horizontal">
8. What is a search engine?
a) Twitter.
b) Gogle.
b) Gugal.
d) Google.
9. What protocol engine does the Internet use?
a) SLIP.
b) HTTP.
c) TCP/IP.
d) HTTPS.
10. Which tag was used to display the picture?
a) <image>
b) <img>
c) <src>
d) <emg>
11. How can we write comments along with CSS?
a) /* a comment */
b) // a comment //
b) <!—acomment-->
d) / a comment /
12. What does the <a> tag in HTML used for creating?
a) list.
b) links.
c) address.
d) none.
13. Who invented JavaScript?
a) Tim Berner Lee.
b) Brendan Eich.
c) James Gossling.
d) Google.
14. Which one of the following is not a Text Editor?
a) Notepad++
b) Notepad.
c) Photoshop.
d) Wordpad.
15. What element is used in the <head> section to connect an external file?
a) <link>
b) <style>
c) <href>
d) none.
16. On what model is WWW based?
a) local-server.
b) client-server.
c) server.
d) None of the above.
17. What does CSS stand for?
a) Creating Style Sheet.
b) Cascading Style Sheet.
c) Computer Style Sheet.
d) CSS Style Sheet.
18. What tag pairs are used to start and end an HTML document?
a) HTML.
b) Web.
c) Body.
d) Head.
19. What is the full form of HTML?
a) Hyphen text test program.
b) Hyper text markup Language.
c) Hyper text marking language.
d) Hyphen text markup Language.
20. What is the extension of a CSS file?
a) .cs.
b) .css.
c) .ces.
d) .js.
21. What is the biggest HTML tag in heading?
a) <h6>
b) <h1>
c) <h2>
d) none.
21. What are the tags elements in XML?
a)case – insensitive
b) case-
sensetive
c)browser dependent
d)none of these
22. Which language is case sensitive?
a) HTML.
b) CSS.
c) Javascript.
d) None.
23. Which tag is used to mark the beginning of a paragraph?
a) <paragraph>
b) <p>
c) <br>
d) <tr>
24. What is the largest heading tag in HTML?
a) <h6>
b) <h1>
c) <heading>
d) <head>
25. Which of the following is a container?
a) <select>
b) <body>
c) <input>
d) Both a & b.
26. Which attribute defines the relationship between the current document and a hypertext reference (HREF) URL?
a) rel.
b) ral.
c) href.
d) src.
27. What is the TD tag used for?
a) Row heading.
b) Row data.
c) Table records.
d) Table heading.
28. What is the <HR> tag used for?
a) Horizontal row.
b) Line break.
c) Horizontal heading.
d) Underline.
29. What is used by the web client to view a web page?
a) Protocol.
b) Web browser.
c) Web server.
d) Search engine.
30. What is the name of the location address of the hypertext document?
a) Web server.
b) File.
c) Web address.
d) Uniform Resource Locator (URL)
Post a Comment