Showing posts with label html. Show all posts
Showing posts with label html. Show all posts

Wednesday, July 15, 2020

HTML (Hypertext Markup Language)


  • HTML is the standard markup language for Web pages.
  • With HTML you can create your own Website
  • HTML is the standard markup language for creating Web pages
  • HTML describes the structure of a Web page
  • HTML consists of a series of elements
  • HTML elements tell the browser how to display the content
  • Content to display is defined within the HTML tag for e.g.<p> this is the opening tag and </p> this is the closing tag.
  • Browser does not display the HTML tag but it displays the text given inside the tags

Watch Introduction to html: