Show the HTML sample Code
Building a Web Page Using HTML
Page-building software is a quick and easy way to design a Web page, but it offers limited choices for the elements you can add to a Web page. You must write HTML code to gain complete control over the layout and content of your Web page.
Create a Web page using HTML to display information about your favorite music recording. The Web page should include the following Web page elements:
* Title of the album
* Name of the artist
* List of song titles
* Release date
* A commentary on the music recording
Save the page as FavoriteMusic.html.