How do I fix this coding?(2nd page is continuation of the code)

User Generated

Yrb1

Computer Science

Description

User generated content is uploaded by users for the purposes of learning and should be used following Studypool's honor code & terms of service.

Explanation & Answer

You haven't mentioned what the problem is so I'l point out some serious syntax serious. Using the style tag inside HTML tags is considered very bad practice. 

1)Eg: <body style= "background-color : black">

Change the above code by using css to style the background. 

body{

background : black;

}

Use HTML to build the structure of the page and CSS for styling.

2)Also <img> element should have the 'alt' attriute if you want to make it HTML5 compliant.

Thanks and have a nice a nice time coding :)


Anonymous
Really helped me to better understand my coursework. Super recommended.

Studypool
4.7
Trustpilot
4.5
Sitejabber
4.4

Related Tags