Recommended
PPTX
HTML : INTRODUCTION TO WEB DESIGN Presentation
PPT
Web forms and html (lect 1)
PPTX
PDF
DOC
DOC
PPTX
Introduction-to-HTML-1258164251864545.pptx
PPTX
HTML bcgdkufjtstrfvcyrycfkucacrkuystcrukk
PPTX
HTML Presentation with syntax and code.pptx
PPTX
PDF
Hyper Text Markup Language HTML Unit I.pdf
PPTX
2. HTML Basic unit2 fundamentals of computer
PPTX
web page.pptxb dvcdhgdhdbdvdhudvehsusvsudb
PDF
Chapter 2 Notes, MCQs, and QA (HTML and CSS).pdf
PPTX
INTRODUCTION TO HTML. pptx
PDF
PDF
Web Development 1 (HTML & CSS)
PPTX
Introduction to Hypertext markup language
PPTX
PPTX
Lecture 2 introduction to html
PPTX
PPT
PPTX
learnhtmlbyvipuladissanayake-170516061515 (1).pptx
DOC
PPTX
PPTX
PPTX
PPTX
PPTX
Foundations for the Future: Auditing Digital Collections for Long-Term Preser...
PPTX
LEARNING PART 2.SHILPA HOTAKAR PSYCHOLOGY NOTES pptx
More Related Content
PPTX
HTML : INTRODUCTION TO WEB DESIGN Presentation
PPT
Web forms and html (lect 1)
PPTX
PDF
DOC
DOC
PPTX
Introduction-to-HTML-1258164251864545.pptx
PPTX
HTML bcgdkufjtstrfvcyrycfkucacrkuystcrukk
Similar to HTML_ here is the html 2 Presentation.pptx
PPTX
HTML Presentation with syntax and code.pptx
PPTX
PDF
Hyper Text Markup Language HTML Unit I.pdf
PPTX
2. HTML Basic unit2 fundamentals of computer
PPTX
web page.pptxb dvcdhgdhdbdvdhudvehsusvsudb
PDF
Chapter 2 Notes, MCQs, and QA (HTML and CSS).pdf
PPTX
INTRODUCTION TO HTML. pptx
PDF
PDF
Web Development 1 (HTML & CSS)
PPTX
Introduction to Hypertext markup language
PPTX
PPTX
Lecture 2 introduction to html
PPTX
PPT
PPTX
learnhtmlbyvipuladissanayake-170516061515 (1).pptx
DOC
PPTX
PPTX
PPTX
PPTX
Recently uploaded
PPTX
Foundations for the Future: Auditing Digital Collections for Long-Term Preser...
PPTX
LEARNING PART 2.SHILPA HOTAKAR PSYCHOLOGY NOTES pptx
PPTX
LEARNING PART 1. SHILPA HOTAKAR PSYCHOLOGY NOTES pptx
PDF
Cut off for Asst Professor Recruitment by HPSC i.e. Haryana Public Service Co...
PDF
• Reinforcing the Human Firewall: Moving From Awareness to Applied Skill
PDF
How to Report Cyber Fraud in India: Your Digital First Aid Kit (2025 Guide)
PPTX
Cardiovascular System or The Details of Heart.pptx
PPTX
AI Literacy at UCD Library. Dr Marta Bustillo & Sandra Dunkin, University Col...
PPTX
605456209-week-6-ppt-pagbasa.pptxpowerpointpresentation
PPTX
From AI curious to AI conversant – a year of experimentation at TCD Library. ...
PPTX
Shaping Tomorrow: The Next Chapter for Irish Research Libraries
PPTX
Growing the Imirce Collection through Public Participation. Caitríona Cannon...
PPTX
Spectrofluorometery one of the analytical technique
PPTX
Pharmaceutical Quality Assurance UNIT I ppt
PPTX
Collecting and preserving: new imperatives and new challenges. Speaker: Richa...
PPTX
To Stand in Another’s Shoes: Using Archives, History and Performance to Enhan...
PDF
The Scientific Research Lifecycle From Concept to Publication.pdf
PDF
Road Safety Calendar-2026 Courtesy - IYSO Team India - Safer Indian Roads
PDF
BÀI TẬP TEST BỔ TRỢ THEO TỪNG CHỦ ĐỀ CỦA TỪNG UNIT KÈM BÀI TẬP NGHE - TIẾNG A...
PDF
Result Analysis of the Pre Board 2025 .pdf
HTML_ here is the html 2 Presentation.pptx 1. 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 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.
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
• • 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.