Recommended
PPTX
Introduction-to-HTML-1258164251864545.pptx
DOC
PDF
DOC
PPT
Web forms and html (lect 1)
PPTX
PPTX
HTML bcgdkufjtstrfvcyrycfkucacrkuystcrukk
PPTX
HTML : INTRODUCTION TO WEB DESIGN Presentation
PPTX
PDF
PPT
PPTX
learnhtmlbyvipuladissanayake-170516061515 (1).pptx
PDF
Web Development 1 (HTML & CSS)
PPTX
PPTX
HTML Presentation with syntax and code.pptx
DOC
PPTX
web page.pptxb dvcdhgdhdbdvdhudvehsusvsudb
PPTX
Introduction to Hypertext markup language
PPTX
PPTX
INTRODUCTION TO HTML. pptx
PPTX
PDF
Chapter 2 Notes, MCQs, and QA (HTML and CSS).pdf
PDF
Hyper Text Markup Language HTML Unit I.pdf
PPTX
2. HTML Basic unit2 fundamentals of computer
PPTX
Lecture 2 introduction to html
PPTX
PPTX
PPTX
PPTX
Aligning Ireland’s Open Repository Network by Strengthening Shared Standards ...
PPTX
Foundations for the Future: Auditing Digital Collections for Long-Term Preser...
More Related Content
PPTX
Introduction-to-HTML-1258164251864545.pptx
DOC
PDF
DOC
PPT
Web forms and html (lect 1)
PPTX
PPTX
HTML bcgdkufjtstrfvcyrycfkucacrkuystcrukk
PPTX
HTML : INTRODUCTION TO WEB DESIGN Presentation
Similar to HTML_ here is the html 2 Presentation.pptx
PPTX
PDF
PPT
PPTX
learnhtmlbyvipuladissanayake-170516061515 (1).pptx
PDF
Web Development 1 (HTML & CSS)
PPTX
PPTX
HTML Presentation with syntax and code.pptx
DOC
PPTX
web page.pptxb dvcdhgdhdbdvdhudvehsusvsudb
PPTX
Introduction to Hypertext markup language
PPTX
PPTX
INTRODUCTION TO HTML. pptx
PPTX
PDF
Chapter 2 Notes, MCQs, and QA (HTML and CSS).pdf
PDF
Hyper Text Markup Language HTML Unit I.pdf
PPTX
2. HTML Basic unit2 fundamentals of computer
PPTX
Lecture 2 introduction to html
PPTX
PPTX
PPTX
Recently uploaded
PPTX
Aligning Ireland’s Open Repository Network by Strengthening Shared Standards ...
PPTX
Foundations for the Future: Auditing Digital Collections for Long-Term Preser...
PPTX
605456209-week-6-ppt-pagbasa.pptxpowerpointpresentation
PDF
Pharmaceutical Organic Chemistry Unit 5 Cycloalkanes
PPTX
CHAPTER NO. 05 BIOLOGICAL SOURCE,CHEMICAL CONSTITUENTS AND THERAPEUTIC EFFICA...
PPTX
Digital Equity and inclusivity: Librarians connecting the unconnected rural ...
PPTX
What’s a Milestone in a Sales Order in Odoo 18
PPTX
Non aqueous titration First Year B. Pharm.pptx
PDF
Digital_Empathy_Toolkit_Netiquette_and_Responsible_Communication
PPTX
Growing the Imirce Collection through Public Participation. Caitríona Cannon...
PPTX
Well on our way – Rolling out a wellbeing programme at the Radcliffe Science ...
PDF
Behind the Studioz Report by LDMMIA 2026
PPTX
Archival literacy and engagement through Brightspace: the new Special Collect...
PDF
Old Historicism vs New Historicism Slides
PPTX
Society mirrored in libraries – the naming, denaming and renaming of the Libr...
PDF
How to Report Cyber Fraud in India: Your Digital First Aid Kit (2025 Guide)
PPTX
Conduction System of the Heart, The Cardiac Cycle, The Cardiac Output, ECG.pptx
PPTX
Acid Base Titration First Year B Pharm.pptx
PDF
IoT communication protocols and Cloud Platforms.pdf
PDF
The Industrialisation of Deception: An Analysis of the 2024 Cybercrime Landscape
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.