HTML What is Html? HTML stands for Hypertext Markup Language. Html was developed by scientist Tim Berners-Lee in 1990, HTML is the "hidden" code that helps us communicate with others on the World Wide Web (WWW).
Learn HTML
How to use Html? HTML tags label pieces of content such as "heading", "paragraph", "table", and so on Browsers do not display the HTML tags, but use them to render the content of the page HTML tags are element names surrounded by angle brackets
Tags HTML elements are delineated by tags, written using angle brackets. Tags such as <img /> and <input /> directly introduce content into the page. Html tags are normally come in pairs like <p> and </p> The first tag in a pair is the start tag, the second tag is the end tag