Skip to content

Mayank-Garg7/Html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Development Repository

License: MIT

Table of Contents

Projects

HTML Tags

List common HTML tags used in your projects.

  • <html>
  • <head>
  • <body>
  • ...

Tag Explanations

Explain the purpose and usage of each tag mentioned above.

  • <html>: The root element of an HTML page.
  • <head>: Contains metadata about the HTML document.
  • <body>: Contains the content of the HTML document.
  • ...

HTML Roadmap

Outline a roadmap for learning HTML, including key concepts and milestones.

  1. Basic HTML structure
  2. Common HTML tags
  3. Forms and input elements
  4. Multimedia elements (images, audio, video)
  5. ...

HTML Cheat Sheet

Provide a quick reference guide for HTML syntax and commonly used tags.

<!DOCTYPE html>
<html>
  <head>
    <title>Document</title>
  </head>
  <body>
    <h1>Hello, World!</h1>
    <p>This is a paragraph.</p>
    <!-- More HTML examples -->
  </body>
</html>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published