Computer Science, asked by ayushraj13122000, 10 months ago

Consider the following HTML statement. <Body Bgcolor ="#66CCFF"> <A Href="Cideo_1.mpu"> Click here to play the video </A> In above statement, what do you mean by "Body Bgcolor" and "A Href"?​

Answers

Answered by anishasa
0

Explanation:

This <a> tag is called anchor tag and anything between the opening <a> tag and the closing </a> tag becomes part of the link and a user can click that part to reach to the linked document.

Hyperlinks allow visitors to navigate between Web sites by clicking on words, phrases, and images

body bgcolor is to set the background color of the page

Similar questions