Page 209 - Web Applications (803) Class 11
P. 209

8.  Define CSS comments.
                     9.  What do you mean by hex values?
                    10.  Fill in the blanks to complete the following code and write the output.

                       <html>
                       <head>
                            _______
                               body {

                                    background-_____: red;
                               }
                            </style>
                       ______
                       <body>
                           <h1>Welcome</h1>
                        <p>This page has red background color. _____

                       </body>
                       </html>
                 B.  Long answer type questions.
                     1.  How are HTML and CSS different?
                     2.  Describe the physical tags in HTML.
                     3.  Explain Universal and Descendant selectors with an example.
                     4.  Define
                        i.  Root server
                        ii.  Primary server
                     5.  Domain Name System
                     6.  Differentiate between the two types of linking in HTML.
                     7.  State five errors which are commonly occur during publishing of any website?      [CBSE Handbook]
                     8.  Differentiate between the ordered list and unordered list.
                     9.  Differentiate between flat name spaces and hierarchical name space.
                    10.  Write the steps of publishing your website.
                                                                                                      Computational Thinking

                 C.  Competency-based/Application-based questions:                                      Subject Enrichment
                     1.  Shreya needs to display the address of the author on the HTML page. Which tag should she use?
                     2.   Gargi added the following code in her HTML document. However, she is not getting the desired effect on her webpage.
                       Can you tell the reason?
                       .para1 {font-family: "Berlin Sans FB", Georgia, Consolas;}
                     3.   Gurpreet wants to list down the steps involved in baking a cake. Which HTML5 tag does he need to start the list?
                     4.   Himesh wants to display the marks obtained in Maths, English, Science, and Computer Science on the webpage. Give
                       him the best-suited HTML5 tag that helps him complete the task.
                     5.   Nidhi is preparing a table for her web page. The data in one of the cells extends over more than one column. Which
                       attribute can she use to solve this problem?





                                                                            Website Development using HTML and CSS   207
   204   205   206   207   208   209   210   211   212   213   214