SlideShare une entreprise Scribd logo
1  sur  20
PRESENTED BY:
RAJESH KUMAR
Topic Is Html5
Content
 Introduction
 Elements
 Attributes
 HTML Basic Tags
 HTML Links
 HTML Images
 HTML Tables
 HTML Lists
 HTML Layouts
 HTML Media
 Conclusion
HTML Introduction
 HTML is the standard markup language for creating Web
pages.
 HTML stands for Hyper Text Markup Language.
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>
Output:
HTML Elements
<element>……………</element>
Start Tag Content End Tag
• It has a start tag <p> and an end tag </p>.
• The element content is: This is a paragraph.
Ex: <p>This is a paragraph.</p>
HTML Attributes
<element attribute=“value”>
Name Value
Ex: <p style=“color:red”>This is a paragraph.</p>
• The style attribute is used to specify the styling
of an element, like color, font, size etc.
HTML Basic Tags
Headings are defined with the <h1> to <h6> tags.
Heading:
<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
<h4>Heading 4</h4>
<h5>Heading 5</h5>
<h6>Heading 6</h6>
Ex:
Output:
HTML Basic Tags
The HTML <pre> element defines preformatted
text.
Output:EX:
HTML Basic Tags
<b> - Bold text
<strong> - Important text
<i> - Italic text
<em> - Emphasized text
<mark> - Marked text
<small> - Small text
<sub> - Subscript text
<sup> - Superscript text
HTML Links
<a href="url">link text</a>
Syntax:
<a href="https://www.w3schools.com/"
target="_blank">Visit W3Schools!</a>
Ex:
_self
_parent
_top
Target Attribute:
HTML Images
•In HTML, images are defined with the <img> tag.
•The <img> tag is empty, it contains attributes only,
and does not have a closing tag.
Ex: <img src=“ ” alt=“ ”>
The src attribute specifies the URL (web address)
of the image
HTML Tables
•An HTML table is defined with the <table> tag.
•Each table row is defined with the <tr> tag.
•A table header is defined with the <th> tag.
•By default, table headings are bold and centered.
•A table data/cell is defined with the <td> tag.
Output:
HTML Lists
There are 3 different types of list in HTML and
each one has a specific purpose and meaning.
1. Unordered List
2. Ordered List
3. Description Lists
<ul>
<ol>
<li>
<dl>
<dt>
<dd>
List Tags:
Output:
HTML Layouts
<header> - Defines a header for a document or a section
<nav> - Defines a container for navigation links
<section> - Defines a section in a document
<article> - Defines an independent self-contained article
<aside> - Defines content aside
from the content.
<footer> - Defines a footer for a
document or a section
HTML Media
Video:
To embed a video in a web page we used <video> tag.
Audio:
To embed a audio in a web page we used <audio>
tag.
HTML Video
Output:
Conclusion
1. HTML5 is still work in progress.
2. There is no urgency to redesign a website using
the new iteration of the language .
3. Only a handful of major browsers like Mozilla
Firefox and Google Chrome etc. currently
support HTML5 elements.
References
1. https://www.w3schools.com/html/default.asp
2.https://www.udemy.com/the-advanced-html5/
learn/lecture/9062274#overview
Thank You

Contenu connexe

Tendances

Tendances (20)

Html Basic Tags
Html Basic TagsHtml Basic Tags
Html Basic Tags
 
Html introduction
Html introductionHtml introduction
Html introduction
 
Html basics
Html basicsHtml basics
Html basics
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
 
Html
HtmlHtml
Html
 
HTML
HTMLHTML
HTML
 
Html
HtmlHtml
Html
 
Elements of html powerpoint
Elements of html powerpointElements of html powerpoint
Elements of html powerpoint
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
 
CSS Basics
CSS BasicsCSS Basics
CSS Basics
 
Html (1)
Html (1)Html (1)
Html (1)
 
SEO Training in Noida- Skyinfotech.in
SEO Training in Noida- Skyinfotech.inSEO Training in Noida- Skyinfotech.in
SEO Training in Noida- Skyinfotech.in
 
Html and its tags
Html and its tagsHtml and its tags
Html and its tags
 
HTML Lecture Part 1 of 2
HTML Lecture Part 1 of 2HTML Lecture Part 1 of 2
HTML Lecture Part 1 of 2
 
Html 5
Html 5Html 5
Html 5
 
TUTORIAL DE CSS 2.0
TUTORIAL DE CSS 2.0TUTORIAL DE CSS 2.0
TUTORIAL DE CSS 2.0
 
HTML
HTMLHTML
HTML
 
Ict html
Ict htmlIct html
Ict html
 
HTML By K.Sasidhar
HTML By K.SasidharHTML By K.Sasidhar
HTML By K.Sasidhar
 
Web development using html 5
Web development using html 5Web development using html 5
Web development using html 5
 

Similaire à HTML5 2019

learnhtmlbyvipuladissanayake-170516061515 (1).pptx
learnhtmlbyvipuladissanayake-170516061515 (1).pptxlearnhtmlbyvipuladissanayake-170516061515 (1).pptx
learnhtmlbyvipuladissanayake-170516061515 (1).pptx
ManuAbraham17
 

Similaire à HTML5 2019 (20)

Learn html Basics
Learn html BasicsLearn html Basics
Learn html Basics
 
learnhtmlbyvipuladissanayake-170516061515 (1).pptx
learnhtmlbyvipuladissanayake-170516061515 (1).pptxlearnhtmlbyvipuladissanayake-170516061515 (1).pptx
learnhtmlbyvipuladissanayake-170516061515 (1).pptx
 
Html
HtmlHtml
Html
 
html
htmlhtml
html
 
BITM3730Week1.pptx
BITM3730Week1.pptxBITM3730Week1.pptx
BITM3730Week1.pptx
 
Introduction to html
Introduction to htmlIntroduction to html
Introduction to html
 
HTML - LinkedIn
HTML - LinkedInHTML - LinkedIn
HTML - LinkedIn
 
PPT-203105353-1.pdf
PPT-203105353-1.pdfPPT-203105353-1.pdf
PPT-203105353-1.pdf
 
Web Development - Lecture 3
Web Development - Lecture 3Web Development - Lecture 3
Web Development - Lecture 3
 
FEWDD Lec 1 web development presentation
FEWDD Lec 1 web development presentationFEWDD Lec 1 web development presentation
FEWDD Lec 1 web development presentation
 
Unit 1wt
Unit 1wtUnit 1wt
Unit 1wt
 
HTML
HTMLHTML
HTML
 
Html introduction
Html introductionHtml introduction
Html introduction
 
Unit 1wt
Unit 1wtUnit 1wt
Unit 1wt
 
Introduction to Html and Css.pdf
Introduction to Html and Css.pdfIntroduction to Html and Css.pdf
Introduction to Html and Css.pdf
 
Hyper Text Mark-up Language
Hyper Text Mark-up Language Hyper Text Mark-up Language
Hyper Text Mark-up Language
 
HTML (Hyper Text Markup Language) by Mukesh
HTML (Hyper Text Markup Language) by MukeshHTML (Hyper Text Markup Language) by Mukesh
HTML (Hyper Text Markup Language) by Mukesh
 
Html tutorial
Html tutorialHtml tutorial
Html tutorial
 
Html
HtmlHtml
Html
 
HTML
HTMLHTML
HTML
 

Dernier

Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
AnaAcapella
 

Dernier (20)

Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 

HTML5 2019

  • 2. Content  Introduction  Elements  Attributes  HTML Basic Tags  HTML Links  HTML Images  HTML Tables  HTML Lists  HTML Layouts  HTML Media  Conclusion
  • 3. HTML Introduction  HTML is the standard markup language for creating Web pages.  HTML stands for Hyper Text Markup Language. <!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <h1>My First Heading</h1> <p>My first paragraph.</p> </body> </html> Output:
  • 4. HTML Elements <element>……………</element> Start Tag Content End Tag • It has a start tag <p> and an end tag </p>. • The element content is: This is a paragraph. Ex: <p>This is a paragraph.</p>
  • 5. HTML Attributes <element attribute=“value”> Name Value Ex: <p style=“color:red”>This is a paragraph.</p> • The style attribute is used to specify the styling of an element, like color, font, size etc.
  • 6. HTML Basic Tags Headings are defined with the <h1> to <h6> tags. Heading: <h1>Heading 1</h1> <h2>Heading 2</h2> <h3>Heading 3</h3> <h4>Heading 4</h4> <h5>Heading 5</h5> <h6>Heading 6</h6> Ex: Output:
  • 7. HTML Basic Tags The HTML <pre> element defines preformatted text. Output:EX:
  • 8. HTML Basic Tags <b> - Bold text <strong> - Important text <i> - Italic text <em> - Emphasized text <mark> - Marked text <small> - Small text <sub> - Subscript text <sup> - Superscript text
  • 9. HTML Links <a href="url">link text</a> Syntax: <a href="https://www.w3schools.com/" target="_blank">Visit W3Schools!</a> Ex: _self _parent _top Target Attribute:
  • 10. HTML Images •In HTML, images are defined with the <img> tag. •The <img> tag is empty, it contains attributes only, and does not have a closing tag. Ex: <img src=“ ” alt=“ ”> The src attribute specifies the URL (web address) of the image
  • 11. HTML Tables •An HTML table is defined with the <table> tag. •Each table row is defined with the <tr> tag. •A table header is defined with the <th> tag. •By default, table headings are bold and centered. •A table data/cell is defined with the <td> tag.
  • 13. HTML Lists There are 3 different types of list in HTML and each one has a specific purpose and meaning. 1. Unordered List 2. Ordered List 3. Description Lists <ul> <ol> <li> <dl> <dt> <dd> List Tags:
  • 15. HTML Layouts <header> - Defines a header for a document or a section <nav> - Defines a container for navigation links <section> - Defines a section in a document <article> - Defines an independent self-contained article <aside> - Defines content aside from the content. <footer> - Defines a footer for a document or a section
  • 16. HTML Media Video: To embed a video in a web page we used <video> tag. Audio: To embed a audio in a web page we used <audio> tag.
  • 18. Conclusion 1. HTML5 is still work in progress. 2. There is no urgency to redesign a website using the new iteration of the language . 3. Only a handful of major browsers like Mozilla Firefox and Google Chrome etc. currently support HTML5 elements.