HTML Elements Part 1
html·@taslimaakther·
0.000 HBDHTML Elements Part 1
<html> <p>HTML Elements</p> <p>A HTML component as a rule comprises of a begin tag and end tag, with the substance embedded in the middle: </p> <p><br></p> <p><tagname>Content goes here...</tagname> </p> <p><br></p> <p>The HTML component is everything from the begin tag to the end tag: </p> <p><br></p> <p><p>My first paragraph.</p></p> <p><br></p> <p><br></p> </html>