SlideShare a Scribd company logo
HTML Tutorials
Everything HTML, CSS and JavaScript, the most
common Languages used in making web pages.
Created by
InfotechAus
 HTML is Hypertext Markup
Language. HTML is the language
for describing the structure of
web pages.
 It is provides the structure of the
page, CSS the (visual & aural)
layout, for a variety of devices.
And XHTML is a variant of HTML
that uses the Syntax of XML.
What is HTML & CSS
 CSS is Cascading Style sheets
are two of the core
technologies for building web
pages,
 CSS is the language for
describing the presentation of
web pages including colors,
layout and fonts. For more
details click
History of HTML
In 1989, Berners-Lee wrote a
memo proposing an Internet-
based hypertext system. Berners-
Lee specified HTML and wrote
the browser and server software
in late 1990.
The 1st publicly available description of
HTML was a document called "HTML
Tags", first mentioned on the Internet
by Tim Berners-Lee in late 1991. It
describes 18 elements comprising the
initial, relatively simple design of
HTML. Except for the hyperlink tag,
HTML Versions
Version Year
HTML 1991
HTML 2.0 1995
HTML 3.2 1997
HTML 4.01 1999
XHTML 2000
HTML5 2014
Tags, Attribute & Element of
HTML
O Tags: The basic structure of a HTML document includes tags,
which surround content & apply meaning to it.
O Change your document so that it looks like this:
<!DOCTYPE html>
<html>
<body>
Website Development Services Melbourne
</body>
</html
Try it Yourself
 <!DOCTYPE html>, is a
documenttype
declaration.
 <html> is the Opening Tag
 </html> is the Closing Tag
 <body> and </body> is
the main content of the
document that will
appear in the browser
window.
HTML Attributes:
 All HTML elements can have attributes
 Attributes provide additional information about an
element
 Attributes are always specified in the start tag
 Attributes usually come in name/value pairs like:
name="value"
<!DOCTYPE html>
<html lang=“en-US”>
<body>
Website Development Services Melbourne
</body>
</html
Try it Yourself
Lang Attribute:
 The language of the
document can be
declared in the <html>
tag.
 The language is declared
with the Lang attribute.
<!DOCTYPE html>
<html>
<body>
<a href="http://www.infotechaus.com.au">website
development services melbourne</a>
</body>
</html>
Try it Yourself
href Attribute:
 HTML links are defined
with the <a> tag. The link
address is specified in the
href attribute:
<!DOCTYPE html>
<html>
<body>
<h2>Asha</h2>
<p title=“website development services
melbourne"></p>
InfotechAus is a web development company
</body>
</html>
Try it Yourself
Title Attribute:
 Here, a title attribute is
added to the <p> element.
 The value of the title
attribute will be displayed
as a tooltip when you
mouse over the paragraph:
<!DOCTYPE html>
<html>
<body>
<img src="http://infotechaus.com.au/images/responsive-
web-design.jpg " alt="website development services
melbourne.com" width="104" height="142">
</body>
</html>
Try it Yourself
Alt Attribute:
 The alt attribute specifies an
alternative text to be used,
when an image cannot be
displayed.
 The value of the attribute can
be read by screen readers. This
way, someone "listening" to
the webpage, e.g. a blind
person, can "hear" the
element.
<!DOCTYPE html>
<html>
<body>
<img src=“
http://infotechaus.com.au/images/responsive-web-
design.jpg width="104" height="142">
</body>
</html> Try it Yourself
Size Attribute:
 HTML images are defined
with the <img> tag.
 The filename of the source
(src), and the size of the
image (width and height)
are all provided as
attributes:
Attribute Description Possible Value
Id identifies a unique element.
The value of id can be used
by CSS or JavaScript to
reference that element.
Text, excluding spaces.
The value of the id attribute
must be unique.
Class Used to reference elements,
by CSS, for example. Any
number of elements can
have the same value (unlike
id).
Used to reference elements,
by CSS, for example. Any
number of elements can
have the same value (unlike
id).
Style Applies inline CSS. CSS declarations.
Dir The Direction of text in an
element
 ltr (left-to-right)
 rtl (right-to-left)
 auto
Translate If text should be translated
when a document is
localized.
 Yes
 No
Accesskey Associates a keyboard
shortcut to an element.
Space-separated list of
characters.
Tabindex Explicitly specifies where an
element appears in the tab
order of the page.
Integer.
Another Tab & Attributes
Metadata
 Head
 Title
 Base
 Link
 Meta
 style
Sections
 Body
 Article
 Section
 H1-H6
 Header/footer
 address
Grouping
 P
 Pre
 Blockquote
 Ol,figure,hr
 ul, dt, div,
 Li, dl, dt dd,
Text
 a,em
 Strong
 Data,time
 Code,var,samp
 Mark,ruby,rb
 Rt,rp,rtc,bdi
Embedded content
 img
 embed
 object
 param
 Video/audio
 Source,track,map
Root Element
 Html
Edits
 Ins
 Del
Scripts
 Script/nonscript
 Template
 canvas
Table
 Tr,td,th,caption
 Table
 tbody
 thead
 tfoot
 Col/colgroup
Forms
 Form,input
 textarea
 Select
 option
 Datalist
 Label,fieldset
Physical address:
Gaffney street, Pascoe Vale
Melbourne VIC 3044 Australia
Email Address:
info@infotechaus.com.au
Website Address:
http://infotechaus.com.au/
Contact No:
+61 8946 80446
Skype Id:
nileshpujara90

More Related Content

PPTX
Hushang Gaikwad
PDF
HTML CSS JS in Nut shell
PDF
HTML & CSS
PDF
Intro to HTML & CSS
PPTX
WEB PAGE DESIGN USING HTML
PPTX
Computer fundamentals-internet p2
PPTX
Web Page Designing
PDF
3 Layers of the Web - Part 1
Hushang Gaikwad
HTML CSS JS in Nut shell
HTML & CSS
Intro to HTML & CSS
WEB PAGE DESIGN USING HTML
Computer fundamentals-internet p2
Web Page Designing
3 Layers of the Web - Part 1

What's hot (19)

PPT
Presentation on html, css
PPT
Web designing using html
PDF
HTML & CSS Masterclass
PDF
Lesson 1: Introduction to HTML
PPTX
Introduction to html course digital markerters
PPTX
Introduction to HTML
PPTX
Html and css presentation
PPTX
Introduction to HTML
PDF
Web Development 1 (HTML & CSS)
PPT
Dynamic html (#1)
PDF
Web Development 3 (HTML & CSS)
PPT
Span and Div tags in HTML
PPTX
PPT
Introduction to HTML
PPTX
Html, CSS & Web Designing
PDF
Html / CSS Presentation
ODP
How to Make HTML and CSS Files
PDF
Web Development 4
PDF
Web Development 4 (HTML & CSS)
Presentation on html, css
Web designing using html
HTML & CSS Masterclass
Lesson 1: Introduction to HTML
Introduction to html course digital markerters
Introduction to HTML
Html and css presentation
Introduction to HTML
Web Development 1 (HTML & CSS)
Dynamic html (#1)
Web Development 3 (HTML & CSS)
Span and Div tags in HTML
Introduction to HTML
Html, CSS & Web Designing
Html / CSS Presentation
How to Make HTML and CSS Files
Web Development 4
Web Development 4 (HTML & CSS)
Ad

Viewers also liked (18)

PPTX
Subprime crisis_ what is the effect on me
PDF
Jeunesse opportunity presentation_(july2016)
PPT
Virginia woolf
PPTX
Ethics and the Law - Myriad Genetics
PDF
UTOPIA E DISTOPIA1
PDF
Presentation 08-15 blind
PPTX
通識心理_1050224_1_課程介紹_楊政達
PPTX
2.4 proteins
PDF
習近平新政與台灣未來 By 余杰
PPTX
2.5 enzymes
PPT
Chem 40S Uunit 1 Notes
PPT
AP Chemistry Chapter 6 Outline
PPT
AP Chemistry Chapter 4 Outline
PPT
Carbohydrates and structural analysis of polysaccharides
PPT
bảo hiểm xã hội
PPTX
Non-Mendelian Inheritance
PPT
Patterns of Inheritance
Subprime crisis_ what is the effect on me
Jeunesse opportunity presentation_(july2016)
Virginia woolf
Ethics and the Law - Myriad Genetics
UTOPIA E DISTOPIA1
Presentation 08-15 blind
通識心理_1050224_1_課程介紹_楊政達
2.4 proteins
習近平新政與台灣未來 By 余杰
2.5 enzymes
Chem 40S Uunit 1 Notes
AP Chemistry Chapter 6 Outline
AP Chemistry Chapter 4 Outline
Carbohydrates and structural analysis of polysaccharides
bảo hiểm xã hội
Non-Mendelian Inheritance
Patterns of Inheritance
Ad

Similar to Html tutorials-infotech aus (20)

PPTX
PPTX
PPTX
HTML.pptx
PDF
HTML FOR BEGINNERS AND FOR PRACTICE .pdf
PPTX
mst_unit1.pptx
PPTX
An Overview of HTML, CSS & Java Script
PPT
HTML & CSS.ppt
PPTX
PPTX
PPTX
web unit 2_4338494_2023_08_14_23_11.pptx
PPTX
Fundamental of Web Development Tutorials by PINFO Technologies.pptx
PPTX
Web development Training in Ambala ! Batra Computer Centre
DOCX
Lesson A.1 - Introduction to Web Development.docx
PPT
html and css- 23091 3154 458-5d4341a0.ppt
DOCX
1.2 Unit 2 Notes - for year 12 html.docx
PPTX
AttributesL3.pptx
PPTX
Day 2 - Web_Development [basic HTML tags and their functionalities].pptx
PDF
Web Concepts - an introduction - introduction
HTML.pptx
HTML FOR BEGINNERS AND FOR PRACTICE .pdf
mst_unit1.pptx
An Overview of HTML, CSS & Java Script
HTML & CSS.ppt
web unit 2_4338494_2023_08_14_23_11.pptx
Fundamental of Web Development Tutorials by PINFO Technologies.pptx
Web development Training in Ambala ! Batra Computer Centre
Lesson A.1 - Introduction to Web Development.docx
html and css- 23091 3154 458-5d4341a0.ppt
1.2 Unit 2 Notes - for year 12 html.docx
AttributesL3.pptx
Day 2 - Web_Development [basic HTML tags and their functionalities].pptx
Web Concepts - an introduction - introduction

Recently uploaded (20)

PDF
Electronic commerce courselecture one. Pdf
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PPTX
Tartificialntelligence_presentation.pptx
PPTX
Big Data Technologies - Introduction.pptx
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
Encapsulation theory and applications.pdf
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Approach and Philosophy of On baking technology
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
Electronic commerce courselecture one. Pdf
MIND Revenue Release Quarter 2 2025 Press Release
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
NewMind AI Weekly Chronicles - August'25-Week II
Encapsulation_ Review paper, used for researhc scholars
Dropbox Q2 2025 Financial Results & Investor Presentation
Building Integrated photovoltaic BIPV_UPV.pdf
Tartificialntelligence_presentation.pptx
Big Data Technologies - Introduction.pptx
Diabetes mellitus diagnosis method based random forest with bat algorithm
Digital-Transformation-Roadmap-for-Companies.pptx
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Encapsulation theory and applications.pdf
Assigned Numbers - 2025 - Bluetooth® Document
Unlocking AI with Model Context Protocol (MCP)
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
“AI and Expert System Decision Support & Business Intelligence Systems”
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Approach and Philosophy of On baking technology
Advanced methodologies resolving dimensionality complications for autism neur...

Html tutorials-infotech aus

  • 1. HTML Tutorials Everything HTML, CSS and JavaScript, the most common Languages used in making web pages. Created by InfotechAus
  • 2.  HTML is Hypertext Markup Language. HTML is the language for describing the structure of web pages.  It is provides the structure of the page, CSS the (visual & aural) layout, for a variety of devices. And XHTML is a variant of HTML that uses the Syntax of XML. What is HTML & CSS  CSS is Cascading Style sheets are two of the core technologies for building web pages,  CSS is the language for describing the presentation of web pages including colors, layout and fonts. For more details click
  • 3. History of HTML In 1989, Berners-Lee wrote a memo proposing an Internet- based hypertext system. Berners- Lee specified HTML and wrote the browser and server software in late 1990. The 1st publicly available description of HTML was a document called "HTML Tags", first mentioned on the Internet by Tim Berners-Lee in late 1991. It describes 18 elements comprising the initial, relatively simple design of HTML. Except for the hyperlink tag,
  • 4. HTML Versions Version Year HTML 1991 HTML 2.0 1995 HTML 3.2 1997 HTML 4.01 1999 XHTML 2000 HTML5 2014
  • 5. Tags, Attribute & Element of HTML O Tags: The basic structure of a HTML document includes tags, which surround content & apply meaning to it. O Change your document so that it looks like this: <!DOCTYPE html> <html> <body> Website Development Services Melbourne </body> </html Try it Yourself  <!DOCTYPE html>, is a documenttype declaration.  <html> is the Opening Tag  </html> is the Closing Tag  <body> and </body> is the main content of the document that will appear in the browser window.
  • 6. HTML Attributes:  All HTML elements can have attributes  Attributes provide additional information about an element  Attributes are always specified in the start tag  Attributes usually come in name/value pairs like: name="value" <!DOCTYPE html> <html lang=“en-US”> <body> Website Development Services Melbourne </body> </html Try it Yourself Lang Attribute:  The language of the document can be declared in the <html> tag.  The language is declared with the Lang attribute.
  • 7. <!DOCTYPE html> <html> <body> <a href="http://www.infotechaus.com.au">website development services melbourne</a> </body> </html> Try it Yourself href Attribute:  HTML links are defined with the <a> tag. The link address is specified in the href attribute: <!DOCTYPE html> <html> <body> <h2>Asha</h2> <p title=“website development services melbourne"></p> InfotechAus is a web development company </body> </html> Try it Yourself Title Attribute:  Here, a title attribute is added to the <p> element.  The value of the title attribute will be displayed as a tooltip when you mouse over the paragraph:
  • 8. <!DOCTYPE html> <html> <body> <img src="http://infotechaus.com.au/images/responsive- web-design.jpg " alt="website development services melbourne.com" width="104" height="142"> </body> </html> Try it Yourself Alt Attribute:  The alt attribute specifies an alternative text to be used, when an image cannot be displayed.  The value of the attribute can be read by screen readers. This way, someone "listening" to the webpage, e.g. a blind person, can "hear" the element. <!DOCTYPE html> <html> <body> <img src=“ http://infotechaus.com.au/images/responsive-web- design.jpg width="104" height="142"> </body> </html> Try it Yourself Size Attribute:  HTML images are defined with the <img> tag.  The filename of the source (src), and the size of the image (width and height) are all provided as attributes:
  • 9. Attribute Description Possible Value Id identifies a unique element. The value of id can be used by CSS or JavaScript to reference that element. Text, excluding spaces. The value of the id attribute must be unique. Class Used to reference elements, by CSS, for example. Any number of elements can have the same value (unlike id). Used to reference elements, by CSS, for example. Any number of elements can have the same value (unlike id). Style Applies inline CSS. CSS declarations. Dir The Direction of text in an element  ltr (left-to-right)  rtl (right-to-left)  auto Translate If text should be translated when a document is localized.  Yes  No Accesskey Associates a keyboard shortcut to an element. Space-separated list of characters. Tabindex Explicitly specifies where an element appears in the tab order of the page. Integer.
  • 10. Another Tab & Attributes Metadata  Head  Title  Base  Link  Meta  style Sections  Body  Article  Section  H1-H6  Header/footer  address Grouping  P  Pre  Blockquote  Ol,figure,hr  ul, dt, div,  Li, dl, dt dd, Text  a,em  Strong  Data,time  Code,var,samp  Mark,ruby,rb  Rt,rp,rtc,bdi Embedded content  img  embed  object  param  Video/audio  Source,track,map Root Element  Html Edits  Ins  Del Scripts  Script/nonscript  Template  canvas Table  Tr,td,th,caption  Table  tbody  thead  tfoot  Col/colgroup Forms  Form,input  textarea  Select  option  Datalist  Label,fieldset
  • 11. Physical address: Gaffney street, Pascoe Vale Melbourne VIC 3044 Australia Email Address: [email protected] Website Address: http://infotechaus.com.au/ Contact No: +61 8946 80446 Skype Id: nileshpujara90