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...
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...
Create a Web Page Using HTML, CSS, JS, jQuery • Create a web profile, including any...
Create a Web Page Using HTML, CSS, JS, jQuery • Create a web profile, including any of the following: • Your hobbies, likes/dislikes, career aspirations, dream job, favorite animals/ pets, favorite superhero, etc. • You do not have to share personal information that you are uncomfortable with sharing. Follow these guidelines when creating your page: • Include at least one heading (h1, h2, etc.) in your web page. • Provide a quote from a book, movie, etc. • Include at...
1 -​Create the code to generate a default web page. The contents of this page should...
1 -​Create the code to generate a default web page. The contents of this page should be Your​​Name, right justified
Your goal for this assignment is to create a wiki-style page in your Canvas Group space...
Your goal for this assignment is to create a wiki-style page in your Canvas Group space that highlights your plant's basic biology and anatomy. Use your group discussion forum this week to plan this page with your group members. Expectations for this assignment include: 1. at least one image (more is fine) that highlights what your plant looks like (actual + anatomy) 2. a written description of your plant's anatomy, highlighting the plant organ(s) of your plant that have been used by human civilization,...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT