Computer Science, asked by mokshabujji, 10 months ago

basic structure of HTML​

Answers

Answered by Anonymous
9

Answer:

Elements are the fundamental components of the structure of an HTML, text, documents. We use HTML tags to mark the elements of the file for our browser. Some examples of elements are heads, tables, paragraphs, and lists. Elements contain plain text other elements or both.

Answered by ishikachatterjee54
2

<Html>

<head>

<title>................</title>

</head>

<body bgcolor=" " text=" " >

..........

..........

</body>

</html>

Similar questions