HTML ELEMENT

Html file is a group of elements ,elements are responsible for the html file. Element consist of start tag and end tag Example:- <h1>Hello word</h1> Here <h1>: start tag Hell word : content </h1> :end tag Void element(empty elements): In html all elements are not required start tag and end tag (like <br> this tag […]