SlideShare a Scribd company logo
WEB PROGRAMMING
HTML Introduction
HTML, or HyperText Markup Language, is the standard
markup language used to create web pages.
It’s a combination of Hypertext, which defines the link between
web pages, and Markup language, which is used to define the
text document within tags to structure web pages.
This language is used to annotate text so that machines can
understand and manipulate it accordingly.
HTML is human-readable and uses tags to define what
manipulation has to be done on the text.
What is HTML?
 HTML stands for HyperText Markup Language and it is
used to create webpages.
 It uses HTML tags and attributes to describe the
structure and formatting of a web page.
 HTML consists of various elements, that are
responsible for telling search engines how to display
page content. For example, headings, lists, images,
links, and more.
HTML Elements
and Tags
HTML Elements and Tags
 HTML uses predefined tags
and elements that instruct the
browser on how to display the
content.
 HTML elements include an
opening tag, some content, and
a closing tag.
 It’s important to remember to
include closing tags.
 If omitted, the browser applies
the effect of the opening tag
until the end of the page.
Features of HTML
 It is easy to learn and easy to use.
 It is platform-independent.
 Images, videos, and audio can be
added to a web page.
 Hypertext can be added to the text.
 It is a markup language. HTML Page Structure
HTML Page Structure
 <!DOCTYPE html> – This is the document type declaration (not technically
a tag). It declares a document as being an HTML document. The doctype
declaration is not case-sensitive.
 <html> – This is called the HTML root element. All other elements are
contained within it.
 <head> – The head tag contains the “behind the scenes” elements for a
webpage. Elements within the head aren’t visible on the front end of a
webpage. HTML elements used inside the <head> element include:
 <style> – This HTML tag allows us to insert styling into our web pages and
make them appealing to look at with the help of CSS.
 <title> – The title is what is displayed on the top of your browser when you
visit a website and contains the title of the webpage that you are viewing.
 <base> – It specifies the base URL for all relative URL’s in a document.
 <noscript> – Defines a section of HTML that is inserted when the scripting has
been turned off in the user’s browser.
 <script> – This tag is used to add functionality to the website with the help of
JavaScript.
 <meta> – This tag encloses the metadata of the website that must be loaded every
time the website is visited. For eg:- the metadata charset allows you to use the
standard UTF-8 encoding on your website. This in turn allows the users to view
your webpage in the language of their choice. It is a self-closing tag.
 <link> – The ‘link’ tag is used to tie together HTML, CSS, and JavaScript. It is self-
closing.
 <body> – The body tag is used to enclose all the visible content of a webpage. In
other words, the body content is what the browser will show on the front end.
 An HTML document can be created using an HTML text editor. Save the text file
using the “.html” or “.htm” extension. Once saved as an HTML document, the file
can be opened as a webpage in the browser.
Sample code
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, initial-scale=1.0">
<!--The above meta characteristics make a website
compatible with different devices. -->
<title>Demo Web Page</title>
</head>
<body>
<h1>The American College</h1>
<p>Department of computer science</p>
</body>
</html>
HTML Tables
Put your last thoughts or wrap up
here

More Related Content

PPTX
html -Hyper Text Markup Languagejjjjjjjjjjjjjjjjjjjjjjjjj
NetajiGandi1
 
PPTX
Introduction to HTML.pptx
VaibhavSingh887876
 
PDF
WEB PROGRAMMING bharathiar university bca unitII
VinodhiniRavi2
 
PPTX
HTML.pptx
asdfhgjh1
 
PPTX
Html
ushaSanmugaraj
 
PPTX
Best Option to learn start here HTML.pptx
osmytech57
 
PPTX
WEB TECHNOLOGY SLIDE 2 coe35mgfdggdh.pptx
simukondasankananji8
 
PDF
Vskills certified html5 developer Notes
Vskills
 
html -Hyper Text Markup Languagejjjjjjjjjjjjjjjjjjjjjjjjj
NetajiGandi1
 
Introduction to HTML.pptx
VaibhavSingh887876
 
WEB PROGRAMMING bharathiar university bca unitII
VinodhiniRavi2
 
HTML.pptx
asdfhgjh1
 
Best Option to learn start here HTML.pptx
osmytech57
 
WEB TECHNOLOGY SLIDE 2 coe35mgfdggdh.pptx
simukondasankananji8
 
Vskills certified html5 developer Notes
Vskills
 

Similar to web programming, Introduction to html tags (20)

PPT
Html5 css3
Altaf Pinjari
 
PPTX
Html Workshop
vardanyan99
 
PDF
Html - Tutorial
adelaticleanu
 
PPTX
Html-meeting1-1.pptx
YoussefAbobakr
 
PPTX
Markup language classification, designing static and dynamic
Ankita Bhalla
 
PPTX
Ict html
Thando Mdluli
 
PPTX
HTML.pptxsupercallefragalidtivexpialidoucious
robaoki5
 
PPTX
Introduction to Web Techniques_Key componenets_HTML Basics
DeepakUlape2
 
PPTX
introduction to html and css for beginners
ahoveida
 
PPTX
Web Application Programming with HTML 5 part 1
RovellAsidera1
 
PDF
Html tutorial
NAGARAJU MAMILLAPALLY
 
PPT
introdution to html notes and practice.ppt
BursunaDebruzzRaphae
 
PDF
HSC INFORMATION TECHNOLOGY CHAPTER 1 ADVANCED WEB DESIGNING PART I.pdf
AAFREEN SHAIKH
 
PPT
What Is Html
✪Computants✪IBM_BP
 
PDF
html complete notes
onactiontv
 
PDF
html compete notes basic to advanced
virtualworld14
 
PPTX
Introduction to HTML- Week 3- HTMLSyntax
MohammadRafsunIslam
 
PPT
Intr to-html-xhtml-1233508169541646-3
bluejayjunior
 
PDF
Let me design
Anurag Deb
 
PDF
web design for html to second yea for college
shwan it
 
Html5 css3
Altaf Pinjari
 
Html Workshop
vardanyan99
 
Html - Tutorial
adelaticleanu
 
Html-meeting1-1.pptx
YoussefAbobakr
 
Markup language classification, designing static and dynamic
Ankita Bhalla
 
Ict html
Thando Mdluli
 
HTML.pptxsupercallefragalidtivexpialidoucious
robaoki5
 
Introduction to Web Techniques_Key componenets_HTML Basics
DeepakUlape2
 
introduction to html and css for beginners
ahoveida
 
Web Application Programming with HTML 5 part 1
RovellAsidera1
 
Html tutorial
NAGARAJU MAMILLAPALLY
 
introdution to html notes and practice.ppt
BursunaDebruzzRaphae
 
HSC INFORMATION TECHNOLOGY CHAPTER 1 ADVANCED WEB DESIGNING PART I.pdf
AAFREEN SHAIKH
 
html complete notes
onactiontv
 
html compete notes basic to advanced
virtualworld14
 
Introduction to HTML- Week 3- HTMLSyntax
MohammadRafsunIslam
 
Intr to-html-xhtml-1233508169541646-3
bluejayjunior
 
Let me design
Anurag Deb
 
web design for html to second yea for college
shwan it
 
Ad

More from E.M.G.yadava womens college (9)

PPTX
Javascript for web Programming creating and embedding with html
E.M.G.yadava womens college
 
PPTX
Operating system structure and its models
E.M.G.yadava womens college
 
PPTX
Introduction to OS, types of operating systems
E.M.G.yadava womens college
 
PPT
Basiscs of c++ include variable, special characters
E.M.G.yadava womens college
 
PDF
E-Commerce - Business Models for business
E.M.G.yadava womens college
 
PPTX
notes for Function overloading & ridding in C++
E.M.G.yadava womens college
 
PPTX
Operating System concepts
E.M.G.yadava womens college
 
PPTX
Os unit 1(cont)
E.M.G.yadava womens college
 
PPTX
Understanding Basics of OS
E.M.G.yadava womens college
 
Javascript for web Programming creating and embedding with html
E.M.G.yadava womens college
 
Operating system structure and its models
E.M.G.yadava womens college
 
Introduction to OS, types of operating systems
E.M.G.yadava womens college
 
Basiscs of c++ include variable, special characters
E.M.G.yadava womens college
 
E-Commerce - Business Models for business
E.M.G.yadava womens college
 
notes for Function overloading & ridding in C++
E.M.G.yadava womens college
 
Operating System concepts
E.M.G.yadava womens college
 
Understanding Basics of OS
E.M.G.yadava womens college
 
Ad

Recently uploaded (20)

PPTX
Information Texts_Infographic on Forgetting Curve.pptx
Tata Sevilla
 
PDF
The Minister of Tourism, Culture and Creative Arts, Abla Dzifa Gomashie has e...
nservice241
 
PPTX
Python-Application-in-Drug-Design by R D Jawarkar.pptx
Rahul Jawarkar
 
PPTX
PREVENTIVE PEDIATRIC. pptx
AneetaSharma15
 
PDF
Phylum Arthropoda: Characteristics and Classification, Entomology Lecture
Miraj Khan
 
PDF
The-Invisible-Living-World-Beyond-Our-Naked-Eye chapter 2.pdf/8th science cur...
Sandeep Swamy
 
PPTX
Trends in pediatric nursing .pptx
AneetaSharma15
 
PPT
Python Programming Unit II Control Statements.ppt
CUO VEERANAN VEERANAN
 
PPTX
An introduction to Dialogue writing.pptx
drsiddhantnagine
 
PDF
The Picture of Dorian Gray summary and depiction
opaliyahemel
 
PDF
Sunset Boulevard Student Revision Booklet
jpinnuck
 
PPTX
PPTs-The Rise of Empiresghhhhhhhh (1).pptx
academysrusti114
 
PPTX
An introduction to Prepositions for beginners.pptx
drsiddhantnagine
 
PDF
Presentation of the MIPLM subject matter expert Erdem Kaya
MIPLM
 
PDF
2.Reshaping-Indias-Political-Map.ppt/pdf/8th class social science Exploring S...
Sandeep Swamy
 
PDF
RA 12028_ARAL_Orientation_Day-2-Sessions_v2.pdf
Seven De Los Reyes
 
PDF
PG-BPSDMP 2 TAHUN 2025PG-BPSDMP 2 TAHUN 2025.pdf
AshifaRamadhani
 
PPTX
family health care settings home visit - unit 6 - chn 1 - gnm 1st year.pptx
Priyanshu Anand
 
PPTX
How to Close Subscription in Odoo 18 - Odoo Slides
Celine George
 
PPTX
Kanban Cards _ Mass Action in Odoo 18.2 - Odoo Slides
Celine George
 
Information Texts_Infographic on Forgetting Curve.pptx
Tata Sevilla
 
The Minister of Tourism, Culture and Creative Arts, Abla Dzifa Gomashie has e...
nservice241
 
Python-Application-in-Drug-Design by R D Jawarkar.pptx
Rahul Jawarkar
 
PREVENTIVE PEDIATRIC. pptx
AneetaSharma15
 
Phylum Arthropoda: Characteristics and Classification, Entomology Lecture
Miraj Khan
 
The-Invisible-Living-World-Beyond-Our-Naked-Eye chapter 2.pdf/8th science cur...
Sandeep Swamy
 
Trends in pediatric nursing .pptx
AneetaSharma15
 
Python Programming Unit II Control Statements.ppt
CUO VEERANAN VEERANAN
 
An introduction to Dialogue writing.pptx
drsiddhantnagine
 
The Picture of Dorian Gray summary and depiction
opaliyahemel
 
Sunset Boulevard Student Revision Booklet
jpinnuck
 
PPTs-The Rise of Empiresghhhhhhhh (1).pptx
academysrusti114
 
An introduction to Prepositions for beginners.pptx
drsiddhantnagine
 
Presentation of the MIPLM subject matter expert Erdem Kaya
MIPLM
 
2.Reshaping-Indias-Political-Map.ppt/pdf/8th class social science Exploring S...
Sandeep Swamy
 
RA 12028_ARAL_Orientation_Day-2-Sessions_v2.pdf
Seven De Los Reyes
 
PG-BPSDMP 2 TAHUN 2025PG-BPSDMP 2 TAHUN 2025.pdf
AshifaRamadhani
 
family health care settings home visit - unit 6 - chn 1 - gnm 1st year.pptx
Priyanshu Anand
 
How to Close Subscription in Odoo 18 - Odoo Slides
Celine George
 
Kanban Cards _ Mass Action in Odoo 18.2 - Odoo Slides
Celine George
 

web programming, Introduction to html tags

  • 2. HTML Introduction HTML, or HyperText Markup Language, is the standard markup language used to create web pages. It’s a combination of Hypertext, which defines the link between web pages, and Markup language, which is used to define the text document within tags to structure web pages. This language is used to annotate text so that machines can understand and manipulate it accordingly. HTML is human-readable and uses tags to define what manipulation has to be done on the text.
  • 3. What is HTML?  HTML stands for HyperText Markup Language and it is used to create webpages.  It uses HTML tags and attributes to describe the structure and formatting of a web page.  HTML consists of various elements, that are responsible for telling search engines how to display page content. For example, headings, lists, images, links, and more.
  • 4. HTML Elements and Tags HTML Elements and Tags  HTML uses predefined tags and elements that instruct the browser on how to display the content.  HTML elements include an opening tag, some content, and a closing tag.  It’s important to remember to include closing tags.  If omitted, the browser applies the effect of the opening tag until the end of the page.
  • 5. Features of HTML  It is easy to learn and easy to use.  It is platform-independent.  Images, videos, and audio can be added to a web page.  Hypertext can be added to the text.  It is a markup language. HTML Page Structure
  • 6. HTML Page Structure  <!DOCTYPE html> – This is the document type declaration (not technically a tag). It declares a document as being an HTML document. The doctype declaration is not case-sensitive.  <html> – This is called the HTML root element. All other elements are contained within it.  <head> – The head tag contains the “behind the scenes” elements for a webpage. Elements within the head aren’t visible on the front end of a webpage. HTML elements used inside the <head> element include:  <style> – This HTML tag allows us to insert styling into our web pages and make them appealing to look at with the help of CSS.  <title> – The title is what is displayed on the top of your browser when you visit a website and contains the title of the webpage that you are viewing.
  • 7.  <base> – It specifies the base URL for all relative URL’s in a document.  <noscript> – Defines a section of HTML that is inserted when the scripting has been turned off in the user’s browser.  <script> – This tag is used to add functionality to the website with the help of JavaScript.  <meta> – This tag encloses the metadata of the website that must be loaded every time the website is visited. For eg:- the metadata charset allows you to use the standard UTF-8 encoding on your website. This in turn allows the users to view your webpage in the language of their choice. It is a self-closing tag.  <link> – The ‘link’ tag is used to tie together HTML, CSS, and JavaScript. It is self- closing.  <body> – The body tag is used to enclose all the visible content of a webpage. In other words, the body content is what the browser will show on the front end.  An HTML document can be created using an HTML text editor. Save the text file using the “.html” or “.htm” extension. Once saved as an HTML document, the file can be opened as a webpage in the browser.
  • 8. Sample code <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!--The above meta characteristics make a website compatible with different devices. --> <title>Demo Web Page</title> </head> <body> <h1>The American College</h1> <p>Department of computer science</p> </body> </html>
  • 9. HTML Tables Put your last thoughts or wrap up here