This document contains 60 multiple choice questions about HTML and web design topics. The questions cover HTML tags and their uses, attributes of tags, how to structure and format web pages, and other topics related to designing and coding websites using HTML. Common tags addressed include headings, paragraphs, lists, links, images, and tables. Related topics include CSS, domains, browsers, and other technologies used to design and display web pages.
This document contains 60 multiple choice questions about HTML and web design topics. The questions cover HTML tags and their uses, attributes of tags, how to structure and format web pages, and other topics related to designing and coding websites using HTML. Common tags addressed include headings, paragraphs, lists, links, images, and tables. Related topics include CSS, domains, browsers, and other technologies used to design and display web pages.
This document contains 60 multiple choice questions about HTML and web design topics. The questions cover HTML tags and their uses, attributes of tags, how to structure and format web pages, and other topics related to designing and coding websites using HTML. Common tags addressed include headings, paragraphs, lists, links, images, and tables. Related topics include CSS, domains, browsers, and other technologies used to design and display web pages.
This document contains 60 multiple choice questions about HTML and web design topics. The questions cover HTML tags and their uses, attributes of tags, how to structure and format web pages, and other topics related to designing and coding websites using HTML. Common tags addressed include headings, paragraphs, lists, links, images, and tables. Related topics include CSS, domains, browsers, and other technologies used to design and display web pages.
Download as DOCX, PDF, TXT or read online from Scribd
Download as docx, pdf, or txt
You are on page 1of 3
CENTRAL INSTITUTE OF TECHNOLOGY
1. The first page of a website is called?
a. Design b. Home page c. First page d. Main page 2. How many heading tags are supported by HTML? a. 3 b. 4 c. 5 d. 6 3. Which is the largest heading tag? a. H1 b. H3 c. H4 d. H6 4. ......................... connects web pages. a. Connector b. Link c. Hyperlink d. None of the above 5. Which of the following protocol is used for e-mail services? a. SMAP b. SMTP c. SMIP d. SMOP 6. ................... is known as father of World Wide Web. a. Robert Cailliau b. Tim Thompsonc. Charles Darwin d. Tim Berners-Lee 7. What does an HTML tag do? a. It specifies formatting and layout instructions for your web page. b. It hides programming instructions from view. c. It determines the organizational structure of your Web site. d. It connects your web site to an operating environment. 8. Output of XML document can be viewed in a? a. Word Processor b. Web browser c. Notepad d. None of the above 9. Choose the correct HTML tag to make the text bold? a. <B> b. <BOLD> c. <STRONG> d. Both (A) and (C) 10. Which of the following are commonly found on web pages? a. Internet b. Hyperlinks c. Intranet d. all of the above 11. What is an ISP? a. Internet System Protocol b. Internal System Program c. Internet Service Provider d. None of the above 12. What is the language of the Web? a. Basic b. C++ c. MS Visual Basic d. HTML 13. Which of the following are attributes of Font tag? a. Face b. Size c. Color d. All of above 14. HTML tags are surrounded by ___ brackets a. Angle b. Square c. Round d. Curly 15. HTML was first proposed in year ___. a. 1980 b. 1990 c. 1995 d. 2000 16. Which of the following is not an example of browser? a. Netscape Navigator b. Microsoft Bing c. Mozilla Firefox d. Opera 17. The software that can read and render HTML documents is a. Server b. Compiler c. Interpreter d. Browser 18. HTML document can contain a. Attributes b. Tags c. Plain text d. All of these 19. HTML language is a set of markup ___ a. Attributes b. Tags c. Sets d. Groups 20. HTML is considered as ___ language a. Programming Langauge b. OOP Language c. High Level Language d. Markup Language 21. Which of the following is correct to change font face in Web Page a. <font = "font name"> … b. <font name = "font name"> … </font> c. <font face = "font name"> … </font> d. Font Face cannot change 22. Which of the following is correct to align H1 tag to Right Alignment a. <h1 align = "right"> … b. <h1 alignment = "right"> … c. <h1 tag align = "right"> … </h1> d. H1 cannot make Right Alignment 23. Choose the correct HTML tag to left-align the content of a cell. a. <tdleft> b. <td leftalign> c. valign= “left”> d. <td align= “left”> 24. Which of the following tags are related to Table in HTML ? a. <table> <row> <column> b. <table> <tr> <td> c. <table> <head> <body> d. <table> <header> <footer> 25. How to set a picture as a background web page? a. <body background= “bgimage.gif”> b. <body background image= “bgimage.gif”> c. <background= “bgimage.gif”> d. <background image= “bgimage.gif”> 26. FTP is an acronym for a. File Transaction Protocol b. File Transmission Protocol c. File Translation Protocol d. File Transfer Protocol 27. What is the use of iframe in HTML? a. to display a web page within a web page. b. to display a web page with animation effect. c. to display a web page without browser. d. All of the Above. 28. A homepage is __________ a. an index of encyclopaedia articles b. where all Internet data is stored c. required for access to the Internet d. the first page of a website 29. With regards to e-mail addresses: a. They must always contain an @ symbol b. They can never contain spaces c. they are case-insensitive d. all of the above 30. Outlook Express is a _________ a. E-Mail Client b. Browser c. Search Engine d. None of the above 31. What does the .com domain represents? a. Education domain b. Commercial domain c. Network d. None of the above 32. HTML document start and end with which tag pairs? a. <HEAD>….</HEAD> b. <BODY>….</BODY> c. <HTML>….</HTML> d. <WEB>….</WEB> 33. What is the full form of TCP/IP? a. transmission control protocol / internet protocol b. telephone call protocol / international protocol c. transport control protocol / internet protocol d. none of the above 34. What is a search engine? a. a program that searches engines b. A web site that searches anything c. a hardware component d. a machinery engine that search data 35. What is the full form of HTTP? a.Hyper text transfer protocol b.Hyper text transfer package c. Hyphenation text test program d. none of the above 36. Who invented World Wide Web (WWW)? a. Blaise Pascal b. Charles Babbage c. Herman Hollerith d. Tim Berners-Lee 37. CSS is an acronym for a. Cascading Style Sheet b. Costume Style Sheet c. Cascading System Style d. None of the Above 38. Page designed in HTML is called a a. Yellow Page b. Web Page c. Server Page d. Front Page 39. We can write HTML code using ____. Select appropriate option(s). a. VLC Media b. Notepad++ c. Microsoft PowerPoint d. None of these 40. HTML document is saved using ____ extension. a. .htl b. .html c. .hml d. .htnl 41. Which of the following is not a pair tag? a. <p> b. < u > c. <i> d. <img> 42. Which tag creates a check box for a form in HTML? a. <checkbox> b. <input type="checkbox"> c. <input=checkbox> d. <input checkbox> 43. To create a combo box (drop down box) which tag will you use? a. <select> b. <list> c. <input type="dropdown"> d. all of above 44. Which tag allows you to add a row in a table? a. <td> and </td> b. <cr> and </cr> c. <th> and </th> d. <tr> and </tr> 45. Which tag inserts a line horizontally on your web page? a. <hr> b. <line> c. <line direction="horizontal"> d. <tr> 46. Tags and test that are not directly displayed on the page are written in _____ section. a. <html> b. <head> c. <title> d. <body> 47. <b> tag makes the enclosed text bold. What is other tag to make text bold? a. <strong> b. <dar> c. <black> d. <emp> 48. Which attribute you’ll use with TD tag to merge two cells horizontally? a. merge=colspan2 b. rowspan=2 c. colspan=2 d. merge=row2 49. Which attribute is used withimg tag to display the text if image could not load in browser? a. Description b. Name c. Alt d. Id 50. To create a blank line in your web page a. press Enter two times b. press Shift + Enter c. insert <BR> tag d. insert <BLINE> 51. Marquee is a tag in HTML to a. mark the list of items to maintaininqueue b. Mark the text so that it is hidden in browser c. Display text with scrolling effect d. None of above 52. In HTML document the tags a. Should be written in upper case b. should be written in lower case c. should be written in proper case d. can be written in both uppercase or lowercase 53. The _____ character tells browsers to stop tagging the text a. ? b. / c. > d. % 54. HTML documents are saved in a. Special binary format b. Machine language codes c. ASCII text d. None of above 55. Some tags enclose the text. Those tags are known as a. Couple tags b. Single tags c. Double tags d. Pair tags 56. What doesvlink attribute mean? a. visited link b. virtual link c. very good link d. active link 57. A webpage displays a picture. What tag was used to display that picture? a. Picture b. Image c.img d. Src 58. How can you make a bulleted list? a. <list> b. <nl> c. <ul> d. <ol> 59. . Choose the correct HTML tag for the smallest size heading? a. <heading>b. <h6> c. <h1> d. <head> 60. What is the correct HTML for adding a background color? a. <body color="yellow"> b. <body bgcolor="yellow"> c. <background>yellow</background> d. <body background="yellow">