Page 125 - TP_V5.1_C7_fb
P. 125

4.  Ishani has to create a web page that lists different types of renewable energy sources. She wants
                    to use an ordered list with uppercase letters to present the list items. The types of energy sources
                    are: Solar, Wind, Geothermal, Hydropower, and Biomass. Help her write HTML code for the same.
                 5.  Create a web page that displays a list of top 5 best-selling books of the year using an unordered
                    list. Change the default bullet style to a circle using CSS. The list items are: “Book A,” “Book B,”
                    “Book C,” “Book D,” and “Book E.” Write the HTML and CSS code.

                 6.  Shea designed a web page showing a list of important computer programming languages using
                    a description list, she includes the following items with their descriptions:
                        • HTML: Markup language used to create web pages.
                        • CSS: Style sheet language used to style HTML elements.
                        • JavaScript: Programming language used for adding interactivity to web pages.

                     Write the HTML code to create this description list.

                 Chapter 5: Images, Links and Forms in HTML5

                 1.  Azhar created a page webpage using HTML. He added an image to it. Some portions of the code
                    are not working. Can you rectify the error in the code to make the code work properly?

                     <HTML>
                     <HEAD> <TITLE> Inserting Image </TITLE>
                     </HEAD>
                     <BODY>

                     <B> Inserting image on the web page </B>
                     <IMG SRC=”Shaheed_Diwas.jpg”
                     BREADTH=”50%”
                     HEIGHT=”50%”
                     ALIGNMENT=”right”

                     BORDER=”2”>
                     </BODY>
                     </HTML>
                 2.  Aniket is a web developer. He got a project to design a webpage as shown in the given image. He
                    has to move both bullet points to move from left to right direction on the screen. You decided to
                    create this webpage using HTML code. Write the code to create this webpage.























                                                                                                     Assignments  123
   120   121   122   123   124   125   126   127   128   129   130