Computer Science, asked by krantiratnakar4, 4 months ago

<BODY COLOR=”RED” BACKGROUND=”MYIMAGE.JPG”>.correct it

Answers

Answered by dreamrob
5

Given:

<BODY COLOR="RED" BACKGROUND="MYIMAGE.JPG">  

Correct Coding:

<BODY BGCOLOR="RED" BACKGROUND="MYIMAGE.JPG">

HTML FACTS:

  • HTML files consist of plain text and co_des that determine how it will be formatted.  
  • HTML files should be end with the extension .htm or .html  
  • The co_des in HTML files are not case sensitive. The co_de <TITLE> means the same as <title>  
  • Do not put a space in file names.  
  • When building web pages, file management is very important.  

Similar questions