Introduction to HTML
A Beginner's Guide to HTML Tags and
Attributes
What is HTML?
• • HTML stands for HyperText Markup
Language.
• • It is used to create the structure of a
webpage.
• • HyperText refers to linking between web
pages.
• • Markup Language defines elements within
the page.
What are HTML Tags?
• • Tags define elements in an HTML document.
• • Two types of tags:
• - Paired Tags (e.g., <p></p>, <h1></h1>)
• - Singleton Tags (e.g., <img />, <br />)
• • Tags help structure and format the webpage.
Common HTML Tags
• <html> - Defines the root of an HTML
document
• <head> - Contains metadata
• <title> - Sets the webpage title
• <body> - Contains visible page content
• <h1> to <h6> - Headings
• <p> - Paragraph
• <b> & <strong> - Bold text
• <i> & <em> - Italic text
Conclusion
• • HTML is essential for web development.
• • Tags and attributes define webpage
structure.
• • Forms and tables enhance interactivity.
• • Understanding HTML is the first step in web
design.

HTML_ here is the html 2 Presentation.pptx

  • 1.
    Introduction to HTML ABeginner's Guide to HTML Tags and Attributes
  • 2.
    What is HTML? •• HTML stands for HyperText Markup Language. • • It is used to create the structure of a webpage. • • HyperText refers to linking between web pages. • • Markup Language defines elements within the page.
  • 3.
    What are HTMLTags? • • Tags define elements in an HTML document. • • Two types of tags: • - Paired Tags (e.g., <p></p>, <h1></h1>) • - Singleton Tags (e.g., <img />, <br />) • • Tags help structure and format the webpage.
  • 4.
    Common HTML Tags •<html> - Defines the root of an HTML document • <head> - Contains metadata • <title> - Sets the webpage title • <body> - Contains visible page content • <h1> to <h6> - Headings • <p> - Paragraph • <b> & <strong> - Bold text • <i> & <em> - Italic text
  • 5.
    Conclusion • • HTMLis essential for web development. • • Tags and attributes define webpage structure. • • Forms and tables enhance interactivity. • • Understanding HTML is the first step in web design.