SlideShare a Scribd company logo
Prepared by: Suraj Sutar
• Introduction
• Basic Structure
• Semantic/Non-semantic
• Headings
• Paragraphs
• Attribute
• Links
• Images
• Tables
• Forms
• Meta tags
# HTML stands for HyperText Markup Language. It is used to
design web pages using a markup language.
# HTML is a markup language used by the browser to manipulate
text, images, and other content, in order to display it in the
required format. HTML was created by Tim Berners-Lee in 1991.
# HTML file is saved in .html extension
All HTML documents must start with
a document type declaration:
<!DOCTYPE html>
The HTML document itself begins
with <html> and ends with </html>.
The visible part of the HTML
document is between <body> and
</body>
HTML : INTRODUCTION TO WEB DESIGN Presentation
HTML : INTRODUCTION TO WEB DESIGN Presentation
HTML : INTRODUCTION TO WEB DESIGN Presentation
HTML : INTRODUCTION TO WEB DESIGN Presentation
HTML : INTRODUCTION TO WEB DESIGN Presentation
Semantic Tags v/s Non Semantic Tags
• Although Browser recommends to use Semantic
Tags
but many Developers use Non-Semantic Tags
• Semantic Tags help to Improve SEO,
to rank our website in top list of Searches.
Headings in
HTML
HTML headings are
defined with the <h1>
to <h6> tags.
<h1> defines the most
important heading.
<h6> defines the least
important heading.
Each HTML heading
has a default size.
Browser
OUTPUT:
Paragraphs
in HTML
The HTML <p> element
defines a paragraph.
A paragraph always
starts on a new line,
and browsers
automatically add
some white space (a
margin) before and
after a paragraph.
Browser
OUTPUT:
Attributes in HTML
• HTML attributes are special words which provide additional
information about the elements or attributes are the modifier of the
HTML element.
• Each element or tag can have attributes, which defines the
behaviour of that element.
• Attributes should always be applied with start tag.
• The Attribute should always be applied with its name and value pair.
HTML : INTRODUCTION TO WEB DESIGN Presentation
HTML : INTRODUCTION TO WEB DESIGN Presentation
Links in HTML
HTML links are hyperlinks.
You can click on a link and
jump to another document.
The <a> tag defines a
hyperlink, which is used to
link from one page to
another.
The most important attribute
of the <a> element is the href
attribute, which indicates the
link's destination.
Browser
OUTPUT:
*If you click ‘Instagram’ ,
then it redirect to instagram
website
Images
in HTML
The HTML <img> tag is used to
embed an image in a web page.
syntax: <img src="URL">
Links to an external image that is
hosted on another website.
Example:
src="https://www.w3schools.com/i
mages/img_girl.jpg".
Links to an image that is hosted
within the website.
Example: src="img_girl.jpg",
src="/images/img_girl.jpg"
Browser
OUTPUT:
<div> tag in HTML
The div tag is known as Division tag. The div tag is used in HTML to make
divisions of content in the web page like (text, images, header, footer,
navigation bar, etc).
Div tag has both open (<div>) and closing (</div>) tag and it is mandatory to
close the tag.
The Div is the most usable tag in web development because it helps us to
separate out data in the web page and we can create a particular section for
particular data or function in the web pages.
HTML : INTRODUCTION TO WEB DESIGN Presentation
Browser
OUTPUT:
What is style section in the code?
We will see that in CSS topic.
Tables in HTML:
A table is a structured set of data made up of rows and columns
(tabular data).
A table allows you to quickly and easily look up values that
indicate some kind of connection between different types of
data,
for example a student and their Roll No.
HTML : INTRODUCTION TO WEB DESIGN Presentation
Example:
Browser
OUTPUT:
HTML Lists are used to specify lists of information. All lists may
contain one or more list elements. There are three different types of
HTML lists:
• Ordered List or Numbered List (ol)
• Unordered List or Bulleted List (ul)
• Description List or Definition List (dl)
Lists in HTML:
HTML : INTRODUCTION TO WEB DESIGN Presentation
HTML : INTRODUCTION TO WEB DESIGN Presentation
Let’s understand <label> tag
first
The <label> HTML element represents a caption for an item in a user
interface.
The <label> tag can be used in two ways:
• Firstly, use <label> tag by providing the <input> and id attribute.
The <label> tag needs a for attribute whose value is the same as
input id.
• Alternatively, <input> tag use directly inside the <label> tag. In this
case, the for and id attributes are not needed because the
association is implicit.
• for : It refers to the input control that this label is for.
HTML : INTRODUCTION TO WEB DESIGN Presentation
Form
Example:
Browser
OUTPUT:
META
Tags
• The <meta> tag defines metadata about an HTML document. Metadata is
data (information) about data.
• <meta> tags always go inside the <head> element, and are typically used to
specify character set, page description, keywords, author of the document,
and viewport settings.
• Metadata will not be displayed on the page, but is machine parsable
• Metadata is used by browsers (how to display content or reload page),
search engines (keywords), and other web services.
• There is a method to let web designers take control over the viewport (the
user's visible area of a web page), through the <meta> tag.
META Tags:
Example
:
<head>
<meta charset="UTF-8">
<meta name="description" content="HTML Presentation">
<meta name="keywords" content="HTML, Basic, Tags">
<meta name="author" content="Surya">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
HTML : INTRODUCTION TO WEB DESIGN Presentation

More Related Content

PPTX
Learn html Basics
PDF
WEB PROGRAMMING bharathiar university bca unitII
PPTX
learnhtmlbyvipuladissanayake-170516061515 (1).pptx
PPTX
web page.pptxb dvcdhgdhdbdvdhudvehsusvsudb
PPT
Web forms and html (lect 1)
PPT
Higher Computing Science HTML
PPTX
PPTX
Learn html Basics
WEB PROGRAMMING bharathiar university bca unitII
learnhtmlbyvipuladissanayake-170516061515 (1).pptx
web page.pptxb dvcdhgdhdbdvdhudvehsusvsudb
Web forms and html (lect 1)
Higher Computing Science HTML

Similar to HTML : INTRODUCTION TO WEB DESIGN Presentation (20)

PDF
Chapter 2 Notes, MCQs, and QA (HTML and CSS).pdf
PPTX
HTML Presentation
DOCX
PDF
HTML Notes_241202_103535 to learning frontend
PPTX
T430-01-Introduction to HTML.pptx
PPTX
BVK_PTT_HTML-Unit - III (1).pptx
PPTX
HyperTextMarkUpLanguageBasicsForWebTechnologies.pptx
PPTX
PDF
PPT-203105353-1.pdf
PDF
HTML.pdf
PPTX
HTML Training Part1
PPTX
Intro to html
PPTX
HTML/HTML5
PDF
Introduction to HTML
PPTX
gdg_workshop 2 on web development and github
PPTX
Learning html. (Part- 1)
PPTX
HTML_HEADER PART TAGS .pptx
PDF
Web Design Basics: HTML Essentials for begginer
Chapter 2 Notes, MCQs, and QA (HTML and CSS).pdf
HTML Presentation
HTML Notes_241202_103535 to learning frontend
T430-01-Introduction to HTML.pptx
BVK_PTT_HTML-Unit - III (1).pptx
HyperTextMarkUpLanguageBasicsForWebTechnologies.pptx
PPT-203105353-1.pdf
HTML.pdf
HTML Training Part1
Intro to html
HTML/HTML5
Introduction to HTML
gdg_workshop 2 on web development and github
Learning html. (Part- 1)
HTML_HEADER PART TAGS .pptx
Web Design Basics: HTML Essentials for begginer
Ad

Recently uploaded (20)

PPTX
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
PDF
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
PPTX
Sustainable Sites - Green Building Construction
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
PPTX
Geodesy 1.pptx...............................................
PPTX
Welding lecture in detail for understanding
PPTX
Construction Project Organization Group 2.pptx
PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PDF
R24 SURVEYING LAB MANUAL for civil enggi
PDF
Embodied AI: Ushering in the Next Era of Intelligent Systems
PDF
PPT on Performance Review to get promotions
PPTX
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
PPTX
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
PDF
Digital Logic Computer Design lecture notes
PPT
Project quality management in manufacturing
PDF
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
PPTX
web development for engineering and engineering
PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
Sustainable Sites - Green Building Construction
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
Geodesy 1.pptx...............................................
Welding lecture in detail for understanding
Construction Project Organization Group 2.pptx
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
R24 SURVEYING LAB MANUAL for civil enggi
Embodied AI: Ushering in the Next Era of Intelligent Systems
PPT on Performance Review to get promotions
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
Digital Logic Computer Design lecture notes
Project quality management in manufacturing
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
web development for engineering and engineering
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
Ad

HTML : INTRODUCTION TO WEB DESIGN Presentation

  • 2. • Introduction • Basic Structure • Semantic/Non-semantic • Headings • Paragraphs • Attribute • Links • Images • Tables • Forms • Meta tags
  • 3. # HTML stands for HyperText Markup Language. It is used to design web pages using a markup language. # HTML is a markup language used by the browser to manipulate text, images, and other content, in order to display it in the required format. HTML was created by Tim Berners-Lee in 1991. # HTML file is saved in .html extension
  • 4. All HTML documents must start with a document type declaration: <!DOCTYPE html> The HTML document itself begins with <html> and ends with </html>. The visible part of the HTML document is between <body> and </body>
  • 10. Semantic Tags v/s Non Semantic Tags • Although Browser recommends to use Semantic Tags but many Developers use Non-Semantic Tags • Semantic Tags help to Improve SEO, to rank our website in top list of Searches.
  • 11. Headings in HTML HTML headings are defined with the <h1> to <h6> tags. <h1> defines the most important heading. <h6> defines the least important heading. Each HTML heading has a default size.
  • 13. Paragraphs in HTML The HTML <p> element defines a paragraph. A paragraph always starts on a new line, and browsers automatically add some white space (a margin) before and after a paragraph.
  • 15. Attributes in HTML • HTML attributes are special words which provide additional information about the elements or attributes are the modifier of the HTML element. • Each element or tag can have attributes, which defines the behaviour of that element. • Attributes should always be applied with start tag. • The Attribute should always be applied with its name and value pair.
  • 18. Links in HTML HTML links are hyperlinks. You can click on a link and jump to another document. The <a> tag defines a hyperlink, which is used to link from one page to another. The most important attribute of the <a> element is the href attribute, which indicates the link's destination.
  • 19. Browser OUTPUT: *If you click ‘Instagram’ , then it redirect to instagram website
  • 20. Images in HTML The HTML <img> tag is used to embed an image in a web page. syntax: <img src="URL"> Links to an external image that is hosted on another website. Example: src="https://www.w3schools.com/i mages/img_girl.jpg". Links to an image that is hosted within the website. Example: src="img_girl.jpg", src="/images/img_girl.jpg"
  • 22. <div> tag in HTML The div tag is known as Division tag. The div tag is used in HTML to make divisions of content in the web page like (text, images, header, footer, navigation bar, etc). Div tag has both open (<div>) and closing (</div>) tag and it is mandatory to close the tag. The Div is the most usable tag in web development because it helps us to separate out data in the web page and we can create a particular section for particular data or function in the web pages.
  • 24. Browser OUTPUT: What is style section in the code? We will see that in CSS topic.
  • 25. Tables in HTML: A table is a structured set of data made up of rows and columns (tabular data). A table allows you to quickly and easily look up values that indicate some kind of connection between different types of data, for example a student and their Roll No.
  • 29. HTML Lists are used to specify lists of information. All lists may contain one or more list elements. There are three different types of HTML lists: • Ordered List or Numbered List (ol) • Unordered List or Bulleted List (ul) • Description List or Definition List (dl) Lists in HTML:
  • 32. Let’s understand <label> tag first The <label> HTML element represents a caption for an item in a user interface. The <label> tag can be used in two ways: • Firstly, use <label> tag by providing the <input> and id attribute. The <label> tag needs a for attribute whose value is the same as input id. • Alternatively, <input> tag use directly inside the <label> tag. In this case, the for and id attributes are not needed because the association is implicit. • for : It refers to the input control that this label is for.
  • 37. • The <meta> tag defines metadata about an HTML document. Metadata is data (information) about data. • <meta> tags always go inside the <head> element, and are typically used to specify character set, page description, keywords, author of the document, and viewport settings. • Metadata will not be displayed on the page, but is machine parsable • Metadata is used by browsers (how to display content or reload page), search engines (keywords), and other web services. • There is a method to let web designers take control over the viewport (the user's visible area of a web page), through the <meta> tag. META Tags:
  • 38. Example : <head> <meta charset="UTF-8"> <meta name="description" content="HTML Presentation"> <meta name="keywords" content="HTML, Basic, Tags"> <meta name="author" content="Surya"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>