SlideShare ist ein Scribd-Unternehmen logo
1 von 11
Downloaden Sie, um offline zu lesen
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

Weitere ähnliche Inhalte

Was ist angesagt?

Presentation on html, css
Presentation on html, cssPresentation on html, css
Presentation on html, cssAamir Sohail
 
Web designing using html
Web designing using htmlWeb designing using html
Web designing using htmljulicris021488
 
Lesson 1: Introduction to HTML
Lesson 1: Introduction to HTMLLesson 1: Introduction to HTML
Lesson 1: Introduction to HTMLOlivia Moran
 
Introduction to html course digital markerters
Introduction to html course digital markertersIntroduction to html course digital markerters
Introduction to html course digital markertersSEO SKills
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTMLAnn Alcid
 
Html and css presentation
Html and css presentationHtml and css presentation
Html and css presentationumesh patil
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTMLAmeer Khan
 
Web Development 1 (HTML & CSS)
Web Development 1 (HTML & CSS)Web Development 1 (HTML & CSS)
Web Development 1 (HTML & CSS)ghayour abbas
 
Web Development 3 (HTML & CSS)
Web Development 3  (HTML & CSS)Web Development 3  (HTML & CSS)
Web Development 3 (HTML & CSS)ghayour abbas
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTMLyht4ever
 
Html, CSS & Web Designing
Html, CSS & Web DesigningHtml, CSS & Web Designing
Html, CSS & Web DesigningLeslie Steele
 
Html / CSS Presentation
Html / CSS PresentationHtml / CSS Presentation
Html / CSS PresentationShawn Calvert
 
How to Make HTML and CSS Files
How to Make HTML and CSS FilesHow to Make HTML and CSS Files
How to Make HTML and CSS FilesLearningNerd
 
Web Development 4 (HTML & CSS)
Web Development 4 (HTML & CSS)Web Development 4 (HTML & CSS)
Web Development 4 (HTML & CSS)ghayour abbas
 

Was ist angesagt? (19)

Presentation on html, css
Presentation on html, cssPresentation on html, css
Presentation on html, css
 
Web designing using html
Web designing using htmlWeb designing using html
Web designing using html
 
HTML & CSS Masterclass
HTML & CSS MasterclassHTML & CSS Masterclass
HTML & CSS Masterclass
 
Lesson 1: Introduction to HTML
Lesson 1: Introduction to HTMLLesson 1: Introduction to HTML
Lesson 1: Introduction to HTML
 
Introduction to html course digital markerters
Introduction to html course digital markertersIntroduction to html course digital markerters
Introduction to html course digital markerters
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
 
Html and css presentation
Html and css presentationHtml and css presentation
Html and css presentation
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
 
Web Development 1 (HTML & CSS)
Web Development 1 (HTML & CSS)Web Development 1 (HTML & CSS)
Web Development 1 (HTML & CSS)
 
Dynamic html (#1)
Dynamic  html (#1)Dynamic  html (#1)
Dynamic html (#1)
 
Web Development 3 (HTML & CSS)
Web Development 3  (HTML & CSS)Web Development 3  (HTML & CSS)
Web Development 3 (HTML & CSS)
 
Span and Div tags in HTML
Span and Div tags in HTMLSpan and Div tags in HTML
Span and Div tags in HTML
 
html-css
html-csshtml-css
html-css
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
 
Html, CSS & Web Designing
Html, CSS & Web DesigningHtml, CSS & Web Designing
Html, CSS & Web Designing
 
Html / CSS Presentation
Html / CSS PresentationHtml / CSS Presentation
Html / CSS Presentation
 
How to Make HTML and CSS Files
How to Make HTML and CSS FilesHow to Make HTML and CSS Files
How to Make HTML and CSS Files
 
Web Development 4
Web Development 4Web Development 4
Web Development 4
 
Web Development 4 (HTML & CSS)
Web Development 4 (HTML & CSS)Web Development 4 (HTML & CSS)
Web Development 4 (HTML & CSS)
 

Andere mochten auch

Subprime crisis_ what is the effect on me
Subprime crisis_ what is the effect on meSubprime crisis_ what is the effect on me
Subprime crisis_ what is the effect on meDeepak Mitra
 
Ethics and the Law - Myriad Genetics
Ethics and the Law - Myriad GeneticsEthics and the Law - Myriad Genetics
Ethics and the Law - Myriad GeneticsKlemchuk LLP
 
Presentation 08-15 blind
Presentation  08-15 blindPresentation  08-15 blind
Presentation 08-15 blindcarlhorf
 
2.4 proteins
2.4 proteins2.4 proteins
2.4 proteinslucascw
 
習近平新政與台灣未來 By 余杰
習近平新政與台灣未來 By 余杰習近平新政與台灣未來 By 余杰
習近平新政與台灣未來 By 余杰luckypeopleoftaiwan
 
2.5 enzymes
2.5 enzymes2.5 enzymes
2.5 enzymeslucascw
 
Chem 40S Uunit 1 Notes
Chem 40S Uunit 1 NotesChem 40S Uunit 1 Notes
Chem 40S Uunit 1 NotesBruce Coulter
 
AP Chemistry Chapter 6 Outline
AP Chemistry Chapter 6 OutlineAP Chemistry Chapter 6 Outline
AP Chemistry Chapter 6 OutlineJane Hamze
 
AP Chemistry Chapter 4 Outline
AP Chemistry Chapter 4 OutlineAP Chemistry Chapter 4 Outline
AP Chemistry Chapter 4 OutlineJane Hamze
 
Carbohydrates and structural analysis of polysaccharides
Carbohydrates and structural analysis of polysaccharidesCarbohydrates and structural analysis of polysaccharides
Carbohydrates and structural analysis of polysaccharidesHuda Eid
 
bảo hiểm xã hội
bảo hiểm xã hộibảo hiểm xã hội
bảo hiểm xã hộiVũ Ngọc Tú
 

Andere mochten auch (18)

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

Ähnlich wie Html tutorials-infotech aus

Ähnlich wie Html tutorials-infotech aus (20)

Html & Html5 from scratch
Html & Html5 from scratchHtml & Html5 from scratch
Html & Html5 from scratch
 
Html
HtmlHtml
Html
 
INTERNSHIP PROJECT PPT RAJ HZL.pdf
INTERNSHIP PROJECT PPT RAJ HZL.pdfINTERNSHIP PROJECT PPT RAJ HZL.pdf
INTERNSHIP PROJECT PPT RAJ HZL.pdf
 
HTML Training Part1
HTML Training Part1HTML Training Part1
HTML Training Part1
 
Markup language classification, designing static and dynamic
Markup language classification, designing static and dynamicMarkup language classification, designing static and dynamic
Markup language classification, designing static and dynamic
 
Introduction to HTML.pptx
Introduction to HTML.pptxIntroduction to HTML.pptx
Introduction to HTML.pptx
 
Html
HtmlHtml
Html
 
Html
HtmlHtml
Html
 
Workshop 2 Slides.pptx
Workshop 2 Slides.pptxWorkshop 2 Slides.pptx
Workshop 2 Slides.pptx
 
Presentation html
Presentation   htmlPresentation   html
Presentation html
 
Web.pdf
Web.pdfWeb.pdf
Web.pdf
 
Web Development using HTML & CSS
Web Development using HTML & CSSWeb Development using HTML & CSS
Web Development using HTML & CSS
 
Html
HtmlHtml
Html
 
HTML - LinkedIn
HTML - LinkedInHTML - LinkedIn
HTML - LinkedIn
 
HTML - part 1
HTML - part 1HTML - part 1
HTML - part 1
 
Empowerment Technologies Lecture 10 (Philippines SHS)
Empowerment Technologies Lecture 10 (Philippines SHS)Empowerment Technologies Lecture 10 (Philippines SHS)
Empowerment Technologies Lecture 10 (Philippines SHS)
 
Html basic
Html basicHtml basic
Html basic
 
How to learn HTML in 10 Days
How to learn HTML in 10 DaysHow to learn HTML in 10 Days
How to learn HTML in 10 Days
 
Introduction to web design discussing which languages is used for website des...
Introduction to web design discussing which languages is used for website des...Introduction to web design discussing which languages is used for website des...
Introduction to web design discussing which languages is used for website des...
 
Web development Training in Ambala ! Batra Computer Centre
Web development Training in Ambala ! Batra Computer CentreWeb development Training in Ambala ! Batra Computer Centre
Web development Training in Ambala ! Batra Computer Centre
 

Kürzlich hochgeladen

Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfOrbitshub
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusZilliz
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxRemote DBA Services
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Bhuvaneswari Subramani
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityWSO2
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamUiPathCommunity
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...apidays
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 

Kürzlich hochgeladen (20)

Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 

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: info@infotechaus.com.au Website Address: http://infotechaus.com.au/ Contact No: +61 8946 80446 Skype Id: nileshpujara90