Introduction to HTML:

  Introduction to HTML:

  • HTML stands for Hyper Text Markup Language

  • Used to create web pages

  • Consists of elements and tags that define the structure and content of a webpage

History of HTML:

  • Developed by Tim Berners-Lee in 1990

  • First version (HTML 1.0) released in 1993

  • Latest version is HTML5

How HTML Work:


  • HTML documents are written in plain text and saved with .html or .html file extension

  • When a browser requests an HTML page, the server sends the HTML code to the browser

  • The browser interprets the code and renders the page

Anatomy of an HTML document:


  • Consists of a head and a body

  • Head contains information about the page (title, styles, scripts)

  • Body contains the content of the page (text, images, links)


Comments

Popular Posts