HTML ELEMENTS
HTML ELEMENTS The HTML elements are everything from the start tag to the end tag:<tagname>Content goes here…</tagname> Empty Elements: Elements without having content is called ’empty elements’.E.g: <br> and <hr> element. The <br> element we use to start content from new-line, whereas <hr> element is used to create a line anywhere on our web-page. Above […]
