what is an HTML element? Give structure of an HTML element.
Answers
Answered by
4
HTML document is composed of a tree of simple HTML nodes, such as text nodes, and HTML elements, which add semantics and formatting to parts of document (e.g., make text bold, organize it into paragraphs, lists and tables, or embed hyperlinks and images). Each element can have HTML attributes specified.
Answered by
5
Answer:
The basic elements of an HTML page are:
A text header, denoted using the <h1>, <h2>, <h3>, <h4>, <h5>, <h6> tags.
A paragraph, denoted using the <p> tag.
A horizontal ruler, denoted using the <hr> tag.
A link, denoted using the <a> (anchor) tag.
A list, denoted using the <ul> (unordered list), <ol> (ordered list) and <li> (list element) tags.
An image, denoted using the <img> tag
A divider, denoted using the <div> tag
A text span, denoted using the <span> tag
STRUCTURE:-
<HTML>
<HEAD>
<TITLE>
</TITLE>
</HEAD>
</HTML>
Explanation:
Similar questions
Geography,
5 months ago
Biology,
5 months ago
Math,
10 months ago
Math,
10 months ago
Accountancy,
1 year ago