Computer Science, asked by sunitarkadam7, 4 months ago

2) Explain following HTML tags

HTML, BODY, HEAD, TITLE, BGCOCLOR, P, BR, HR, B, U, I, FONT​

Answers

Answered by vandank2009
0

Explanation:

In meteorology, a cloud is an aerosol consisting of a visible mass of minute liquid droplets, frozen crystals, or other particles suspended in the atmosphere of a planetary body or similar space. Water or various other chemicals may compose the droplets and crystals.

Answered by Anonymous
1

Answer:

A simple HTML document, with a <title> tag inside the head section:

<!DOCTYPE html>

<html lang="en">

<head>

<title>Title of the document</title>

</head>

<body>

<h1>This is a heading</h1>

<p>This is a paragraph.</p>

</body>

</html>

Similar questions