Posted on Leave a comment

HTML (Hyper Text Markup Language)

HTML 5 provides basic and advanced concepts of HTML. HTML is developed for beginners and professionals. Here, with Technosavvys you can learn HTML in a very easy way.

The key points of HTML are given below:

  • HTML stands for Hyper Text Markup Language.
  • HTML is used to create web pages and web applications.
  • We can create a static website by HTML only.
  • HTML is widely used language on the web.
  • Technically, HTML is a Markup language rather than a programming language.

Basic Program:

  1. <!DOCTYPE>  
  2. <html>  
  3. <head>  
  4. <title>Web page title</title>  
  5. </head>  
  6. <body>  
  7. <h1>Write Your First Heading</h1>  
  8. <p>Write Your First Paragraph.</p>  
  9. </body>  
  10. </html>  

For the Complete Curriculum please contact

Email : technoinfo52@gmail.com , WhatsApp : 9519663733

Leave a Reply

Your email address will not be published. Required fields are marked *