Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 941 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 941 Bytes

pdixit.learn-html.io

Detail overview of HTML and HTML5. Learn HTML and HTML5 easily with examples and with listed important starred notes.

  • HTML stands for Hyper Text Markup Language.

  • HTML is a Markup language which means you use HTML to simply "mark-up" a text document.

  • HTML tags tells a Web browser how to structure it to display.

  • HTML is the most widely used language on Web to develop web pages.

  • HTML is mainly used to define the structure of documents like headings, paragraphs, lists, images, links.

  • HTML is used to create website and webpages.

  • HTML is also used in navigation purpose using herf tags.

  • The purpose of a web browser (Chrome, Edge, Firefox, Safari) is to read HTML documents and display them correctly.

  • A browser does not display the HTML tags, but uses them to determine how to display the document.

Basic of HTML

HTML Basic tags