Computer Science, asked by irene04, 5 months ago

The tag which contains images, hyperlinks and lists to enhance the

appearance of a web page is _____ tag.

a)<HEAD> b)<BODY> c)<HTML> d) None of these.​

Answers

Answered by sonam9262yadav
20

The answer is

< BODY> Tag

Hope it will help you ☆☆☆☆☆

Answered by shreya457sl
1

Answer:

The tag which contains images, hyperlinks, and lists to enhance the appearance of a web page is the <BODY> tag.

Explanation:

The HTML <body> tag is used to define the main content of the HTML page. Always surrounded by HTML tags. The <body> tag is the last child of the HTML tag. The <body> tag contains both a start tag and an end tag.

Attributes: As shown below, the body tag, which is deprecated in HTML5, has many attributes.

  • Background: Contains the URL of the background image. Used to set the wallpaper.
  • bgcolor: Used to set the background color of the image.  
  • alink: Used to specify the color of the active link.
  • Links: Used to indicate the color of the links you visit. text: Specifies the color of the text in the document.  
  • vlink: Shows the color of the link visited.

#SPJ3

Similar questions