SlideShare a Scribd company logo
HTML
What is HTML?
 Designing a webpage is static or dynamic.
 Hypertext Markup Language.
What is Hypertext?
 It is a text that links to other information so clicking a link then user can quickly jump to
different content.
What do you mean Markup Language?
 Standard Markup Language used to create web pages.
 Basically, tells your browser how to display web page.
 Example: Chrome, Firefox etc.
What does HTML look like?
 HTML uses a tags and elements to enclose different parts of the content.
 It informs the browser that the document type is HTML.
 It wraps all content of our page like open tags to close tags.
 <head> ………</head> puts content here that shouldn’t be shown to visitors.
 <title> …..….. </title> top of a page is name inside only in head tag.
 <body> ……... </body> all tags like <div>, <p>, etc.,
 It contains all the content you want to show visitors and it is child of the body tags.
 Example:
<!DOCTYPE html>
<html>
<head>
<meta charset="ISO-8859-1">
<meta name="viewport" content="width=device-width">
<title>Divya</title>
</head>
<body>
Hello world
</body>
</html>
It isbasic to all webpagesusingthisheadertag.
What is meta?
 It is a tag inside only in <head> element is used to specify character set, page description,
keywords, author of the document, and viewport settings.
 It will not be displayed on the page but is machine parsable.
 Let web designers take control over the viewport, through the <meta> tag.
 It specifies the value associated with the name attribute.
 Example: It link to style sheets or javascript file likes meta tags, style tags and javascirpt
tags.
<head>
<meta charset="UTF-
8">
<style>
.
.
</style>
</head>
What is UTF-8?
 It is a HTML5 Standard Unicode and last version of a HTML.
 The default character encoding in HTML-5 is UTF-8.
 Example: <meta charset="UTF-8">
What is charset IS0-8859-1?
 It is a default character in HTML 4.01.
 ISO (International Standards Organization) defines the standard character sets for
different alphabets/languages.
 Example: <meta charset="ISO-8859-1">
Setsthe character set.Usuallysetto ‘utf-8’whichincludesmostcharacters.
Tags inside <body> tag:
 <p>……</p> it is a paragraph
 <!--------> it is a comment tag
Example:
<p>This is a good way to use bottle gourds. Ensure that you squeeze out any excess
water from the cooked bottle gourd.</p>.
<!-- It is a separage paragraph-->
<p>This is a good way</p>
<!-- It is a separage paragraph with white space-->
<p>
This is a good way
</p>
 <strong>……..</strong> and <b> …..</b> both are same as bold a text.
 <em>……</em> and <i>…..</i> both are same as slashing a text.
 <u>……</u> it is a text underling.
Ordered List:
 It is used a numbering library
 <ol>…….</ol>
Unordered List:
 It is used a bullets library
 <ul>……</ul>
 Both listhaslisttags inside alistlike <li>……..</li>.
 It isnestedinside alistoranotherparagraph text.
Example:
<!DOCTYPE html>
<html>
<head>
<meta charset="ISO-8859-1">
<meta name="viewport" content="width=device-width">
<title>Assignment1</title>
</head>
<body style="background-color:silver;">
<!--Centre Alignment of Heading-->
<p><h2><center>Bottle Gourd Raita</center></h2></p>
<p>This is a good way to use bottle gourds. Ensure that you squeeze out any excess
water from the cooked
bottle gourd.</p>
<!--Unordered List with using a sublist-->
<ul>
<li><b>Ingredients</b></li>
<ul>
<!--Paragraph text with whitespace and using italic and emphasize it is slashing a
text-->
<p>
<li><em>250 g bottle gourd</em></li>
<li><i>Pinch of Salt</i></li>
<li><em>375g curd</em></li>
<li><em>Pinch of red chilli powder</em></li>
<li><em>Pinch of roasted cumin powder</em></li>
</p>
</ul>
</ul>
<!--Ordered List with strong and bold like text is brighter than other like boldly-->
<ol><p><h3><u>Explanation:</u></h3></p>
<ol>
<li>Peel and grate the <strong>bottle gourd</strong> and boil the grated
<strong>bottle gourd</strong> with the salt for 5 minutes.</li>
<li>Drain and allow to cool and Whisk the chilled yogurt and add the red chilli
powder.</li>
<li>Add the <strong>bottle gourd</strong> and mix well.</li>
<li>Serve sprinkled with cumin powder.</li>
</ol></ol>
</body>
</html>
Introduction to Html

More Related Content

PPTX
HTML and DHTML
PPTX
basic introduction of html tags
PPTX
PPTX
Basic knowledge on html and dhtml
PDF
PPTX
HTML5 and DHTML
PPTX
HTML and DHTML
basic introduction of html tags
Basic knowledge on html and dhtml
HTML5 and DHTML

What's hot (20)

PDF
[Basic HTML/CSS] 1. html - basic tags
PPT
Basic html
PPTX
HTML Introduction, HTML History, HTML Uses, HTML benifits
PPTX
HTML- Hyper Text Markup Language
PPTX
PPT
Html Slide Part-1
PDF
Intro to HTML
PPTX
PPTX
PDF
Html Presentation
PPTX
1 introductin to HTML
PDF
Basic Details of HTML and CSS.pdf
PPTX
Introduction to basic HTML [Librarian edition]
PPTX
Html ppt
PPT
Basic html
PPT
HTML Introduction
PPTX
HTML Introduction
PPTX
Html presentation
PDF
Crash Course Web - HTML Presentation
[Basic HTML/CSS] 1. html - basic tags
Basic html
HTML Introduction, HTML History, HTML Uses, HTML benifits
HTML- Hyper Text Markup Language
Html Slide Part-1
Intro to HTML
Html Presentation
1 introductin to HTML
Basic Details of HTML and CSS.pdf
Introduction to basic HTML [Librarian edition]
Html ppt
Basic html
HTML Introduction
HTML Introduction
Html presentation
Crash Course Web - HTML Presentation
Ad

Similar to Introduction to Html (20)

PPTX
Basics of html , basic of computer , html tags
PPTX
HTML.pptxsupercallefragalidtivexpialidoucious
PDF
Girl Develop It Cincinnati: Intro to HTML/CSS Class 1
PDF
web design for html to second yea for college
PPTX
Web Site Designing - Basic
PPTX
Web Design Lecture2.pptx
PDF
"Innovative Web Design & Development Hub
PPT
Hyper text markup language with examples
PPTX
Introduction to Html
PDF
Internet Programming
PPTX
COMPUTER FUNDAMENTAL LAB REPORT FOR 1ST SEM
PPTX
HTML (Hyper Text Markup Language)
PPTX
Html css java script basics All about you need
PPT
Uta005 lecture2
PPT
Html book2
PPTX
Web Design and Programming-Lab-4-HTML-II-Exercise
PPT
Chapter2
PPTX
Protocols and standards (http , html, xhtml, cgi, xml, wml, c html, etc)
PDF
Sitepoint.com a basic-html5_template
PPT
Introduction to HTML5
Basics of html , basic of computer , html tags
HTML.pptxsupercallefragalidtivexpialidoucious
Girl Develop It Cincinnati: Intro to HTML/CSS Class 1
web design for html to second yea for college
Web Site Designing - Basic
Web Design Lecture2.pptx
"Innovative Web Design & Development Hub
Hyper text markup language with examples
Introduction to Html
Internet Programming
COMPUTER FUNDAMENTAL LAB REPORT FOR 1ST SEM
HTML (Hyper Text Markup Language)
Html css java script basics All about you need
Uta005 lecture2
Html book2
Web Design and Programming-Lab-4-HTML-II-Exercise
Chapter2
Protocols and standards (http , html, xhtml, cgi, xml, wml, c html, etc)
Sitepoint.com a basic-html5_template
Introduction to HTML5
Ad

More from SSN College of Engineering, Kalavakkam (20)

PDF
Localization, Classification, and Evaluation.pdf
PPTX
Database Management System - 2a
PPTX
Database Management System
PPTX
Unit III - Inventory Problems
PPTX
PPTX
PPTX
PPTX
Unit IV-Project Management
PPTX
Web technology Unit-II Part-C
PPTX
Data structure Unit-I Part-C
PPTX
Data structure unit I part B
PPTX
Web technology Unit-II Part A
PPTX
Data structure Unit-I Part A

Recently uploaded (20)

PPTX
Emphasizing It's Not The End 08 06 2025.pptx
PPTX
An Unlikely Response 08 10 2025.pptx
PPTX
The spiral of silence is a theory in communication and political science that...
PPTX
Hydrogel Based delivery Cancer Treatment
PPTX
Role and Responsibilities of Bangladesh Coast Guard Base, Mongla Challenges
PPTX
Project and change Managment: short video sequences for IBA
PPTX
PHIL.-ASTRONOMY-AND-NAVIGATION of ..pptx
PPTX
_ISO_Presentation_ISO 9001 and 45001.pptx
PPTX
Self management and self evaluation presentation
PPTX
Human Mind & its character Characteristics
PPTX
nose tajweed for the arabic alphabets for the responsive
PDF
Parts of Speech Prepositions Presentation in Colorful Cute Style_20250724_230...
PDF
oil_refinery_presentation_v1 sllfmfls.pdf
PPTX
Tour Presentation Educational Activity.pptx
DOC
学位双硕士UTAS毕业证,墨尔本理工学院毕业证留学硕士毕业证
PPTX
ART-APP-REPORT-FINctrwxsg f fuy L-na.pptx
PPTX
AcademyNaturalLanguageProcessing-EN-ILT-M02-Introduction.pptx
PPTX
S. Anis Al Habsyi & Nada Shobah - Klasifikasi Hambatan Depresi.pptx
PPTX
worship songs, in any order, compilation
PPTX
Introduction-to-Food-Packaging-and-packaging -materials.pptx
Emphasizing It's Not The End 08 06 2025.pptx
An Unlikely Response 08 10 2025.pptx
The spiral of silence is a theory in communication and political science that...
Hydrogel Based delivery Cancer Treatment
Role and Responsibilities of Bangladesh Coast Guard Base, Mongla Challenges
Project and change Managment: short video sequences for IBA
PHIL.-ASTRONOMY-AND-NAVIGATION of ..pptx
_ISO_Presentation_ISO 9001 and 45001.pptx
Self management and self evaluation presentation
Human Mind & its character Characteristics
nose tajweed for the arabic alphabets for the responsive
Parts of Speech Prepositions Presentation in Colorful Cute Style_20250724_230...
oil_refinery_presentation_v1 sllfmfls.pdf
Tour Presentation Educational Activity.pptx
学位双硕士UTAS毕业证,墨尔本理工学院毕业证留学硕士毕业证
ART-APP-REPORT-FINctrwxsg f fuy L-na.pptx
AcademyNaturalLanguageProcessing-EN-ILT-M02-Introduction.pptx
S. Anis Al Habsyi & Nada Shobah - Klasifikasi Hambatan Depresi.pptx
worship songs, in any order, compilation
Introduction-to-Food-Packaging-and-packaging -materials.pptx

Introduction to Html

  • 1. HTML What is HTML?  Designing a webpage is static or dynamic.  Hypertext Markup Language. What is Hypertext?  It is a text that links to other information so clicking a link then user can quickly jump to different content. What do you mean Markup Language?  Standard Markup Language used to create web pages.  Basically, tells your browser how to display web page.  Example: Chrome, Firefox etc. What does HTML look like?  HTML uses a tags and elements to enclose different parts of the content.  It informs the browser that the document type is HTML.  It wraps all content of our page like open tags to close tags.  <head> ………</head> puts content here that shouldn’t be shown to visitors.  <title> …..….. </title> top of a page is name inside only in head tag.  <body> ……... </body> all tags like <div>, <p>, etc.,  It contains all the content you want to show visitors and it is child of the body tags.  Example: <!DOCTYPE html> <html> <head> <meta charset="ISO-8859-1"> <meta name="viewport" content="width=device-width"> <title>Divya</title> </head> <body> Hello world </body> </html> It isbasic to all webpagesusingthisheadertag.
  • 2. What is meta?  It is a tag inside only in <head> element is used to specify character set, page description, keywords, author of the document, and viewport settings.  It will not be displayed on the page but is machine parsable.  Let web designers take control over the viewport, through the <meta> tag.  It specifies the value associated with the name attribute.  Example: It link to style sheets or javascript file likes meta tags, style tags and javascirpt tags. <head> <meta charset="UTF- 8"> <style> . . </style> </head> What is UTF-8?  It is a HTML5 Standard Unicode and last version of a HTML.  The default character encoding in HTML-5 is UTF-8.  Example: <meta charset="UTF-8"> What is charset IS0-8859-1?  It is a default character in HTML 4.01.  ISO (International Standards Organization) defines the standard character sets for different alphabets/languages.  Example: <meta charset="ISO-8859-1"> Setsthe character set.Usuallysetto ‘utf-8’whichincludesmostcharacters.
  • 3. Tags inside <body> tag:  <p>……</p> it is a paragraph  <!--------> it is a comment tag Example: <p>This is a good way to use bottle gourds. Ensure that you squeeze out any excess water from the cooked bottle gourd.</p>. <!-- It is a separage paragraph--> <p>This is a good way</p> <!-- It is a separage paragraph with white space--> <p> This is a good way </p>  <strong>……..</strong> and <b> …..</b> both are same as bold a text.  <em>……</em> and <i>…..</i> both are same as slashing a text.  <u>……</u> it is a text underling. Ordered List:  It is used a numbering library  <ol>…….</ol> Unordered List:  It is used a bullets library  <ul>……</ul>  Both listhaslisttags inside alistlike <li>……..</li>.  It isnestedinside alistoranotherparagraph text.
  • 4. Example: <!DOCTYPE html> <html> <head> <meta charset="ISO-8859-1"> <meta name="viewport" content="width=device-width"> <title>Assignment1</title> </head> <body style="background-color:silver;"> <!--Centre Alignment of Heading--> <p><h2><center>Bottle Gourd Raita</center></h2></p> <p>This is a good way to use bottle gourds. Ensure that you squeeze out any excess water from the cooked bottle gourd.</p> <!--Unordered List with using a sublist--> <ul> <li><b>Ingredients</b></li> <ul> <!--Paragraph text with whitespace and using italic and emphasize it is slashing a text--> <p> <li><em>250 g bottle gourd</em></li> <li><i>Pinch of Salt</i></li> <li><em>375g curd</em></li> <li><em>Pinch of red chilli powder</em></li> <li><em>Pinch of roasted cumin powder</em></li> </p> </ul> </ul> <!--Ordered List with strong and bold like text is brighter than other like boldly--> <ol><p><h3><u>Explanation:</u></h3></p> <ol> <li>Peel and grate the <strong>bottle gourd</strong> and boil the grated <strong>bottle gourd</strong> with the salt for 5 minutes.</li> <li>Drain and allow to cool and Whisk the chilled yogurt and add the red chilli powder.</li> <li>Add the <strong>bottle gourd</strong> and mix well.</li> <li>Serve sprinkled with cumin powder.</li> </ol></ol> </body> </html>