HTML 5



            

Html Document Structure

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <mata name="viewport" content="width=device-width,initial-scale=1.0"> <title>New Page | Semantic HTML5 Example</title> </head> <body> <h1>My First Heading</h1> <p>Paragraph</p> </body> </html>

Tags

  1. Text Formatting
  2. Link and images
  3. List
  4. tables
  5. Forms
  6. Media
  7. Graphics
  8. semantics

"Each HTML tags has its own specific set of attributes"

HTML Reference Sites

Youtube Videos

Back to home


HTML is a fundamental part of front-end web development

HTML is easy to learn, You can finish it in just a couple of days

If you complete HTML, Then you should move on to studying CSS and JavaScript

Enjoy to learn


"This HTML5 Page was developed By Deva.."