SlideShare a Scribd company logo
DIVYA JOHN
INDIAN SCHOOL AL GHUBRA
2
AN INTRODUCTION HTML
• With HTML you can create your own
Web site.
• HTML stands for Hyper Text Markup
Language.
• HTML is not a programming language, it
is a Markup Language.
• A markup language is a set of markup
tags.
• HTML uses markup tags to describe
web pages.
HOW TO START
• Write html code in notepad.
• A text editor like “Notepad” to create and
save the HTML documents.
• A Web browser to view and test the HTML
documents.
• Web Browsers: It is a client software that
allows users to display and interact with a
hypertext document. Browsers interpret
code.
• The most popular web browsers that are
used today are Mozilla Firefox, Google
3
HTML Elements and
Tags
• The basic structure of an HTML
document is simple with the entire
document bound by a pair of
<html> and </html> tags. This has
two sections:
• Header – that appears on top of
the window.
• The <head>….</head> tags
make the header of the document.
• Body – that appears in the 4
HTML Tags
• HTML tags are keywords
surrounded by angle brackets (<
>).
• HTML tags normally come in pairs
like <html> and </html>.
• The first tag in a pair is called
start tag, and the second tag is
the end tag(closing tag).
• The text between the start and
end tags is the element content.
• HTML tags are not case sensitive.5
Explanation
–<HTML> - Describe HTML web
page that is to be viewed by a web
browser.
–<HEAD> - This defines the header
section of the page.
–<TITLE> - This shows a caption in
the title bar of the page.
–<BODY> - This tag show contents
of the web page will be displayed. 6
Code With HTML
<HTML>
<HEAD>
<TITLE>
MY FIRST PAGE
</TITLE>
</HEAD>
<BODY>
GLOBAL INFORMATION CHANNEL
</BODY>
</HTML>
7
8
Exercise1:
Exercise1:
<html>
<head>
<title>Home Page</title>
</head>
<body>This is my homepage.
</body>
</html>
Save the file as "mypage.htm".
Ad

More Related Content

Similar to HYPER TEXT MARKUP LANGUAGE BASIC LESSONS (20)

UNIT 2 presentation for the subject ITWS-01.pptx
UNIT 2 presentation for the subject ITWS-01.pptxUNIT 2 presentation for the subject ITWS-01.pptx
UNIT 2 presentation for the subject ITWS-01.pptx
MarkAnthonyArenasGio
 
Class1slides
Class1slidesClass1slides
Class1slides
Alexis Goldstein
 
Html introduction
Html introductionHtml introduction
Html introduction
RanjithaM32
 
Html
HtmlHtml
Html
Noha Sayed
 
Handout1 intro to html
Handout1 intro to htmlHandout1 intro to html
Handout1 intro to html
Nadine Guevarra
 
2. HTML Basic unit2 fundamentals of computer
2. HTML Basic    unit2 fundamentals of computer2. HTML Basic    unit2 fundamentals of computer
2. HTML Basic unit2 fundamentals of computer
travelwithlifezindgi
 
Html (hypertext markup language)
Html (hypertext markup language)Html (hypertext markup language)
Html (hypertext markup language)
Resty Jay Galdo
 
Grade 7_HTML.pptx
Grade 7_HTML.pptxGrade 7_HTML.pptx
Grade 7_HTML.pptx
shilpak0307
 
WEB PROGRAMMING- Web page creation using HTML Tags
WEB PROGRAMMING-  Web page creation using HTML TagsWEB PROGRAMMING-  Web page creation using HTML Tags
WEB PROGRAMMING- Web page creation using HTML Tags
jananisairam
 
WEB PROGRAMMING.Introduction to HTML Heading Tags Formatting Tags
WEB PROGRAMMING.Introduction to HTML Heading Tags  Formatting TagsWEB PROGRAMMING.Introduction to HTML Heading Tags  Formatting Tags
WEB PROGRAMMING.Introduction to HTML Heading Tags Formatting Tags
SABITHARASSISTANTPRO
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
dilanie77
 
Internship HTML_Day-1 for beggineers.ppt
Internship HTML_Day-1 for beggineers.pptInternship HTML_Day-1 for beggineers.ppt
Internship HTML_Day-1 for beggineers.ppt
testvarun21
 
html and css- 23091 3154 458-5d4341a0.ppt
html and css- 23091 3154 458-5d4341a0.ppthtml and css- 23091 3154 458-5d4341a0.ppt
html and css- 23091 3154 458-5d4341a0.ppt
ahoveida
 
HTML & CSS.ppt
HTML & CSS.pptHTML & CSS.ppt
HTML & CSS.ppt
vaseemshaik21
 
HTML Programming, Html tags, Html tools,
HTML Programming, Html tags, Html tools,HTML Programming, Html tags, Html tools,
HTML Programming, Html tags, Html tools,
Mtnc BCA DEPARTMENT
 
2a web technology html basics 1
2a web technology html basics 12a web technology html basics 1
2a web technology html basics 1
Jyoti Yadav
 
introdution-to-html(Hypertext Markup Language).ppt
introdution-to-html(Hypertext Markup Language).pptintrodution-to-html(Hypertext Markup Language).ppt
introdution-to-html(Hypertext Markup Language).ppt
catliegay
 
Lecture 2 introduction to html basics
Lecture 2 introduction to html basicsLecture 2 introduction to html basics
Lecture 2 introduction to html basics
AliMUSSA3
 
Html5.pptx
Html5.pptxHtml5.pptx
Html5.pptx
dharajagad
 
Coding Class #1 PowerPoint Slideshow for Beginners
Coding Class #1 PowerPoint Slideshow for BeginnersCoding Class #1 PowerPoint Slideshow for Beginners
Coding Class #1 PowerPoint Slideshow for Beginners
demagistrisrock
 
UNIT 2 presentation for the subject ITWS-01.pptx
UNIT 2 presentation for the subject ITWS-01.pptxUNIT 2 presentation for the subject ITWS-01.pptx
UNIT 2 presentation for the subject ITWS-01.pptx
MarkAnthonyArenasGio
 
Html introduction
Html introductionHtml introduction
Html introduction
RanjithaM32
 
2. HTML Basic unit2 fundamentals of computer
2. HTML Basic    unit2 fundamentals of computer2. HTML Basic    unit2 fundamentals of computer
2. HTML Basic unit2 fundamentals of computer
travelwithlifezindgi
 
Html (hypertext markup language)
Html (hypertext markup language)Html (hypertext markup language)
Html (hypertext markup language)
Resty Jay Galdo
 
Grade 7_HTML.pptx
Grade 7_HTML.pptxGrade 7_HTML.pptx
Grade 7_HTML.pptx
shilpak0307
 
WEB PROGRAMMING- Web page creation using HTML Tags
WEB PROGRAMMING-  Web page creation using HTML TagsWEB PROGRAMMING-  Web page creation using HTML Tags
WEB PROGRAMMING- Web page creation using HTML Tags
jananisairam
 
WEB PROGRAMMING.Introduction to HTML Heading Tags Formatting Tags
WEB PROGRAMMING.Introduction to HTML Heading Tags  Formatting TagsWEB PROGRAMMING.Introduction to HTML Heading Tags  Formatting Tags
WEB PROGRAMMING.Introduction to HTML Heading Tags Formatting Tags
SABITHARASSISTANTPRO
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
dilanie77
 
Internship HTML_Day-1 for beggineers.ppt
Internship HTML_Day-1 for beggineers.pptInternship HTML_Day-1 for beggineers.ppt
Internship HTML_Day-1 for beggineers.ppt
testvarun21
 
html and css- 23091 3154 458-5d4341a0.ppt
html and css- 23091 3154 458-5d4341a0.ppthtml and css- 23091 3154 458-5d4341a0.ppt
html and css- 23091 3154 458-5d4341a0.ppt
ahoveida
 
HTML Programming, Html tags, Html tools,
HTML Programming, Html tags, Html tools,HTML Programming, Html tags, Html tools,
HTML Programming, Html tags, Html tools,
Mtnc BCA DEPARTMENT
 
2a web technology html basics 1
2a web technology html basics 12a web technology html basics 1
2a web technology html basics 1
Jyoti Yadav
 
introdution-to-html(Hypertext Markup Language).ppt
introdution-to-html(Hypertext Markup Language).pptintrodution-to-html(Hypertext Markup Language).ppt
introdution-to-html(Hypertext Markup Language).ppt
catliegay
 
Lecture 2 introduction to html basics
Lecture 2 introduction to html basicsLecture 2 introduction to html basics
Lecture 2 introduction to html basics
AliMUSSA3
 
Coding Class #1 PowerPoint Slideshow for Beginners
Coding Class #1 PowerPoint Slideshow for BeginnersCoding Class #1 PowerPoint Slideshow for Beginners
Coding Class #1 PowerPoint Slideshow for Beginners
demagistrisrock
 

Recently uploaded (20)

What is the Philosophy of Statistics? (and how I was drawn to it)
What is the Philosophy of Statistics? (and how I was drawn to it)What is the Philosophy of Statistics? (and how I was drawn to it)
What is the Philosophy of Statistics? (and how I was drawn to it)
jemille6
 
Ancient Stone Sculptures of India: As a Source of Indian History
Ancient Stone Sculptures of India: As a Source of Indian HistoryAncient Stone Sculptures of India: As a Source of Indian History
Ancient Stone Sculptures of India: As a Source of Indian History
Virag Sontakke
 
PHYSIOLOGY MCQS By DR. NASIR MUSTAFA (PHYSIOLOGY)
PHYSIOLOGY MCQS By DR. NASIR MUSTAFA (PHYSIOLOGY)PHYSIOLOGY MCQS By DR. NASIR MUSTAFA (PHYSIOLOGY)
PHYSIOLOGY MCQS By DR. NASIR MUSTAFA (PHYSIOLOGY)
Dr. Nasir Mustafa
 
Origin of Brahmi script: A breaking down of various theories
Origin of Brahmi script: A breaking down of various theoriesOrigin of Brahmi script: A breaking down of various theories
Origin of Brahmi script: A breaking down of various theories
PrachiSontakke5
 
Drugs in Anaesthesia and Intensive Care,.pdf
Drugs in Anaesthesia and Intensive Care,.pdfDrugs in Anaesthesia and Intensive Care,.pdf
Drugs in Anaesthesia and Intensive Care,.pdf
crewot855
 
Chemotherapy of Malignancy -Anticancer.pptx
Chemotherapy of Malignancy -Anticancer.pptxChemotherapy of Malignancy -Anticancer.pptx
Chemotherapy of Malignancy -Anticancer.pptx
Mayuri Chavan
 
UPMVLE migration to ARAL. A step- by- step guide
UPMVLE migration to ARAL. A step- by- step guideUPMVLE migration to ARAL. A step- by- step guide
UPMVLE migration to ARAL. A step- by- step guide
abmerca
 
How to Manage Amounts in Local Currency in Odoo 18 Purchase
How to Manage Amounts in Local Currency in Odoo 18 PurchaseHow to Manage Amounts in Local Currency in Odoo 18 Purchase
How to Manage Amounts in Local Currency in Odoo 18 Purchase
Celine George
 
Overview Well-Being and Creative Careers
Overview Well-Being and Creative CareersOverview Well-Being and Creative Careers
Overview Well-Being and Creative Careers
University of Amsterdam
 
The History of Kashmir Karkota Dynasty NEP.pptx
The History of Kashmir Karkota Dynasty NEP.pptxThe History of Kashmir Karkota Dynasty NEP.pptx
The History of Kashmir Karkota Dynasty NEP.pptx
Arya Mahila P. G. College, Banaras Hindu University, Varanasi, India.
 
Rock Art As a Source of Ancient Indian History
Rock Art As a Source of Ancient Indian HistoryRock Art As a Source of Ancient Indian History
Rock Art As a Source of Ancient Indian History
Virag Sontakke
 
puzzle Irregular Verbs- Simple Past Tense
puzzle Irregular Verbs- Simple Past Tensepuzzle Irregular Verbs- Simple Past Tense
puzzle Irregular Verbs- Simple Past Tense
OlgaLeonorTorresSnch
 
How to Manage Upselling in Odoo 18 Sales
How to Manage Upselling in Odoo 18 SalesHow to Manage Upselling in Odoo 18 Sales
How to Manage Upselling in Odoo 18 Sales
Celine George
 
How to Configure Public Holidays & Mandatory Days in Odoo 18
How to Configure Public Holidays & Mandatory Days in Odoo 18How to Configure Public Holidays & Mandatory Days in Odoo 18
How to Configure Public Holidays & Mandatory Days in Odoo 18
Celine George
 
APGAR SCORE BY sweety Tamanna Mahapatra MSc Pediatric
APGAR SCORE  BY sweety Tamanna Mahapatra MSc PediatricAPGAR SCORE  BY sweety Tamanna Mahapatra MSc Pediatric
APGAR SCORE BY sweety Tamanna Mahapatra MSc Pediatric
SweetytamannaMohapat
 
ANTI-VIRAL DRUGS unit 3 Pharmacology 3.pptx
ANTI-VIRAL DRUGS unit 3 Pharmacology 3.pptxANTI-VIRAL DRUGS unit 3 Pharmacology 3.pptx
ANTI-VIRAL DRUGS unit 3 Pharmacology 3.pptx
Mayuri Chavan
 
How to Create Kanban View in Odoo 18 - Odoo Slides
How to Create Kanban View in Odoo 18 - Odoo SlidesHow to Create Kanban View in Odoo 18 - Odoo Slides
How to Create Kanban View in Odoo 18 - Odoo Slides
Celine George
 
Bridging the Transit Gap: Equity Drive Feeder Bus Design for Southeast Brooklyn
Bridging the Transit Gap: Equity Drive Feeder Bus Design for Southeast BrooklynBridging the Transit Gap: Equity Drive Feeder Bus Design for Southeast Brooklyn
Bridging the Transit Gap: Equity Drive Feeder Bus Design for Southeast Brooklyn
i4jd41bk
 
MCQ PHYSIOLOGY II (DR. NASIR MUSTAFA) MCQS)
MCQ PHYSIOLOGY II (DR. NASIR MUSTAFA) MCQS)MCQ PHYSIOLOGY II (DR. NASIR MUSTAFA) MCQS)
MCQ PHYSIOLOGY II (DR. NASIR MUSTAFA) MCQS)
Dr. Nasir Mustafa
 
Ajanta Paintings: Study as a Source of History
Ajanta Paintings: Study as a Source of HistoryAjanta Paintings: Study as a Source of History
Ajanta Paintings: Study as a Source of History
Virag Sontakke
 
What is the Philosophy of Statistics? (and how I was drawn to it)
What is the Philosophy of Statistics? (and how I was drawn to it)What is the Philosophy of Statistics? (and how I was drawn to it)
What is the Philosophy of Statistics? (and how I was drawn to it)
jemille6
 
Ancient Stone Sculptures of India: As a Source of Indian History
Ancient Stone Sculptures of India: As a Source of Indian HistoryAncient Stone Sculptures of India: As a Source of Indian History
Ancient Stone Sculptures of India: As a Source of Indian History
Virag Sontakke
 
PHYSIOLOGY MCQS By DR. NASIR MUSTAFA (PHYSIOLOGY)
PHYSIOLOGY MCQS By DR. NASIR MUSTAFA (PHYSIOLOGY)PHYSIOLOGY MCQS By DR. NASIR MUSTAFA (PHYSIOLOGY)
PHYSIOLOGY MCQS By DR. NASIR MUSTAFA (PHYSIOLOGY)
Dr. Nasir Mustafa
 
Origin of Brahmi script: A breaking down of various theories
Origin of Brahmi script: A breaking down of various theoriesOrigin of Brahmi script: A breaking down of various theories
Origin of Brahmi script: A breaking down of various theories
PrachiSontakke5
 
Drugs in Anaesthesia and Intensive Care,.pdf
Drugs in Anaesthesia and Intensive Care,.pdfDrugs in Anaesthesia and Intensive Care,.pdf
Drugs in Anaesthesia and Intensive Care,.pdf
crewot855
 
Chemotherapy of Malignancy -Anticancer.pptx
Chemotherapy of Malignancy -Anticancer.pptxChemotherapy of Malignancy -Anticancer.pptx
Chemotherapy of Malignancy -Anticancer.pptx
Mayuri Chavan
 
UPMVLE migration to ARAL. A step- by- step guide
UPMVLE migration to ARAL. A step- by- step guideUPMVLE migration to ARAL. A step- by- step guide
UPMVLE migration to ARAL. A step- by- step guide
abmerca
 
How to Manage Amounts in Local Currency in Odoo 18 Purchase
How to Manage Amounts in Local Currency in Odoo 18 PurchaseHow to Manage Amounts in Local Currency in Odoo 18 Purchase
How to Manage Amounts in Local Currency in Odoo 18 Purchase
Celine George
 
Overview Well-Being and Creative Careers
Overview Well-Being and Creative CareersOverview Well-Being and Creative Careers
Overview Well-Being and Creative Careers
University of Amsterdam
 
Rock Art As a Source of Ancient Indian History
Rock Art As a Source of Ancient Indian HistoryRock Art As a Source of Ancient Indian History
Rock Art As a Source of Ancient Indian History
Virag Sontakke
 
puzzle Irregular Verbs- Simple Past Tense
puzzle Irregular Verbs- Simple Past Tensepuzzle Irregular Verbs- Simple Past Tense
puzzle Irregular Verbs- Simple Past Tense
OlgaLeonorTorresSnch
 
How to Manage Upselling in Odoo 18 Sales
How to Manage Upselling in Odoo 18 SalesHow to Manage Upselling in Odoo 18 Sales
How to Manage Upselling in Odoo 18 Sales
Celine George
 
How to Configure Public Holidays & Mandatory Days in Odoo 18
How to Configure Public Holidays & Mandatory Days in Odoo 18How to Configure Public Holidays & Mandatory Days in Odoo 18
How to Configure Public Holidays & Mandatory Days in Odoo 18
Celine George
 
APGAR SCORE BY sweety Tamanna Mahapatra MSc Pediatric
APGAR SCORE  BY sweety Tamanna Mahapatra MSc PediatricAPGAR SCORE  BY sweety Tamanna Mahapatra MSc Pediatric
APGAR SCORE BY sweety Tamanna Mahapatra MSc Pediatric
SweetytamannaMohapat
 
ANTI-VIRAL DRUGS unit 3 Pharmacology 3.pptx
ANTI-VIRAL DRUGS unit 3 Pharmacology 3.pptxANTI-VIRAL DRUGS unit 3 Pharmacology 3.pptx
ANTI-VIRAL DRUGS unit 3 Pharmacology 3.pptx
Mayuri Chavan
 
How to Create Kanban View in Odoo 18 - Odoo Slides
How to Create Kanban View in Odoo 18 - Odoo SlidesHow to Create Kanban View in Odoo 18 - Odoo Slides
How to Create Kanban View in Odoo 18 - Odoo Slides
Celine George
 
Bridging the Transit Gap: Equity Drive Feeder Bus Design for Southeast Brooklyn
Bridging the Transit Gap: Equity Drive Feeder Bus Design for Southeast BrooklynBridging the Transit Gap: Equity Drive Feeder Bus Design for Southeast Brooklyn
Bridging the Transit Gap: Equity Drive Feeder Bus Design for Southeast Brooklyn
i4jd41bk
 
MCQ PHYSIOLOGY II (DR. NASIR MUSTAFA) MCQS)
MCQ PHYSIOLOGY II (DR. NASIR MUSTAFA) MCQS)MCQ PHYSIOLOGY II (DR. NASIR MUSTAFA) MCQS)
MCQ PHYSIOLOGY II (DR. NASIR MUSTAFA) MCQS)
Dr. Nasir Mustafa
 
Ajanta Paintings: Study as a Source of History
Ajanta Paintings: Study as a Source of HistoryAjanta Paintings: Study as a Source of History
Ajanta Paintings: Study as a Source of History
Virag Sontakke
 
Ad

HYPER TEXT MARKUP LANGUAGE BASIC LESSONS

  • 2. 2 AN INTRODUCTION HTML • With HTML you can create your own Web site. • HTML stands for Hyper Text Markup Language. • HTML is not a programming language, it is a Markup Language. • A markup language is a set of markup tags. • HTML uses markup tags to describe web pages.
  • 3. HOW TO START • Write html code in notepad. • A text editor like “Notepad” to create and save the HTML documents. • A Web browser to view and test the HTML documents. • Web Browsers: It is a client software that allows users to display and interact with a hypertext document. Browsers interpret code. • The most popular web browsers that are used today are Mozilla Firefox, Google 3
  • 4. HTML Elements and Tags • The basic structure of an HTML document is simple with the entire document bound by a pair of <html> and </html> tags. This has two sections: • Header – that appears on top of the window. • The <head>….</head> tags make the header of the document. • Body – that appears in the 4
  • 5. HTML Tags • HTML tags are keywords surrounded by angle brackets (< >). • HTML tags normally come in pairs like <html> and </html>. • The first tag in a pair is called start tag, and the second tag is the end tag(closing tag). • The text between the start and end tags is the element content. • HTML tags are not case sensitive.5
  • 6. Explanation –<HTML> - Describe HTML web page that is to be viewed by a web browser. –<HEAD> - This defines the header section of the page. –<TITLE> - This shows a caption in the title bar of the page. –<BODY> - This tag show contents of the web page will be displayed. 6
  • 7. Code With HTML <HTML> <HEAD> <TITLE> MY FIRST PAGE </TITLE> </HEAD> <BODY> GLOBAL INFORMATION CHANNEL </BODY> </HTML> 7
  • 8. 8 Exercise1: Exercise1: <html> <head> <title>Home Page</title> </head> <body>This is my homepage. </body> </html> Save the file as "mypage.htm".
  翻译: