USEFUL INFORMATION ABOUT BASICS

simple tutorial for those, who want to learn more about html. it will be such an interesting journey, so keep it up with us :)
<!DOCTYPE html>.<html> and ends with </html>.<body> and </body>.<h1> to <h6> tags.<h1> defines the most important heading. <h6> defines the least important heading: <p> tag:<img /> and <input /> directly introduce content into the page. Other tags such as <p> surround and provide information about document text and may include other tags as sub-elements. Browsers do not display the HTML tags, but use them to interpret the content of the page.