SlideShare uma empresa Scribd logo
1 de 14
What is HTML
HTML stands for Hyper Text Markup Language.
HTML is a markup language.
HTML is the language in which most websites are written.
HTML describes the structure of a web page semantically and
originally included cues for the appearance of the document.
In order to work with HTML, we must know about:
Elements
Tags
Attributes
Headings
Paragraphs
And in the end you will get a simple structure of HTML page
which will sum up every thing.
Elements
for example:
<tag>
Content.......
</tag>
•An HTML element is defined by a start tag, some content, and an end tag.
•The <html> element defines the whole document.
•It has a start tag <html> and an end tag </html>.
•Inside the <html> element is the <body> element.
Attributes For Example:
1. HTML links are defined with the <a>
tag. The link address is specified in
the href attribute.
2. HTML images are defined with the
<img> tag. The filename of the
image source is specified in the src
attribute.
3. HTML images also have width and
height attributes, which specifies the
width and height of the image
•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"
These are the tags which are used in the HTML. There are also more tags but
these are most commonly used.
Headings
•HTML headings are titles or
subtitles that you want to
display on a webpage.
HTML headings are defined
with the <h1> to <h6> tags.
<h1> defines the most
important heading. <h6>
defines the least important
heading
Paragraphs
For example:
<body>
<p>Hello!!!</p>
<p>I am telling you about
paragraph tags.</p>
</body>
•A paragraph always starts on
a new line, and is usually a
block of text.
•A paragraph always starts on
a new line, and browsers
automatically add some white
space (a margin) before and
after a paragraph.
Line break For Example:
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<p>Hello!!! <br> How are you? </p>
</body>
</html>
•The HTML <br> element defines a line
break.
•Use <br> if you want a line break (a
new line) without starting a new
paragraph:
Preformatted
Text For Example:
<pre>
My Bonnie lies over the ocean.
My Bonnie lies over the sea.
My Bonnie lies over the ocean.
Oh, bring back my Bonnie to me.
</pre>
•The HTML <pre> element
defines preformatted text.
•The text inside a <pre>
element is displayed in a fixed-
width font (usually Courier),
and it preserves both spaces
and line breaks:
<!DOCTYPE html>
<html>
<head>
<title>Webpage</title>
</head>
<body>
<p>Hello!!! This is the structure
of webpage. </p>
</body>
</html>
Learning html. (Part- 1)

Mais conteúdo relacionado

Mais procurados

Introduction to html
Introduction to htmlIntroduction to html
Introduction to html
vikasgaur31
 
Html heading
Html headingHtml heading
Html heading
saichii27
 
Html (hyper text markup language)
Html (hyper text markup language)Html (hyper text markup language)
Html (hyper text markup language)
Denni Domingo
 

Mais procurados (20)

Html training part1
Html training part1Html training part1
Html training part1
 
Lecture 2 introduction to html
Lecture 2  introduction to htmlLecture 2  introduction to html
Lecture 2 introduction to html
 
Introduction to html
Introduction to htmlIntroduction to html
Introduction to html
 
Html tutorials
Html tutorialsHtml tutorials
Html tutorials
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
 
215077679 introduction to HTML
215077679  introduction to HTML215077679  introduction to HTML
215077679 introduction to HTML
 
Intro to HTML (Kid's Class at TIY)
Intro to HTML (Kid's Class at TIY)Intro to HTML (Kid's Class at TIY)
Intro to HTML (Kid's Class at TIY)
 
Html heading
Html headingHtml heading
Html heading
 
Html (hyper text markup language)
Html (hyper text markup language)Html (hyper text markup language)
Html (hyper text markup language)
 
Notes4
Notes4Notes4
Notes4
 
INTRODUCTION TO HTML
INTRODUCTION TO HTMLINTRODUCTION TO HTML
INTRODUCTION TO HTML
 
Creating your 1st html page
Creating your 1st html pageCreating your 1st html page
Creating your 1st html page
 
Basic html
Basic htmlBasic html
Basic html
 
Introduction to HTML
Introduction to HTML Introduction to HTML
Introduction to HTML
 
Html basics NOTE
Html basics NOTEHtml basics NOTE
Html basics NOTE
 
Computer fundamentals-internet p2
Computer fundamentals-internet p2Computer fundamentals-internet p2
Computer fundamentals-internet p2
 
Html coding
Html codingHtml coding
Html coding
 
Html 5
Html 5Html 5
Html 5
 
Html basics
Html basicsHtml basics
Html basics
 
HTML_Slideshow1
HTML_Slideshow1HTML_Slideshow1
HTML_Slideshow1
 

Semelhante a Learning html. (Part- 1)

htmlnotes-180924151434.pdf dafdkzndsvkdvdd
htmlnotes-180924151434.pdf dafdkzndsvkdvddhtmlnotes-180924151434.pdf dafdkzndsvkdvdd
htmlnotes-180924151434.pdf dafdkzndsvkdvdd
hemanthkalyan25
 
htmlnotes Which tells about all the basic
htmlnotes Which tells about all the basichtmlnotes Which tells about all the basic
htmlnotes Which tells about all the basic
hemanthkalyan25
 
learnhtmlbyvipuladissanayake-170516061515 (1).pptx
learnhtmlbyvipuladissanayake-170516061515 (1).pptxlearnhtmlbyvipuladissanayake-170516061515 (1).pptx
learnhtmlbyvipuladissanayake-170516061515 (1).pptx
ManuAbraham17
 
web development.pdf
web development.pdfweb development.pdf
web development.pdf
BagHarki
 

Semelhante a Learning html. (Part- 1) (20)

Learn html from www
Learn html from wwwLearn html from www
Learn html from www
 
Html
HtmlHtml
Html
 
Html notes
Html notesHtml notes
Html notes
 
HTML Presentation
HTML Presentation HTML Presentation
HTML Presentation
 
htmlnotes-180924151434.pdf dafdkzndsvkdvdd
htmlnotes-180924151434.pdf dafdkzndsvkdvddhtmlnotes-180924151434.pdf dafdkzndsvkdvdd
htmlnotes-180924151434.pdf dafdkzndsvkdvdd
 
htmlnotes Which tells about all the basic
htmlnotes Which tells about all the basichtmlnotes Which tells about all the basic
htmlnotes Which tells about all the basic
 
Basic Html Notes
Basic Html NotesBasic Html Notes
Basic Html Notes
 
SEO Training in Noida- Skyinfotech.in
SEO Training in Noida- Skyinfotech.inSEO Training in Noida- Skyinfotech.in
SEO Training in Noida- Skyinfotech.in
 
Html Workshop
Html WorkshopHtml Workshop
Html Workshop
 
Html
HtmlHtml
Html
 
html
htmlhtml
html
 
Html presentation
Html presentationHtml presentation
Html presentation
 
Web Development 1 (HTML & CSS)
Web Development 1 (HTML & CSS)Web Development 1 (HTML & CSS)
Web Development 1 (HTML & CSS)
 
Html introduction
Html introductionHtml introduction
Html introduction
 
Learn html Basics
Learn html BasicsLearn html Basics
Learn html Basics
 
Html example
Html exampleHtml example
Html example
 
Html_Day_One (W3Schools)
Html_Day_One (W3Schools)Html_Day_One (W3Schools)
Html_Day_One (W3Schools)
 
learnhtmlbyvipuladissanayake-170516061515 (1).pptx
learnhtmlbyvipuladissanayake-170516061515 (1).pptxlearnhtmlbyvipuladissanayake-170516061515 (1).pptx
learnhtmlbyvipuladissanayake-170516061515 (1).pptx
 
web development.pdf
web development.pdfweb development.pdf
web development.pdf
 
Basic HTML
Basic HTMLBasic HTML
Basic HTML
 

Último

Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
jaanualu31
 
Verification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptxVerification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptx
chumtiyababu
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 

Último (20)

S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best ServiceTamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxOrlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdf
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and properties
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLEGEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
 
Verification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptxVerification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptx
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
 

Learning html. (Part- 1)

  • 1.
  • 3. HTML stands for Hyper Text Markup Language. HTML is a markup language. HTML is the language in which most websites are written. HTML describes the structure of a web page semantically and originally included cues for the appearance of the document.
  • 4. In order to work with HTML, we must know about: Elements Tags Attributes Headings Paragraphs And in the end you will get a simple structure of HTML page which will sum up every thing.
  • 5. Elements for example: <tag> Content....... </tag> •An HTML element is defined by a start tag, some content, and an end tag. •The <html> element defines the whole document. •It has a start tag <html> and an end tag </html>. •Inside the <html> element is the <body> element.
  • 6. Attributes For Example: 1. HTML links are defined with the <a> tag. The link address is specified in the href attribute. 2. HTML images are defined with the <img> tag. The filename of the image source is specified in the src attribute. 3. HTML images also have width and height attributes, which specifies the width and height of the image •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"
  • 7. These are the tags which are used in the HTML. There are also more tags but these are most commonly used.
  • 8. Headings •HTML headings are titles or subtitles that you want to display on a webpage. HTML headings are defined with the <h1> to <h6> tags. <h1> defines the most important heading. <h6> defines the least important heading
  • 9. Paragraphs For example: <body> <p>Hello!!!</p> <p>I am telling you about paragraph tags.</p> </body> •A paragraph always starts on a new line, and is usually a block of text. •A paragraph always starts on a new line, and browsers automatically add some white space (a margin) before and after a paragraph.
  • 10. Line break For Example: <!DOCTYPE html> <html> <head> <title></title> </head> <body> <p>Hello!!! <br> How are you? </p> </body> </html> •The HTML <br> element defines a line break. •Use <br> if you want a line break (a new line) without starting a new paragraph:
  • 11. Preformatted Text For Example: <pre> My Bonnie lies over the ocean. My Bonnie lies over the sea. My Bonnie lies over the ocean. Oh, bring back my Bonnie to me. </pre> •The HTML <pre> element defines preformatted text. •The text inside a <pre> element is displayed in a fixed- width font (usually Courier), and it preserves both spaces and line breaks:
  • 12.