SlideShare ist ein Scribd-Unternehmen logo
1 von 27
Web Technologies
(1) html
(2) Xml
(3) Java Script

http://improvejava.blogspot.in
http://improvejava.blogspot.in
What is html?
 Html stands for Hypertext Mark up language
 It is most widely used language to write web pages
 Hypertext refers to the way in which web pages are linked






together, when you click a link in a web page, you are using
hypertext
Markup language describes how html works. With a
markup language, you simply “mark up” a text document
with tags that tell a web browser how to structure it to
display.
Html is used to create or design web pages
A html document is nothing but a web page
To execute a html document we require a browser
http://improvejava.blogspot.in
What is browser?
 A browser is a program that can interpret(translates)

the html document
 We can use any browser to execute the html document
 Example:
 Internet Explorer, Google Chrome, Mozilla fire Fox,
Opera etc.,

http://improvejava.blogspot.in
How to execute HTML Document?
 To execute html document we need to specify the

URL(Uniform Resource Locator) in the address bar of
the Browser.
 url (uniform Resource Locator) is the primary naming
scheme using which we identify a web resource.
 A web resource can be html document (or) any other
resource

http://improvejava.blogspot.in
http://improvejava.blogspot.in
http://improvejava.blogspot.in
http://improvejava.blogspot.in
http://improvejava.blogspot.in
 Internet is the biggest network that follows client

server architecture.
 A client is a machine that sends a request to the server
 A server is a machine that responds to the client
request by sending same resource or information.
 A client machine always sends a request or receives a
response, to do this client requires a browser also
called as client-side software

http://improvejava.blogspot.in
Html tags
 Html tags are used to mark up html elements
 The html tag is a command the web browser interprets(translates)
 The html tags are surrounded by less than and greater than characters. These

characters are called as angular brackets(<,>)
 The html tags always come in pairs that is a starting tag and closing tags i.e
<html>…..</html>
 The text in between the starting tag and ending tag is called as element content.
Example:
<html>
Hello
</html>
 All the html tags are predefined tags
 The html tags are not case sensitive that is the uppercase letters and lower case
letters are same.
 The entire html document must be written in between html starting tag (<html>)
and html closing tag </html>
 The <html> tag in a document represents that the document is a html document
http://improvejava.blogspot.in
What does html document
contain?
 Html document can contain text and/or html tags

http://improvejava.blogspot.in
Html document sections
 The entire html document is divided into two parts:
 (1) head section
 (2) body section

http://improvejava.blogspot.in
Html document sections: (1) head section
 Head section is for description the html document.

Providing general information about the html
document.
 Example: title, meta

http://improvejava.blogspot.in
Html document sections: (2) Body Section
 By using Body section we can display text, images in

the browser.
Note:
The head section will not considered as part of the data
in the browser.

http://improvejava.blogspot.in
Html document structure(syntax)
<html>
<head>
</head>
<body>
</body>
</html>

http://improvejava.blogspot.in
HTML editor like:
 Writing HTML Using Notepad or Text Edit
 HTML can be edited by using a professional HTML editor

like:
1. Adobe Dreamweaver
2. Microsoft Expression Web
3. Coffee Cup HTML Editor
 However, for learning HTML we recommend a text editor
like Notepad (PC) or Text Edit (Mac). We believe using a
simple text editor is a good way to learn HTML.
 Follow the 4 steps below to create your first web page with
Notepad.
http://improvejava.blogspot.in
Step 1: Start Notepad
 To start Notepad go to:
 Start

All Programs
Accessories
Notepad

http://improvejava.blogspot.in
A procedure to write and execute the html
document
<html>
<head>
<title> First html </title>
</head>
<body> Welcome to html
</body>
</html>

http://improvejava.blogspot.in
Step 2: Edit Your HTML with
Notepad
 Type your HTML code into your Notepad:

<!DOCTYPE html>
<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>

http://improvejava.blogspot.in
Step 3: Save Your HTML
 Select Save as.. in Notepad's file menu.
 When you save an HTML file, you can use either the

.htm or the .html file extension. There is no difference,
it is entirely up to you.
 Save the file in a folder that is easy to remember

http://improvejava.blogspot.in
Step 4: Run the HTML in Your
Browser
 Start your web browser and open your html file from

the File, Open menu, or just browse the folder and
double-click your HTML file.

http://improvejava.blogspot.in
Comments in html
(1) single line comments
(2) Multiline comments





Html comments are used to provide information (or)
used to explain the code.
The comments are Non-executable statements which
are ignored by the browser.
The html comments must begin with <!--.. And end
with -->

http://improvejava.blogspot.in
(1) Single line comments
 <!—comments-->

http://improvejava.blogspot.in
(2) Multiline comments
<! This is my
First html program
-->

http://improvejava.blogspot.in
Error free language
 Html language is an error free language that is when

the browser encounters an error in the html document
it will not display any error message

http://improvejava.blogspot.in
Note:
 Every html tag given the information to the browser
 Browser contains interpreter that executes the html

document
 Each tag which gives the information to the browser
 If you want to provide additional information we
should use attributes
 Attributes should be declared in starting tag
 Ex:
<body bgcolor=“blue”>
</body>
http://improvejava.blogspot.in

Weitere ähnliche Inhalte

Was ist angesagt? (16)

Intro To HTML
Intro To HTMLIntro To HTML
Intro To HTML
 
Html
HtmlHtml
Html
 
Hyper Text Mark-up Language
Hyper Text Mark-up Language Hyper Text Mark-up Language
Hyper Text Mark-up Language
 
HTML Intermediate
HTML IntermediateHTML Intermediate
HTML Intermediate
 
Web design in 7 days by waqar
Web design in 7 days by waqarWeb design in 7 days by waqar
Web design in 7 days by waqar
 
HTML Advanced
HTML AdvancedHTML Advanced
HTML Advanced
 
A109 base code html
A109 base code   htmlA109 base code   html
A109 base code html
 
Html introduction
Html introductionHtml introduction
Html introduction
 
Html - Tutorial
Html - TutorialHtml - Tutorial
Html - Tutorial
 
Html tutorial
Html tutorialHtml tutorial
Html tutorial
 
HTML Introduction
HTML IntroductionHTML Introduction
HTML Introduction
 
Web design
Web designWeb design
Web design
 
HTML (Hyper Text Markup Language)
HTML (Hyper Text Markup Language)HTML (Hyper Text Markup Language)
HTML (Hyper Text Markup Language)
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
 
Web Designing Training in Ambala ! BATRA COMPUTER CENTRE
Web Designing Training in Ambala ! BATRA COMPUTER CENTREWeb Designing Training in Ambala ! BATRA COMPUTER CENTRE
Web Designing Training in Ambala ! BATRA COMPUTER CENTRE
 
Session4
Session4Session4
Session4
 

Andere mochten auch

Andere mochten auch (8)

Get data
Get dataGet data
Get data
 
Interface connection
Interface connectionInterface connection
Interface connection
 
Class
ClassClass
Class
 
Sessionex1
Sessionex1Sessionex1
Sessionex1
 
Different waysconnect
Different waysconnectDifferent waysconnect
Different waysconnect
 
Class
ClassClass
Class
 
Exceptions
ExceptionsExceptions
Exceptions
 
2. attributes
2. attributes2. attributes
2. attributes
 

Ähnlich wie 1 introduction to html (20)

Html tutorial
Html tutorialHtml tutorial
Html tutorial
 
Html tutorial
Html tutorialHtml tutorial
Html tutorial
 
An introduction to html
An introduction to htmlAn introduction to html
An introduction to html
 
Html basics
Html basicsHtml basics
Html basics
 
Html basics
Html basicsHtml basics
Html basics
 
Html basic file
Html basic fileHtml basic file
Html basic file
 
Html basics
Html basicsHtml basics
Html basics
 
Html BASICS
Html BASICSHtml BASICS
Html BASICS
 
Html basics 1
Html basics 1Html basics 1
Html basics 1
 
Html basics
Html basicsHtml basics
Html basics
 
Html basics
Html basicsHtml basics
Html basics
 
HTML_Basics.pdf
HTML_Basics.pdfHTML_Basics.pdf
HTML_Basics.pdf
 
Html basics
Html basicsHtml basics
Html basics
 
Html basics
Html basicsHtml basics
Html basics
 
HTML, HTML5,HTML,CSS How To Make Your Own Website
HTML, HTML5,HTML,CSS How To Make Your Own Website HTML, HTML5,HTML,CSS How To Make Your Own Website
HTML, HTML5,HTML,CSS How To Make Your Own Website
 
Grade 7_HTML.pptx
Grade 7_HTML.pptxGrade 7_HTML.pptx
Grade 7_HTML.pptx
 
Html tutorial
Html tutorialHtml tutorial
Html tutorial
 
Girl Develop It Cincinnati: Intro to HTML/CSS Class 1
Girl Develop It Cincinnati: Intro to HTML/CSS Class 1Girl Develop It Cincinnati: Intro to HTML/CSS Class 1
Girl Develop It Cincinnati: Intro to HTML/CSS Class 1
 
HTML5 Topic 1
HTML5 Topic 1HTML5 Topic 1
HTML5 Topic 1
 
Html rahul jain
Html rahul jainHtml rahul jain
Html rahul jain
 

Mehr von myrajendra (20)

Fundamentals
FundamentalsFundamentals
Fundamentals
 
Data type
Data typeData type
Data type
 
Hibernate example1
Hibernate example1Hibernate example1
Hibernate example1
 
Jdbc workflow
Jdbc workflowJdbc workflow
Jdbc workflow
 
2 jdbc drivers
2 jdbc drivers2 jdbc drivers
2 jdbc drivers
 
3 jdbc api
3 jdbc api3 jdbc api
3 jdbc api
 
4 jdbc step1
4 jdbc step14 jdbc step1
4 jdbc step1
 
Dao example
Dao exampleDao example
Dao example
 
Internal
InternalInternal
Internal
 
3. elements
3. elements3. elements
3. elements
 
Headings
HeadingsHeadings
Headings
 
Forms
FormsForms
Forms
 
Css
CssCss
Css
 
Views
ViewsViews
Views
 
Views
ViewsViews
Views
 
Views
ViewsViews
Views
 
Starting jdbc
Starting jdbcStarting jdbc
Starting jdbc
 
Properties
PropertiesProperties
Properties
 
Java.sql package
Java.sql packageJava.sql package
Java.sql package
 
Interface callable statement
Interface callable statementInterface callable statement
Interface callable statement
 

Kürzlich hochgeladen

Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfSeasiaInfotech2
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesZilliz
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 

Kürzlich hochgeladen (20)

Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdf
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector Databases
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 

1 introduction to html

  • 1. Web Technologies (1) html (2) Xml (3) Java Script http://improvejava.blogspot.in
  • 3. What is html?  Html stands for Hypertext Mark up language  It is most widely used language to write web pages  Hypertext refers to the way in which web pages are linked     together, when you click a link in a web page, you are using hypertext Markup language describes how html works. With a markup language, you simply “mark up” a text document with tags that tell a web browser how to structure it to display. Html is used to create or design web pages A html document is nothing but a web page To execute a html document we require a browser http://improvejava.blogspot.in
  • 4. What is browser?  A browser is a program that can interpret(translates) the html document  We can use any browser to execute the html document  Example:  Internet Explorer, Google Chrome, Mozilla fire Fox, Opera etc., http://improvejava.blogspot.in
  • 5. How to execute HTML Document?  To execute html document we need to specify the URL(Uniform Resource Locator) in the address bar of the Browser.  url (uniform Resource Locator) is the primary naming scheme using which we identify a web resource.  A web resource can be html document (or) any other resource http://improvejava.blogspot.in
  • 10.  Internet is the biggest network that follows client server architecture.  A client is a machine that sends a request to the server  A server is a machine that responds to the client request by sending same resource or information.  A client machine always sends a request or receives a response, to do this client requires a browser also called as client-side software http://improvejava.blogspot.in
  • 11. Html tags  Html tags are used to mark up html elements  The html tag is a command the web browser interprets(translates)  The html tags are surrounded by less than and greater than characters. These characters are called as angular brackets(<,>)  The html tags always come in pairs that is a starting tag and closing tags i.e <html>…..</html>  The text in between the starting tag and ending tag is called as element content. Example: <html> Hello </html>  All the html tags are predefined tags  The html tags are not case sensitive that is the uppercase letters and lower case letters are same.  The entire html document must be written in between html starting tag (<html>) and html closing tag </html>  The <html> tag in a document represents that the document is a html document http://improvejava.blogspot.in
  • 12. What does html document contain?  Html document can contain text and/or html tags http://improvejava.blogspot.in
  • 13. Html document sections  The entire html document is divided into two parts:  (1) head section  (2) body section http://improvejava.blogspot.in
  • 14. Html document sections: (1) head section  Head section is for description the html document. Providing general information about the html document.  Example: title, meta http://improvejava.blogspot.in
  • 15. Html document sections: (2) Body Section  By using Body section we can display text, images in the browser. Note: The head section will not considered as part of the data in the browser. http://improvejava.blogspot.in
  • 17. HTML editor like:  Writing HTML Using Notepad or Text Edit  HTML can be edited by using a professional HTML editor like: 1. Adobe Dreamweaver 2. Microsoft Expression Web 3. Coffee Cup HTML Editor  However, for learning HTML we recommend a text editor like Notepad (PC) or Text Edit (Mac). We believe using a simple text editor is a good way to learn HTML.  Follow the 4 steps below to create your first web page with Notepad. http://improvejava.blogspot.in
  • 18. Step 1: Start Notepad  To start Notepad go to:  Start All Programs Accessories Notepad http://improvejava.blogspot.in
  • 19. A procedure to write and execute the html document <html> <head> <title> First html </title> </head> <body> Welcome to html </body> </html> http://improvejava.blogspot.in
  • 20. Step 2: Edit Your HTML with Notepad  Type your HTML code into your Notepad: <!DOCTYPE html> <html> <body> <h1>My First Heading</h1> <p>My first paragraph.</p> </body> </html> http://improvejava.blogspot.in
  • 21. Step 3: Save Your HTML  Select Save as.. in Notepad's file menu.  When you save an HTML file, you can use either the .htm or the .html file extension. There is no difference, it is entirely up to you.  Save the file in a folder that is easy to remember http://improvejava.blogspot.in
  • 22. Step 4: Run the HTML in Your Browser  Start your web browser and open your html file from the File, Open menu, or just browse the folder and double-click your HTML file. http://improvejava.blogspot.in
  • 23. Comments in html (1) single line comments (2) Multiline comments    Html comments are used to provide information (or) used to explain the code. The comments are Non-executable statements which are ignored by the browser. The html comments must begin with <!--.. And end with --> http://improvejava.blogspot.in
  • 24. (1) Single line comments  <!—comments--> http://improvejava.blogspot.in
  • 25. (2) Multiline comments <! This is my First html program --> http://improvejava.blogspot.in
  • 26. Error free language  Html language is an error free language that is when the browser encounters an error in the html document it will not display any error message http://improvejava.blogspot.in
  • 27. Note:  Every html tag given the information to the browser  Browser contains interpreter that executes the html document  Each tag which gives the information to the browser  If you want to provide additional information we should use attributes  Attributes should be declared in starting tag  Ex: <body bgcolor=“blue”> </body> http://improvejava.blogspot.in