Computer Science, asked by praju613, 10 months ago

what are the HTML elements​

Answers

Answered by jjjj19
2

An HTML element is an individual component of an HTML document or web page. HTML is composed of a tree of HTML nodes, such as text nodes. Each node can have HTML attributes specified. 

Answered by Anonymous
3
\huge\red{HELLO\:MATE}

&lt;I&gt;&lt;u&gt;&lt;b&gt;◆The HTML tags are also known as HTML elements.<br /><br />◆A HTML element is a coded HTML command that tells the web browser what to display and how to display.&lt;/b&gt;&lt;/u&gt;

There are two types of HTML elements.

(¡)Empty elements &(¡¡)Container elements.

(¡) &lt;b&gt;&lt;u&gt;EMPTY ELEMENTS &lt;/b&gt;&lt;/u&gt;- These elements are having only start tags.EX.<br>,<IMG>,etc.

(¡¡)&lt;b&gt;&lt;u&gt; COANTAINER ELEMENTS&lt;/b&gt;&lt;/u&gt; - These elements are having start as well as end tags .EX.<html>........</html>,<body>......</body>
Similar questions