Question

In: Computer Science

9. Create a Web page about your favorite musical group. Include the name of the group,...

9. Create a Web page about your favorite musical group. Include the name of the group, the individuals in the group, a hyperlink to the group’s Web site, your favorite three (or fewer if the group is new) CD releases, and a brief review of each CD. ● Use an unordered list to organize the names of the individuals. ● Use a definition list for the names of the CDs and your reviews.

I would like it on Pink Floyd please I am sick and need help please

Solutions

Expert Solution

Code:

<html>
   <head>
       <title>Pink Floyd</title>
       <style type="text/css">
           h1{
               color: red;
           }
           h3{
               color: blue;
           }
           dt{
               color: green;
           }
       </style>
   </head>
   <body bgcolor="lightgray">
       <center>
           <h1><i>Pink Floyd</i></h1>
           <a href="https://thelateryears.pinkfloyd.com">Official Website</a>
       </center>
       <h3>Members</h3>
       <ul>
           <li>Nick Mason</li>
           <li>Roger Waters</li>
           <li>Richard Wright</li>
           <li>Syd Barrett</li>
           <li>David Gilmour</li>
           <li>Bob Klose</li>
       </ul>
       <dl>
           <dt><b>The Endless River</b></dt>
           <dd>Pink Floyd had released fifteen albums out of which The Endless River was the final studio album.<br> This album has been released in the month of November 2014.</dd>
           <br><br>
           <dt><b>The Division Bell</b></dt>
           <dd>It was the fourteenth out of fifteen albums released by the English Rock Band Pink Floyd.</dd>
           <br><br>
           <dt><b>A Momentary Lapse Of Reason</b></dt>
           <dd>It was the thirteenth out of fifteen albums released by Pink Floyd, the English Rock Band.<br> It was released on 7th of September 1987.</dd>
       </dl>
      
   </body>
</html>

Code with explanation:

Output:

Note: Add the content in <dd> tag as per your need.


Related Solutions

In this assignment you will create a web page about your favorite sports to play or...
In this assignment you will create a web page about your favorite sports to play or teams to watch. If you don’t watch or play sports, please make up your favorite sports to play or teams to watch. You will be incorporating images into your web page, as well as other concepts learned in this unit. Create an external style sheet using a text editor of your choosing. In the CSS file add the following style rules: A background image...
using text edit html Create a Web page that makes a list of your favorite movies...
using text edit html Create a Web page that makes a list of your favorite movies and a list of your favorite actors. Make one list ordered (numbered) and one list unordered (bulleted). Title your Web page - John Doe's Movies Page but use your own name (this information goes in the title tag). Also include a paragraph describing one of your favorite movies and another paragraph describing one of your favorite actors. Include two heading levels - h1 and...
Create a Web Page that has the name of at least 10 brands of dog food,...
Create a Web Page that has the name of at least 10 brands of dog food, as well as an image of each dog food. Essentially your Web Page should have 10 names and 10 Images. Start by putting a Title (ex.Good Dog Eats) at the top, and use a line separator. Then add the dog food brand names and images. You will need to “borrow” the images from some other websites like https://www.petsmart.com/ or so. Use CSS padding property...
Create a Web page about a book ( The Richest Man in Babylon) that includes the...
Create a Web page about a book ( The Richest Man in Babylon) that includes the following: -page title -a meta keywords tag with at least (5) keywords -a meta description tag -a meta robots tag to allow indexing, but not permit crawling of the site Also, provide 1-2 paragraphs of content with three relevant text links.
(a) Create a HTML page for a single faceted search selector. It will include the name...
(a) Create a HTML page for a single faceted search selector. It will include the name of the facet and a list of radio buttons or tick boxes for each category. (b) Add a button called filter. When the button is clicked the radio button or tick boxes will be read to determine if a selection has been made. The selection will be written to a div element located under the filterbutton. If no selection was made, then an appropriate...
Create a Web page about yourself containing the following: Notepad++ The page should have a light...
Create a Web page about yourself containing the following: Notepad++ The page should have a light green background and a one inch margin. The Web page should contain: At least three headings, h1 to h3. At least two paragraphs about you. A numbered list with at least three hyperlinks. The hyperlinks cannot be the ones we created in class today which were the links to Yahoo and Google. Two horizontal rules. All the h1, h2, and h3 tags should have...
For this assignment you are required to create a web page displaying a recipe of your...
For this assignment you are required to create a web page displaying a recipe of your choosing. Your submission should appropriately use the basic head and body construction of an HTML document. Additionally you are required to appropriately use at least three different HTML element types. For example you might use an unordered list for your ingredients, an ordered list for the steps of your recipe, and an image to show the final result. If you choose to use an...
JavaScript. Create a Web page with the following features: Three lines of text about anything. A...
JavaScript. Create a Web page with the following features: Three lines of text about anything. A link to OCC (http://www.orangecoastcollege.edu) that opens in a new browser window. An image link (graphical link). A link to the top of the page. A graphical link to your email. Formatted text throughout the page. Horizontal lines
For your final project, you are to create a two-page web application of your choice. ASP.NET...
For your final project, you are to create a two-page web application of your choice. ASP.NET : C# You must include the following items: At least 5 different standard server controls At least 2 validation controls At least 1 navigation control ~ one must navigate back and forth to each page One session state element Upon completion of your two-page web application, you will provide a two page report describing the functions of the web application as well as each...
Design an activities page to make this web site complete. a.Use your imagination to create at...
Design an activities page to make this web site complete. a.Use your imagination to create at least four activities. b.Organize these activities in a table. c.Some activities are free but some may charge some fee. d.Once again, the correct resort title and navigation menu bar shall be included.e.Include an image for each activity. Make sure the images’ size are the same.f.When mouse hovers on any image, its size will be enlarged.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT