basic structure of HTML
Answers
Answered by
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
2
<Html>
<head>
<title>................</title>
</head>
<body bgcolor=" " text=" " >
..........
..........
</body>
</html>
Similar questions