What is HTML?
What is HTML?
HTML stands for Hyper Text Markup Language. It is a markup language.HTML is a language for designing the web pages. A markup language is a grup of markup tags. This tags uses markup tags to build web pages.
HTML markup tags are usually called HTML tags:-
• HTML tags are keywords surrounded by angle brackets like <html>
• HTML tags 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 also called opening tags and closing tags
Bookmarks