SlideShare une entreprise Scribd logo
1  sur  15
Portfolio
Prepapred By; Keith B.
Manatad
What is
HTML?
HTML is an ASCII text file that contains
embedded HTML tags. On a UNIX server, it
typically has a filename extension of .html .
In general, the HTML tags are used to identify
the structure of the document and to identify
hyperlinks (to be highlighted) and their
associated URLs.
HTML identifies the structure of the document
and it suggests the layout of the document. The
display capabilities of the Web browser
determine the appearance of the HTML
document on the screeen.
The most basic element in the HTML document is the
paragraph. The Web browser flows all the contents of the
paragraph together from left to right and from top to bottom
given the current window or display size. This is
called autoflowing. How you break lines in that paragraph in
the HTML is irrelevant when that page is displayed by a Web
browser.The Web browser wraps anything that doesn't fit on
the current line, putting it on the next line. For example, a
paragraph that displays six lines long on an 8-inch wide
window rewraps to be about 12 lines long if the user resizes
the Web browser window to be half as wide. This is
called autowrapping.
Your document will be read by both graphical and character-
based Web browsers. Furthermore, there will be display
differences with graphical Web browsers given different screen
resolutions. So just because one browser breaks a line at one
place, that doesn't mean others will do so at the same place.
Using HTML you can identify:
 The title of the document
 The hierarchical structure of the
document with header levels and
section names
 Bulleted, numbered, and nested lists
 Insertion points for graphics
 Special emphasis for key words or
phrases
 Preformatted areas of the document
 Hyperlinks and associated URLsThese things all depend on the browser, which may allow the user
to control them.
HTML cannot control the:
 Typeface used for any document
component
 Point size of any specific font
 Width or height of the screen
 Centering, spacing, or line breaks of
information, except in preformatted
text.
 Background, foreground, or highlight
colors
These things all depend on the browser, which may allow the user
to control them.
HTML Tag Syntax
HTML tags are encapsulated within
less-than (<) and greater-than (>)
brackets. Some of the tags are single-
element tags that can stand by
themselves. These are referred to as
standalone tags. The syntax is
simple:<tag>
The most common standalone tag is
<P>, which ends a paragraph.
Other tags are used in pairs. The beginning tag
tells the Web browser to start the tag function
and the ending tag tells the Web browser to
stop.
The ending tag is created by adding a forward
slash (/) to the beginning tag. The syntax is:
<tag>object</tag>
Document Construction Guidelines
Now let's look at the three tagging pairs used to create
the highest level of structure in an HTML document:
<HTML> entire HTML document </HTML> <HEAD>
document header information </HEAD> <BODY> body of
the HTML document </BODY> The following is a skeletal
HTML document that shows the required nesting of these
three tagging pairs:<HTML> <HEAD> Head elements
</HEAD> <BODY> Body elements and content </BODY>
</HTML> Remember that physical layout in an HTML
document, like indentation and line breaks, is
meaningless to Web browsers. So you can format your
HTML according to your own preferences.
<!DOCTYPE html>
<html>
<head> <title>Paragraph Example</title> </head>
<body>
<p>Here is a first paragraph of text.</p>
<p>Here is a second paragraph of text.</p>
<p>Here is a third paragraph of text.</p>
</body>
</html>
Give the HTML Attributes of its
uses
Thank you for
participating!
http://www.proprofs.com/quiz-
school/story.php?title=html-quiz_29

Contenu connexe

Tendances

Htmlppt 100604051515-phpapp01
Htmlppt 100604051515-phpapp01Htmlppt 100604051515-phpapp01
Htmlppt 100604051515-phpapp01
ramya116
 
Tutorial 8 - Creating Effective Web Pages
Tutorial 8 - Creating Effective Web PagesTutorial 8 - Creating Effective Web Pages
Tutorial 8 - Creating Effective Web Pages
dpd
 
Tutorial 08 - Creating Effective Web Pages
Tutorial 08 - Creating Effective Web PagesTutorial 08 - Creating Effective Web Pages
Tutorial 08 - Creating Effective Web Pages
guest22edf3
 
Web Services Part 1
Web Services Part 1Web Services Part 1
Web Services Part 1
patinijava
 

Tendances (20)

HTML
HTMLHTML
HTML
 
How an html file is structured
How an html file is structuredHow an html file is structured
How an html file is structured
 
HTML
HTMLHTML
HTML
 
Html
HtmlHtml
Html
 
Introduction to XHTML
Introduction to XHTMLIntroduction to XHTML
Introduction to XHTML
 
Html viva questions
Html viva questionsHtml viva questions
Html viva questions
 
Html basics
Html basicsHtml basics
Html basics
 
Xhtml
XhtmlXhtml
Xhtml
 
Htmlppt 100604051515-phpapp01
Htmlppt 100604051515-phpapp01Htmlppt 100604051515-phpapp01
Htmlppt 100604051515-phpapp01
 
Tutorial 8 - Creating Effective Web Pages
Tutorial 8 - Creating Effective Web PagesTutorial 8 - Creating Effective Web Pages
Tutorial 8 - Creating Effective Web Pages
 
The Difference between HTML, XHTML & HTML5 for Beginners
The Difference between HTML, XHTML & HTML5 for BeginnersThe Difference between HTML, XHTML & HTML5 for Beginners
The Difference between HTML, XHTML & HTML5 for Beginners
 
Web Application and HTML Summary
Web Application and HTML SummaryWeb Application and HTML Summary
Web Application and HTML Summary
 
Tm 1st quarter - 1st meeting
Tm   1st quarter - 1st meetingTm   1st quarter - 1st meeting
Tm 1st quarter - 1st meeting
 
Tutorial 08 - Creating Effective Web Pages
Tutorial 08 - Creating Effective Web PagesTutorial 08 - Creating Effective Web Pages
Tutorial 08 - Creating Effective Web Pages
 
Html tag
Html tagHtml tag
Html tag
 
Html training part1
Html training part1Html training part1
Html training part1
 
Html
HtmlHtml
Html
 
Web Services Part 1
Web Services Part 1Web Services Part 1
Web Services Part 1
 
Pptaug7
Pptaug7Pptaug7
Pptaug7
 
Elements
ElementsElements
Elements
 

Similaire à Over view of html

Similaire à Over view of html (20)

HTML Introduction
HTML IntroductionHTML Introduction
HTML Introduction
 
Html basics
Html basicsHtml basics
Html basics
 
Web engineering notes unit 3
Web engineering notes unit 3Web engineering notes unit 3
Web engineering notes unit 3
 
static dynamic html tags
static dynamic html tagsstatic dynamic html tags
static dynamic html tags
 
Web Engineering UNIT III as per RGPV Syllabus
Web Engineering UNIT III as per RGPV SyllabusWeb Engineering UNIT III as per RGPV Syllabus
Web Engineering UNIT III as per RGPV Syllabus
 
Computer fundamentals-internet p2
Computer fundamentals-internet p2Computer fundamentals-internet p2
Computer fundamentals-internet p2
 
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 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
 
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
 
Dynamic html (#1)
Dynamic  html (#1)Dynamic  html (#1)
Dynamic html (#1)
 
Introduction to HTML.pptx
Introduction to HTML.pptxIntroduction to HTML.pptx
Introduction to HTML.pptx
 
Html
HtmlHtml
Html
 

Plus de Keith Borgonia Manatad

Plus de Keith Borgonia Manatad (20)

Evaluation form
Evaluation formEvaluation form
Evaluation form
 
Leasson plan in TLE manicure
Leasson plan in TLE manicureLeasson plan in TLE manicure
Leasson plan in TLE manicure
 
Nail care lesson plan asessssment
Nail care lesson plan asessssmentNail care lesson plan asessssment
Nail care lesson plan asessssment
 
Leson plan in tle nailcare plain manicure
Leson plan in tle   nailcare   plain manicureLeson plan in tle   nailcare   plain manicure
Leson plan in tle nailcare plain manicure
 
Nail care manicuredesign
Nail care manicuredesignNail care manicuredesign
Nail care manicuredesign
 
Waste management
Waste managementWaste management
Waste management
 
Tle tailoring 1
Tle tailoring 1Tle tailoring 1
Tle tailoring 1
 
Tle commercial cooking 2
Tle commercial cooking 2Tle commercial cooking 2
Tle commercial cooking 2
 
TLE commercial cooking 1
TLE commercial cooking 1TLE commercial cooking 1
TLE commercial cooking 1
 
Htm lrubric
Htm lrubricHtm lrubric
Htm lrubric
 
Edge cutting tools
Edge cutting toolsEdge cutting tools
Edge cutting tools
 
Lesson plan in carpentry tools
Lesson plan in carpentry toolsLesson plan in carpentry tools
Lesson plan in carpentry tools
 
Carpentry hand tools
Carpentry hand toolsCarpentry hand tools
Carpentry hand tools
 
Parts of high speed sewing machine
Parts of high speed  sewing machineParts of high speed  sewing machine
Parts of high speed sewing machine
 
Parts of sewing
Parts of sewingParts of sewing
Parts of sewing
 
TLE obtain measurement
TLE obtain measurementTLE obtain measurement
TLE obtain measurement
 
Sewing tools measuring devices
Sewing tools measuring devicesSewing tools measuring devices
Sewing tools measuring devices
 
para himo bado TLE
para himo bado TLEpara himo bado TLE
para himo bado TLE
 
Lesson plan 3
Lesson plan 3Lesson plan 3
Lesson plan 3
 
Lesson plan htmltextformattingtag
Lesson plan htmltextformattingtagLesson plan htmltextformattingtag
Lesson plan htmltextformattingtag
 

Dernier

Jual obat aborsi Jakarta ( 085657271886 )Cytote pil telat bulan penggugur kan...
Jual obat aborsi Jakarta ( 085657271886 )Cytote pil telat bulan penggugur kan...Jual obat aborsi Jakarta ( 085657271886 )Cytote pil telat bulan penggugur kan...
Jual obat aborsi Jakarta ( 085657271886 )Cytote pil telat bulan penggugur kan...
ZurliaSoop
 
Call Girls Brigade Road Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Brigade Road Just Call 👗 7737669865 👗 Top Class Call Girl Service ...Call Girls Brigade Road Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Brigade Road Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
amitlee9823
 
Internship Report].pdf iiwmoosmsosmshkssmk
Internship Report].pdf iiwmoosmsosmshkssmkInternship Report].pdf iiwmoosmsosmshkssmk
Internship Report].pdf iiwmoosmsosmshkssmk
SujalTamhane
 
Call Girls Bommanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Bommanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service ...Call Girls Bommanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Bommanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
amitlee9823
 
Call Girls Bidadi ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Call Girls Bidadi ☎ 7737669865☎ Book Your One night Stand (Bangalore)Call Girls Bidadi ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Call Girls Bidadi ☎ 7737669865☎ Book Your One night Stand (Bangalore)
amitlee9823
 
一比一原版(毕业证书)意大利米兰理工大学毕业证学位证可查学历认证
一比一原版(毕业证书)意大利米兰理工大学毕业证学位证可查学历认证一比一原版(毕业证书)意大利米兰理工大学毕业证学位证可查学历认证
一比一原版(毕业证书)意大利米兰理工大学毕业证学位证可查学历认证
epodumf6
 

Dernier (20)

CFO_SB_Career History_Multi Sector Experience
CFO_SB_Career History_Multi Sector ExperienceCFO_SB_Career History_Multi Sector Experience
CFO_SB_Career History_Multi Sector Experience
 
Rearing technique of lac insect and their management
Rearing technique of lac insect and their managementRearing technique of lac insect and their management
Rearing technique of lac insect and their management
 
Hot Call Girls |Delhi |Janakpuri ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Janakpuri ☎ 9711199171 Book Your One night StandHot Call Girls |Delhi |Janakpuri ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Janakpuri ☎ 9711199171 Book Your One night Stand
 
Jual obat aborsi Jakarta ( 085657271886 )Cytote pil telat bulan penggugur kan...
Jual obat aborsi Jakarta ( 085657271886 )Cytote pil telat bulan penggugur kan...Jual obat aborsi Jakarta ( 085657271886 )Cytote pil telat bulan penggugur kan...
Jual obat aborsi Jakarta ( 085657271886 )Cytote pil telat bulan penggugur kan...
 
Personal Brand Exploration ppt.- Ronnie Jones
Personal Brand  Exploration ppt.- Ronnie JonesPersonal Brand  Exploration ppt.- Ronnie Jones
Personal Brand Exploration ppt.- Ronnie Jones
 
Call Girls Brigade Road Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Brigade Road Just Call 👗 7737669865 👗 Top Class Call Girl Service ...Call Girls Brigade Road Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Brigade Road Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
 
Résumé (2 pager - 12 ft standard syntax)
Résumé (2 pager -  12 ft standard syntax)Résumé (2 pager -  12 ft standard syntax)
Résumé (2 pager - 12 ft standard syntax)
 
Top Rated Pune Call Girls Warje ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated  Pune Call Girls Warje ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...Top Rated  Pune Call Girls Warje ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated Pune Call Girls Warje ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
 
WhatsApp 📞 8448380779 ✅Call Girls In Salarpur Sector 81 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Salarpur Sector 81 ( Noida)WhatsApp 📞 8448380779 ✅Call Girls In Salarpur Sector 81 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Salarpur Sector 81 ( Noida)
 
Internship Report].pdf iiwmoosmsosmshkssmk
Internship Report].pdf iiwmoosmsosmshkssmkInternship Report].pdf iiwmoosmsosmshkssmk
Internship Report].pdf iiwmoosmsosmshkssmk
 
Guide to a Winning Interview May 2024 for MCWN
Guide to a Winning Interview May 2024 for MCWNGuide to a Winning Interview May 2024 for MCWN
Guide to a Winning Interview May 2024 for MCWN
 
Call Girls Bommanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Bommanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service ...Call Girls Bommanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Bommanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
 
Dubai Call Girls Starlet O525547819 Call Girls Dubai Showen Dating
Dubai Call Girls Starlet O525547819 Call Girls Dubai Showen DatingDubai Call Girls Starlet O525547819 Call Girls Dubai Showen Dating
Dubai Call Girls Starlet O525547819 Call Girls Dubai Showen Dating
 
Booking open Available Pune Call Girls Ambegaon Khurd 6297143586 Call Hot In...
Booking open Available Pune Call Girls Ambegaon Khurd  6297143586 Call Hot In...Booking open Available Pune Call Girls Ambegaon Khurd  6297143586 Call Hot In...
Booking open Available Pune Call Girls Ambegaon Khurd 6297143586 Call Hot In...
 
Call Girls Bidadi ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Call Girls Bidadi ☎ 7737669865☎ Book Your One night Stand (Bangalore)Call Girls Bidadi ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Call Girls Bidadi ☎ 7737669865☎ Book Your One night Stand (Bangalore)
 
TEST BANK For An Introduction to Brain and Behavior, 7th Edition by Bryan Kol...
TEST BANK For An Introduction to Brain and Behavior, 7th Edition by Bryan Kol...TEST BANK For An Introduction to Brain and Behavior, 7th Edition by Bryan Kol...
TEST BANK For An Introduction to Brain and Behavior, 7th Edition by Bryan Kol...
 
Brand Analysis for reggaeton artist Jahzel.
Brand Analysis for reggaeton artist Jahzel.Brand Analysis for reggaeton artist Jahzel.
Brand Analysis for reggaeton artist Jahzel.
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Sa...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Sa...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Sa...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Sa...
 
Resumes, Cover Letters, and Applying Online
Resumes, Cover Letters, and Applying OnlineResumes, Cover Letters, and Applying Online
Resumes, Cover Letters, and Applying Online
 
一比一原版(毕业证书)意大利米兰理工大学毕业证学位证可查学历认证
一比一原版(毕业证书)意大利米兰理工大学毕业证学位证可查学历认证一比一原版(毕业证书)意大利米兰理工大学毕业证学位证可查学历认证
一比一原版(毕业证书)意大利米兰理工大学毕业证学位证可查学历认证
 

Over view of html

  • 2.
  • 3.
  • 4. Prepapred By; Keith B. Manatad What is HTML?
  • 5. HTML is an ASCII text file that contains embedded HTML tags. On a UNIX server, it typically has a filename extension of .html . In general, the HTML tags are used to identify the structure of the document and to identify hyperlinks (to be highlighted) and their associated URLs. HTML identifies the structure of the document and it suggests the layout of the document. The display capabilities of the Web browser determine the appearance of the HTML document on the screeen.
  • 6.
  • 7. The most basic element in the HTML document is the paragraph. The Web browser flows all the contents of the paragraph together from left to right and from top to bottom given the current window or display size. This is called autoflowing. How you break lines in that paragraph in the HTML is irrelevant when that page is displayed by a Web browser.The Web browser wraps anything that doesn't fit on the current line, putting it on the next line. For example, a paragraph that displays six lines long on an 8-inch wide window rewraps to be about 12 lines long if the user resizes the Web browser window to be half as wide. This is called autowrapping. Your document will be read by both graphical and character- based Web browsers. Furthermore, there will be display differences with graphical Web browsers given different screen resolutions. So just because one browser breaks a line at one place, that doesn't mean others will do so at the same place.
  • 8. Using HTML you can identify:  The title of the document  The hierarchical structure of the document with header levels and section names  Bulleted, numbered, and nested lists  Insertion points for graphics  Special emphasis for key words or phrases  Preformatted areas of the document  Hyperlinks and associated URLsThese things all depend on the browser, which may allow the user to control them.
  • 9. HTML cannot control the:  Typeface used for any document component  Point size of any specific font  Width or height of the screen  Centering, spacing, or line breaks of information, except in preformatted text.  Background, foreground, or highlight colors These things all depend on the browser, which may allow the user to control them.
  • 10. HTML Tag Syntax HTML tags are encapsulated within less-than (<) and greater-than (>) brackets. Some of the tags are single- element tags that can stand by themselves. These are referred to as standalone tags. The syntax is simple:<tag> The most common standalone tag is <P>, which ends a paragraph.
  • 11. Other tags are used in pairs. The beginning tag tells the Web browser to start the tag function and the ending tag tells the Web browser to stop. The ending tag is created by adding a forward slash (/) to the beginning tag. The syntax is: <tag>object</tag>
  • 12. Document Construction Guidelines Now let's look at the three tagging pairs used to create the highest level of structure in an HTML document: <HTML> entire HTML document </HTML> <HEAD> document header information </HEAD> <BODY> body of the HTML document </BODY> The following is a skeletal HTML document that shows the required nesting of these three tagging pairs:<HTML> <HEAD> Head elements </HEAD> <BODY> Body elements and content </BODY> </HTML> Remember that physical layout in an HTML document, like indentation and line breaks, is meaningless to Web browsers. So you can format your HTML according to your own preferences.
  • 13. <!DOCTYPE html> <html> <head> <title>Paragraph Example</title> </head> <body> <p>Here is a first paragraph of text.</p> <p>Here is a second paragraph of text.</p> <p>Here is a third paragraph of text.</p> </body> </html> Give the HTML Attributes of its uses