This document contains questions about HTML, CSS, web browsers, web servers, and related topics. It asks about definitions of terms like WWW, HTTP, URLs, IP addresses, domain names, HTML tags and elements, CSS selectors and properties, and how to structure HTML pages, add images, hyperlinks, tables, forms, and style pages with CSS. It also asks how to differentiate between static, dynamic and active web pages, and between block-level and inline elements.
This document contains questions about HTML, CSS, web browsers, web servers, and related topics. It asks about definitions of terms like WWW, HTTP, URLs, IP addresses, domain names, HTML tags and elements, CSS selectors and properties, and how to structure HTML pages, add images, hyperlinks, tables, forms, and style pages with CSS. It also asks how to differentiate between static, dynamic and active web pages, and between block-level and inline elements.
2. What do you mean by WWW ? 3. What is WWW ? 4. Define the term W3C. 5. What is W3C ? 6. Define the term Web browser. 7. Define the term Web server. 8. Define the terms Web browser and Web server. 9. What does URL means ? 10. What is a Web server ? List any 2 web browsers. 11. Differentiate between Web server and Web browser. 12. What is Web hosting ? 13. What are web pages ? Write a note on the types of web pages. 14. What is a Web page ? List different types of web pages. 15. What is a Static web page ? How it differs from dynamic web page ? 16. What is an active web page ?How it differs from dynamic web page ? 17. Describe the terms client and server. 18. Define the term DNS. 19. What is an IP address ? Give an example. 20. What is a domain name ? List out the examples for generic domain names. 21. Define the term Domain name.List out the examples for country specific domain names. 22. Define the term HTML and HTTP 23. Define the term HTTP and IP address 24. Differentiate DHTML and XHTML 25. Define the term HTML and also list out the features of HTML. 26. What is the importance of <head> and <body> tags in HTML document structure ? 27. List out the basic tags in HTML document structure. 28. What is the purpose of the "background" attribute of the HTML <body> element?Illustrate its usage. 29. What is the purpose of HTML <body> tag ? Illustrate its usage. 30. What are the different heading tags in HTML ? 31. What are heading tags in HTML ? Differentiate <h1> and <h6>. 32. What is the purpose of using <p> tag in HTML ? 33. List out any four text formatting tags in HTML. 34. What is the use of <font> tag in HTML ? List out any 2 attributes of the same. 35. List out the various attributes of <font> tag with teir values. 36. How will you insert an image into a web page ? Write an example. 37. What is the purpose of using <img> element in HTML ? Explain the attributes of <img> tag. 38. What is the use of <img> in HTML ? List out its attributes. 39. How will you change the thickness and color of an image in HTML ? Explain with an example. 40. What is the use of anchor tag in HTML ? Explain with an example. 41. What are Hyperlinks ? How will you insert a hyperlink in HTML ? 42. What is an Hyperlink ? Differentiate alink,vlink in HTML. 43. What is the purpose of "href" attribute in HTML ? 44. How will you create image links in HTML ? Explain with an example. 45. What is the importance of "target" attribute in <a> tag. 46. Differentiate ordered and un-ordered lists in HTML with an example. 47. What are ordered lists ? Illustrate with an example. 48. What are un-ordered lists? Illustrate with an example. 49. What are definition lists ? Illustrate with an example. 50. How will you insert an audio into a webpage ? Illustrate with an example. 51. What is the purpose of <video> in HTML ? 52. How will you create table in HTML ? 53. What is the purpose of using "colspan" and "rowspan" attribute in HTML ? 54. State the difference between "cell-padding" and "cell-spacing" 55. List any two attributes of <table> element with their possible values. 56. What is the difference between <caption> and <thead> ? 57. What is a frame?How can you create frames in webpages ? 58. What is the use of <frameset> and <frame> elements in HTML ? 59. What are frames in HTML ? How can you avoid resizing of frames on webpages ? 60. What are frames in HTML ? How can you avoid scroll bars of frames on webpages > 61. What is the use of "forms" in HTML ? List any two attributes of forms. 62. State any two difference between Get and Post methods. 63. How will you insert text input controls in a form ? Illustrate with an example. 64. What is the difference between checkbox and radiobutton ? State with an example. 65. What are the uses of <input> element in HTML ? 66. What are forms in HTML ? How will you insert password and radio button in a form ? 67. Explain the use of <select> element in HTML? Illustrate with an example. 68. How will you insert a file upload box in HTML? State an example. 69. What are 'buttons' ? List the types of buttons that can be created by using HTML. 70. What is the use of hidden form controls in HTML ? 71. What are selectors in CSS ? 72. What is the difference between ID and Class selectors in CSS ? 73. What is CSS ? Explain the syntax of CSS ? 74. Explain the use of class selector in CSS with an example. 75. Explain the use of 'id' selector in CSS with an example. 76. Explain the use of 'universal' selector in CSS with an example. 77. What is 'external style sheet' ? Give an example. 78. What is 'inline style' in CSS ? Illustrate with an example. 79. What is 'internal style sheet' in CSS ? Explain with an example. 80. What is CSS ?Explain any 2 text properties in CSS. 81. What is CSS ? Which CSS property is used to set the text shadow around a text ? 82. What is the syntax of CSS ?Which CSS property controls the text-size ? 83. What is the use of CSS ?Which CSS property is used to control the position of an image in the background ? 84. Explain how we can add an image named 'nature.png' as background in CSS ? 85. Explain how we can change the font color and size in CSS ? 86. What are block-level elements ? Give an example. 87. What is the use of <div> element ? Illustrate with examples. 88. State the difference between block-level and inline element.Give examples. 89. What are inline elements ? How they are differs from block-level element ? 90. What are web pages ? Explain different types of web pages. 91. Differentiate static,active and dynamic web pages in detail 92. What do you mean by DNS ?Explain different categories of domain names with suitable examples. 93. Write a detailed note about the functions of Web browser and web server. 94. What is HTML ? List out the features of XHTML and HTML. 95. Explain the basic structure of an HTML program with suitable example. 96. Write a detailed note on HTML document structure. 97. What are the various text formatting tags available in HTML ? Explain with suitable examples. 98. Write a program in HTML which uses text formatting tags and also explain the same. 99. Write a detailed note on HTML text formatting tags with suitable examples. 100. What is the use of <font> element in HTML ?How can you change the font-color,font-size and font-face in an HTML document ? Explain with example. 101. Write a detailed note on <font> element in HTML and also explain its attributes with examples. 102. What is an Hyperlink ? How will you create a link in HTML ?Explain with an example. 103. What is the purpose of <a> tag in HTML ? Explain the attributes of the same. 104. What is the use of <a> tag in HTML ? Explain most important attributes of <a> tag. 105. Define the term hyperlink.How will you create a link to the same web page section. 106. What are lists ? Compare ordered and unordered lists along with their attributes. 107. What are lists? What are the different types of links that can be created by using HTML? 108. What is the purpose of using <audio> and <video> element in HTML ? Describe with an example. 109. What are the different multimedia tags available in HTML ? Explain with examples. 110. Write a detailed note on various elements of tables in HTML with suitable examples. 111. Design a web page which display the product information in table format.The products are computers,printers and laptops.The information displayed of product should be configuration/technical details,price etc. 112. What is the purpose of using <table> element in HTML ? Explain the use of <tr>,<td> ,<caption>,<thead> 113. Write a program in HTML to create a table which makes use of colspan and rowspan attributes . 114. What are frames in HTML ? How will create frames in HTML ? Explain with suitable example. 115. Explain HTML tables with suitable example.Give border,padding,color etc. 116. Explain the types of spanning in Table with suitable examples. 117. What are "Frames" in HTML ? Design a webpage that makes use of frames. 118. What are form controls in HTML ? List any four form controls and explain with suitable examples. 119. What is the purpose of using Forms in HTML ? List the attributes of <form> element and also explain any 4 form controls with suitable examples. 120. Design a web page which uses form to collect detils from students.Form should consist of student name,gender,address and class. 121. What are forms in HTML ? How will you create radio-button,checkbox,selectbox and submit- button in HTML ? 122. Design a webpage to show the use of the following input controls (a) check box (b) radio- button.And also submit the form details using appropriate method. 123. What is CSS ? Explain various selectors in CSS with suitable examples. 124. Write a detailed note on various selectors in CSS with suitable examples. 125. What are the diferent ways to apply CSS to HTML ? Give some example. 126. What is CSS ? How we can add CSS to HTML page ? Illustrate with example. 127. Write a detailed note on various font-properties in CSS. 128. Explain different text-properties in CSS with suitableexamples. 129. What are the different background-properties in CSS ? Explain with suitable examples. 130. Differentiate block-level and inline elements with suitable examples. 131. What is an HTML document ?Explain the basic structure of an HTML document. 132. With a suitable example, explain the basic text formatting tags in HTML. 133. Design a web page to diplay the information about your College by using basic page tags.Display the information in the form of paragraphs/sentences.Also use effects to highlight the information like bold,italics or underline. 134. List out the various text formatting options in HTML and explain with suitable examples. 135. What are hyperlinks ? Write a program in HTML that uses hyperlinks and single page link. 136. What is a list ? What are the different types of lists that can be created by using HTML.Explain with suitable examples. 137. Write a detailed note on different types of lists in HTML.Illustrate with examples. 138. Create a web page with HTML describing your college library.Use paragraphs and lists.Apply various colors to suitable distinguish key words.Also apply font styling like italics,underline,and two other fonts to words you find appropriate.Also use header tags. 139. Design a webpage in HTML to display the syllabus your subject by using List tag(Use list tag to display data in ordered or un-ordered formats as main,sub-main,sub-sub-main,etc by using nos. or special types of bullets) 140. What are the advantages of using tables on Webpages ? How will you create tables in HTML ? Explain with examples. 141. Design a webpage which makes use of <table> element and also colspan,rowspan attributes. 142. Design a college webpage which makes use of frames.Page should be divided into 3 frames and each frame should load sepearate webpages(vision,mission,cources) 143. Create a webpage which shows the list of colleges offering Computer Science along with the details - college name,Address,Contact number.Address column will consist of sub columns as Post office,city,district and Pin-code. 144. Design a webpage to accept student information.Student should enter the details like first name,last name,middle name,city upto 25 charecters and address upto 50 charecters,Use the combo-box to select the qualification,option button for gender selection.Display the information accepted in formatted form. 145. Design a webpage which shows the use of various form controls.Form should consist of atleast five form controls. 146. What is CSS ? Write a program in HTML which shows the use of various selectors in css. 147. What is CSS ? What are the different ways to apply CSS to HTML ? Explain with examples. 148. What are the various properties in CSS ? Explain with suitable examples. 149. What are the ways to apply CSS in Webpage ?Explain important text properties. 150. Explain various text formatting,font and background properties in CSS with examples.