What is HTML?
HTML - HyperText MArkup Langauage What is Tag? TAGS VOCABULARY WORDS HTTP - Hypertext Transfer Protocol URL - Uniform Resource Locator
- predominant markup language for the creation of web pages
- It provides a means to describe the structure of text-based information in a document — by denoting certain text as headings, paragraphs, lists, and so on — and to supplement that text with interactive forms, embedded images, and other objects
- written in the form of labels, created by greater-than signs (>) and less-than signs (<).
- such as; <html>, <head>, <title> and so on...






