You are on page 1of 2
8. Creating Web Pages using HTMLS A. Fill in the blanks. 1. Hypertext 2. Web Browsers 3. Position 4. Container 5. Line Break . Write T for True and F for False. 1. True 2. False 3. True 4. False 5. False C. Application-based questions. 1. background-image:url(“path of the file”) 2. Background-position: topleft D. Select the correct option. 1. (b) SEML 2. (b) Web editor 3. (b)
4, (a) CSS 5. (c) Declaration E. Answer the following questions. 1. What is HTML? What are the basic tools required to work with the HTML documents? A. HTML stands for Hypertext Mark-up language. It allows the user to create web pages that contain both text and graphics. To work with HTML, we need two basic tools: 1. HTML Editor- for creating and saving the documents. 2. Browser- for viewing the documents. 2. Explain the terms tags and attributes with the help of an example. A. Tags are the building blocks of a web page. They contain elements which define how the information on a web page is formatted or displayed. Tags do not appear in the browser window but they affect the display of the text and non-text items in it. An Attribute is the property that provides additional information about an HTML element. It enhances the functionality of a tag. An attribute is always specified inside the opening tag. Example:

You might also like