Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 362 Bytes

html.md

File metadata and controls

3 lines (2 loc) · 362 Bytes

HTML

HTML (Hypertext Markup Language) is a markup language used to write web-based documents. It enables us to provide web browsers with information about the content of a document. We can, for example, indicate that some part of our document is a paragraph, image, heading, or link. The browser uses this information when displaying the document for users.