SlideShare une entreprise Scribd logo
Understanding Basic HTML Tags
Presented by
Shovan Prita Paul
What is HTML?
- HTML stands for HyperText Markup Language
- It is the standard markup language for creating web pages
- HTML describes the structure of a web page using various tags
Basic Structure of an HTML Document
<!DOCTYPE html>
<html>
<head>
<title>My First HTML Page</title>
</head>
<body>
<h1> Hello, World! </h1>
<p>This is a paragraph.</p>
</body>
</html>
Explanation
• <!DOCTYPE html> :Declares the document type and version of
HTML
• <html>: Defines the root element of the HTML document
• <head>: Contains meta-information about the document
• <title>: Sets the title of the document (appears in the browser's title bar
or tab)
• <body>: Contains the visible content of the document
• <h1>: Represents the main heading
• <p>: Represents a paragraph
Common HTML Tags
• <h1> - <h6>: Headings
• <p>: Paragraph
• <a>: Anchor (Hyperlink)
• <img>: Image
• <ul>,<ol>, <li>: Unordered List, Ordered List, List Item
• <tab>, <tr>, <td>: Table, Table Row, Table Data
Example: Creating a Link
<a href="https://www.example.com">Visit Example</a>
Explanation:
• <a>: Anchor tag used to create a hyperlink
• href="https://www.example.com": Specifies the URL the link goes to
• Visit Example: The text displayed for the link
Example: Inserting an Image
<img src="image.jpg" alt="Description of Image">
Explanation:
• <img>: Image tag used to embed an image
• src="image.jpg": Specifies the URL or path
to the image file
• alt="Description of Image": Provides alternative
text for the image (for accessibility)
Example: Creating a List
<ul>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ul>
Explanation:
• <ul>: Unordered list tag
• <li>: List item tag
• Each <li> represents a list item
Example: Creating a Table
<table border="1">
<tr>
<td>Row 1, Column 1</td>
<td>Row 1, Column 2</td>
</tr>
<tr>
<td>Row 2, Column 1</td>
<td>Row 2, Column 2</td>
</tr>
</table>
Explanation
<table>: Table tag
<tr>:Table row tag
<td>:Table data tag
border="1": Specifies the border around the table (optional)
Conclusion
• HTML is a fundamental language for creating web pages.
• Understanding HTML tags allows for the creation of structured and
visually appealing content.
• Practice and experimentation with HTML tags are key to mastering
web development.
References
Thank You

Contenu connexe

Similaire à Presentation on Understanding Basic HTML Tags || pptx || Created by Shovan Prita Paul

presentation_web_design_basic_1595487867_382444.pptx
presentation_web_design_basic_1595487867_382444.pptxpresentation_web_design_basic_1595487867_382444.pptx
presentation_web_design_basic_1595487867_382444.pptx
ssuser3a64ac
 
Lecture 2 HTML part 1.pptxLecture 10 CSS part 2.pptxvvvvvvvvvvvvvv
Lecture 2 HTML part 1.pptxLecture 10 CSS part 2.pptxvvvvvvvvvvvvvvLecture 2 HTML part 1.pptxLecture 10 CSS part 2.pptxvvvvvvvvvvvvvv
Lecture 2 HTML part 1.pptxLecture 10 CSS part 2.pptxvvvvvvvvvvvvvv
ZahouAmel1
 

Similaire à Presentation on Understanding Basic HTML Tags || pptx || Created by Shovan Prita Paul (20)

HTML - LinkedIn
HTML - LinkedInHTML - LinkedIn
HTML - LinkedIn
 
html
htmlhtml
html
 
Unit 1wt
Unit 1wtUnit 1wt
Unit 1wt
 
Unit 1wt
Unit 1wtUnit 1wt
Unit 1wt
 
presentation_web_design_basic_1595487867_382444.pptx
presentation_web_design_basic_1595487867_382444.pptxpresentation_web_design_basic_1595487867_382444.pptx
presentation_web_design_basic_1595487867_382444.pptx
 
BITM3730Week1.pptx
BITM3730Week1.pptxBITM3730Week1.pptx
BITM3730Week1.pptx
 
HTML.pptx
HTML.pptxHTML.pptx
HTML.pptx
 
HTML.pptx
HTML.pptxHTML.pptx
HTML.pptx
 
gdsc-html-ppt.pptx
gdsc-html-ppt.pptxgdsc-html-ppt.pptx
gdsc-html-ppt.pptx
 
Lecture 2 HTML part 1.pptxLecture 10 CSS part 2.pptxvvvvvvvvvvvvvv
Lecture 2 HTML part 1.pptxLecture 10 CSS part 2.pptxvvvvvvvvvvvvvvLecture 2 HTML part 1.pptxLecture 10 CSS part 2.pptxvvvvvvvvvvvvvv
Lecture 2 HTML part 1.pptxLecture 10 CSS part 2.pptxvvvvvvvvvvvvvv
 
INTRODUCTION FOR HTML
INTRODUCTION  FOR HTML INTRODUCTION  FOR HTML
INTRODUCTION FOR HTML
 
Html
HtmlHtml
Html
 
Intro to HTML
Intro to HTMLIntro to HTML
Intro to HTML
 
HTML Basics 1 workshop
HTML Basics 1 workshopHTML Basics 1 workshop
HTML Basics 1 workshop
 
introduction to front-end development with github.
introduction to front-end development with github.introduction to front-end development with github.
introduction to front-end development with github.
 
Html2
Html2Html2
Html2
 
HTML Intro
HTML IntroHTML Intro
HTML Intro
 
Web Page Designing
Web Page DesigningWeb Page Designing
Web Page Designing
 
Html part 2
Html part 2Html part 2
Html part 2
 
HTML_css_web__tech___nology_______________.pptx
HTML_css_web__tech___nology_______________.pptxHTML_css_web__tech___nology_______________.pptx
HTML_css_web__tech___nology_______________.pptx
 

Dernier

ppt your views.ppt your views of your college in your eyes
ppt your views.ppt your views of your college in your eyesppt your views.ppt your views of your college in your eyes
ppt your views.ppt your views of your college in your eyes
ashishpaul799
 

Dernier (20)

Gyanartha SciBizTech Quiz slideshare.pptx
Gyanartha SciBizTech Quiz slideshare.pptxGyanartha SciBizTech Quiz slideshare.pptx
Gyanartha SciBizTech Quiz slideshare.pptx
 
Incoming and Outgoing Shipments in 2 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 2 STEPS Using Odoo 17Incoming and Outgoing Shipments in 2 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 2 STEPS Using Odoo 17
 
Telling Your Story_ Simple Steps to Build Your Nonprofit's Brand Webinar.pdf
Telling Your Story_ Simple Steps to Build Your Nonprofit's Brand Webinar.pdfTelling Your Story_ Simple Steps to Build Your Nonprofit's Brand Webinar.pdf
Telling Your Story_ Simple Steps to Build Your Nonprofit's Brand Webinar.pdf
 
The Last Leaf, a short story by O. Henry
The Last Leaf, a short story by O. HenryThe Last Leaf, a short story by O. Henry
The Last Leaf, a short story by O. Henry
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumers
 
Application of Matrices in real life. Presentation on application of matrices
Application of Matrices in real life. Presentation on application of matricesApplication of Matrices in real life. Presentation on application of matrices
Application of Matrices in real life. Presentation on application of matrices
 
Benefits and Challenges of Using Open Educational Resources
Benefits and Challenges of Using Open Educational ResourcesBenefits and Challenges of Using Open Educational Resources
Benefits and Challenges of Using Open Educational Resources
 
NCERT Solutions Power Sharing Class 10 Notes pdf
NCERT Solutions Power Sharing Class 10 Notes pdfNCERT Solutions Power Sharing Class 10 Notes pdf
NCERT Solutions Power Sharing Class 10 Notes pdf
 
Operations Management - Book1.p - Dr. Abdulfatah A. Salem
Operations Management - Book1.p  - Dr. Abdulfatah A. SalemOperations Management - Book1.p  - Dr. Abdulfatah A. Salem
Operations Management - Book1.p - Dr. Abdulfatah A. Salem
 
slides CapTechTalks Webinar May 2024 Alexander Perry.pptx
slides CapTechTalks Webinar May 2024 Alexander Perry.pptxslides CapTechTalks Webinar May 2024 Alexander Perry.pptx
slides CapTechTalks Webinar May 2024 Alexander Perry.pptx
 
size separation d pharm 1st year pharmaceutics
size separation d pharm 1st year pharmaceuticssize separation d pharm 1st year pharmaceutics
size separation d pharm 1st year pharmaceutics
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
 
Open Educational Resources Primer PowerPoint
Open Educational Resources Primer PowerPointOpen Educational Resources Primer PowerPoint
Open Educational Resources Primer PowerPoint
 
UNIT – IV_PCI Complaints: Complaints and evaluation of complaints, Handling o...
UNIT – IV_PCI Complaints: Complaints and evaluation of complaints, Handling o...UNIT – IV_PCI Complaints: Complaints and evaluation of complaints, Handling o...
UNIT – IV_PCI Complaints: Complaints and evaluation of complaints, Handling o...
 
How to Manage Notification Preferences in the Odoo 17
How to Manage Notification Preferences in the Odoo 17How to Manage Notification Preferences in the Odoo 17
How to Manage Notification Preferences in the Odoo 17
 
ppt your views.ppt your views of your college in your eyes
ppt your views.ppt your views of your college in your eyesppt your views.ppt your views of your college in your eyes
ppt your views.ppt your views of your college in your eyes
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
 
Jose-Rizal-and-Philippine-Nationalism-National-Symbol-2.pptx
Jose-Rizal-and-Philippine-Nationalism-National-Symbol-2.pptxJose-Rizal-and-Philippine-Nationalism-National-Symbol-2.pptx
Jose-Rizal-and-Philippine-Nationalism-National-Symbol-2.pptx
 
Advances in production technology of Grapes.pdf
Advances in production technology of Grapes.pdfAdvances in production technology of Grapes.pdf
Advances in production technology of Grapes.pdf
 

Presentation on Understanding Basic HTML Tags || pptx || Created by Shovan Prita Paul

  • 1. Understanding Basic HTML Tags Presented by Shovan Prita Paul
  • 2. What is HTML? - HTML stands for HyperText Markup Language - It is the standard markup language for creating web pages - HTML describes the structure of a web page using various tags
  • 3. Basic Structure of an HTML Document <!DOCTYPE html> <html> <head> <title>My First HTML Page</title> </head> <body> <h1> Hello, World! </h1> <p>This is a paragraph.</p> </body> </html>
  • 4. Explanation • <!DOCTYPE html> :Declares the document type and version of HTML • <html>: Defines the root element of the HTML document • <head>: Contains meta-information about the document • <title>: Sets the title of the document (appears in the browser's title bar or tab) • <body>: Contains the visible content of the document • <h1>: Represents the main heading • <p>: Represents a paragraph
  • 5. Common HTML Tags • <h1> - <h6>: Headings • <p>: Paragraph • <a>: Anchor (Hyperlink) • <img>: Image • <ul>,<ol>, <li>: Unordered List, Ordered List, List Item • <tab>, <tr>, <td>: Table, Table Row, Table Data
  • 6. Example: Creating a Link <a href="https://www.example.com">Visit Example</a> Explanation: • <a>: Anchor tag used to create a hyperlink • href="https://www.example.com": Specifies the URL the link goes to • Visit Example: The text displayed for the link
  • 7. Example: Inserting an Image <img src="image.jpg" alt="Description of Image"> Explanation: • <img>: Image tag used to embed an image • src="image.jpg": Specifies the URL or path to the image file • alt="Description of Image": Provides alternative text for the image (for accessibility)
  • 8. Example: Creating a List <ul> <li>Item 1</li> <li>Item 2</li> <li>Item 3</li> </ul>
  • 9. Explanation: • <ul>: Unordered list tag • <li>: List item tag • Each <li> represents a list item
  • 10. Example: Creating a Table <table border="1"> <tr> <td>Row 1, Column 1</td> <td>Row 1, Column 2</td> </tr> <tr> <td>Row 2, Column 1</td> <td>Row 2, Column 2</td> </tr> </table>
  • 11. Explanation <table>: Table tag <tr>:Table row tag <td>:Table data tag border="1": Specifies the border around the table (optional)
  • 12. Conclusion • HTML is a fundamental language for creating web pages. • Understanding HTML tags allows for the creation of structured and visually appealing content. • Practice and experimentation with HTML tags are key to mastering web development.