SlideShare uma empresa Scribd logo
1 de 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

Mais conteúdo relacionado

Mais procurados (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
 

Destaque

Destaque (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
 

Semelhante a 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
 

Mais de 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
 

Último

Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
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
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 

Último (20)

Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
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
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
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
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 

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