Computer Science, asked by anannya003911, 4 months ago

What is the use of the following tags:- (1). Body tag (2). IMG tag (3). A tag (4). Title tag (5). B tag

Answers

Answered by Anonymous
1

Answer:

Please mark as Brainliest

Explanation:

1) Body tag helps to include the main content of the web page. It can contain other tags like img, p , br , hr etc.

2) IMG tag is used to add an image to the webpage. It is used inside the body tag and has attributes like - alt , src , height , width etc.

3) A tag is used to add a link to the webpage through the attribute hr.

4) Title tag is used to mention the document's title.

5) B tag is used to make the text Bold.

Please mark as Brainliest.

Answered by YashHP007
0

Answer:

Body Tag is used to display the body of page.

IMG Tag is to insert an image to webpage.

Title Tag is used to give title to page

Explanation:

<!doctype html>

<html>

<head>

<title>

</title>

</head>

<body>

<img src="path">

</img>

</body>

</html>

Similar questions