1) what is hyperlink
2) what do you mean by attributes
3)Explain <body> tag with its attribute
Answers
Answer:
Hello buddy !
1) In computing, a hyperlink, or simply a link, is a reference to data that the user can follow by clicking or tapping. A hyperlink points to a whole document or to a specific element within a document. Hypertext is text with hyperlinks.
2) An attribute is like a property which helps the tag to find a thing for example if you take src attribute which specifies the image location and helps the IMG image tag .
3) <body> tag needs a closing tag </body> , body tag don't have attributes but can be styled .
Mark as brainliest
Follow for help .
Answer:
HOPE IT HELPS....
Explanation:
1) Hyperlink is a piece of ordinary text used to connect to a web page
2) attributes are parts of a tag used to add various features to the program.
3) after closing the <head> tag, the <body> tag is used to create the web page. It's attributes are bgcolor, topmargin, leftmargin, rightmargin, bottommargin