SlideShare a Scribd company logo
WEB DEVELOPMENT & DESIGN
FOUNDATIONS WITH HTML5
Chapter 2
Key Concepts

Copyright © Terry Felke-Morris

Wednesday, October 23, 13

1
HTML ELEMENTS
 containers

<p>Fourscore and 20 years ago...</p>
 empty elements

<hr>
<img src=”../images/anna.png”>

Copyright © Terry Felke-Morris

Wednesday, October 23, 13

4
WHAT IS HTML5 ?
Newest draft version of HTML/XHTML
Intended to be backwards compatible
Adds many new elements

Copyright © Terry Felke-Morris

Wednesday, October 23, 13

7
DOCUMENT TYPE DEFINITION

Document Type Definition

(DTD)
doctype statement
identifies the version of HTML contained

in your document.
placed at the top of a web page
document

Copyright © Terry Felke-Morris

Wednesday, October 23, 13

8
EXAMPLE HTML5 WEB PAGE
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Page Title Goes Here</title>
</head>
<body>
... body text and more HTML5 tags go here ...
</body>
</html>

Copyright © Terry Felke-Morris

Wednesday, October 23, 13

11
HEAD & BODY SECTIONS
Head Section

describes the document
<head>
…head section info goes here
</head>

Body Section

Contains the content
<body>
…body section info goes here
</body>

Copyright © Terry Felke-Morris

Wednesday, October 23, 13

12
TITLE ELEMENT
META ELEMENT

Copyright © Terry Felke-Morris

Wednesday, October 23, 13

13
THE HEADING ELEMENT

<h1>Heading Level 1</h1>
<h2>Heading Level 2</h2>
<h3>Heading Level 3</h3>
<h4>Heading Level 4</h4>
<h5>Heading Level 5</h5>
<h6>Heading Level 6</h6>

Copyright © Terry Felke-Morris

Wednesday, October 23, 13

14
PARAGRAPH ELEMENT
Paragraph element

<p> …paragraph goes here… </p>
 Configures a blank line above and below

the paragraph

=> block display elements
vs.
=> inline display elements

Copyright © Terry Felke-Morris

Wednesday, October 23, 13

15
LINE BREAK ELEMENT
Line Break element
 empty element
 XHTML syntax: <br />
 HTML syntax: <br>

…text goes here <br>
This starts on a new line….
 Causes the next element or text to display on a

new line

Copyright © Terry Felke-Morris

Wednesday, October 23, 13

16
BLOCKQUOTE ELEMENT
Blockquote element
Indents a block of text for special

emphasis

<blockquote>
…text goes here…
</blockquote>

Copyright © Terry Felke-Morris

Wednesday, October 23, 13

17
PHRASE ELEMENTS
 Indicate the context and meaning of the

text

Copyright © Terry Felke-Morris

Wednesday, October 23, 13

18
HTML LISTS
Unordered List
Ordered List
Description List
formerly called a definition list

Copyright © Terry Felke-Morris

Wednesday, October 23, 13

19
UNORDERED LIST EXAMPLE
<ul>
<li>TCP</li>
<li>IP</li>
<li>HTTP</li>
<li>FTP</li>
</ul>

Copyright © Terry Felke-Morris

Wednesday, October 23, 13

21
ORDERED LIST EXAMPLE
<ol>
<li>Apply to school</li>
<li>Register for course</li>
<li>Pay tuition</li>
<li>Attend course</li>
</ol>

Copyright © Terry Felke-Morris

Wednesday, October 23, 13

23
DESCRIPTION LIST EXAMPLE
<dl>
<dt>IP</dt>
<dd>Internet Protocol</dd>
<dt>TCP</dt>
<dd>Transmission Control Protocol</dd>
</dl>

Copyright © Terry Felke-Morris

Wednesday, October 23, 13

25
SPECIAL CHARACTERS
 Display special characters such as

quotes, copyright symbol, etc.


 












Character
© 

<
>
&


Copyright © Terry Felke-Morris

Wednesday, October 23, 13


 Code
&copy;
&lt;
&gt;

 &amp;

 &nbsp;

27
DIV ELEMENT
Configures a structural block or “division”

on a web page with empty space above
and below.
Can contain other block display elements

(including div elements)
<div>Home Services Contact</div>

Copyright © Terry Felke-Morris

Wednesday, October 23, 13

28
ANCHOR ELEMENT
 hyperlink

<a href="contact.html">Contact Us</a>
^ landing page
^anchor text

Copyright © Terry Felke-Morris

Wednesday, October 23, 13

29
ABSOLUTE & RELATIVE HYPERLINKS
Absolute link
 Link to other websites

<a href="http://yahoo.com">Yahoo</a>
Relative link
 Link to pages on your own site

<a href="index.htm">Home</a>

Copyright © Terry Felke-Morris

Wednesday, October 23, 13

30
WRITING VALID HTML
Check your code for syntax

errors
Valid code 
displays the same in all
browsers
W3C HTML Validation Tool
 http://validator.w3.org

Copyright © Terry Felke-Morris

Wednesday, October 23, 13

34
WRITING VALID HTML
Hands On Practice, 2.8, p. 43
 http://validator.w3.org

Copyright © Terry Felke-Morris

Wednesday, October 23, 13

34
Ch. 2 Assessment:
Learning Outcomes - Know the following

Copyright © Terry Felke-Morris

Wednesday, October 23, 13

35

More Related Content

PPT
Chapter 1 - Web Design
PPTX
Chapter1
PPT
Chapter1
PPTX
Internet and computer are your future
PDF
How the Web Works
PPT
Uta005 lecture1
PPT
ccLearn And The Infrastructure Of OER
PPTX
Evolution of the World Wide Web
Chapter 1 - Web Design
Chapter1
Chapter1
Internet and computer are your future
How the Web Works
Uta005 lecture1
ccLearn And The Infrastructure Of OER
Evolution of the World Wide Web

What's hot (20)

PDF
PPTX
The internet
PPTX
The Internet and World Wide Web
PDF
Why Portability matters (full presentation)
PPT
The internet and www
PPTX
WWW, Website & Webpage
PDF
Web acronyms
PPTX
Internet and WWW
PDF
Web 3.0: What's Next
PPT
Basic Web Concepts
PPTX
ICT, Internet and WWW
PPSX
Internet basic
PPTX
Internet basics
PDF
Where is the Internet? (2019 Edition)
PPTX
web2.0 - computer networks
PPTX
Internet
PPS
2 internet essentials
DOCX
New microsoft-word-document1
PPTX
Future SEO Vistas 2012
The internet
The Internet and World Wide Web
Why Portability matters (full presentation)
The internet and www
WWW, Website & Webpage
Web acronyms
Internet and WWW
Web 3.0: What's Next
Basic Web Concepts
ICT, Internet and WWW
Internet basic
Internet basics
Where is the Internet? (2019 Edition)
web2.0 - computer networks
Internet
2 internet essentials
New microsoft-word-document1
Future SEO Vistas 2012
Ad

Viewers also liked (20)

PPT
Direct marketing of agriculture produce Training Program at Barabanki
PPT
Lawrence house funds
PPT
The function of the heart
PDF
Ch. 17 FIT5, CIS 110 13F
PDF
Rac lecture 4
PPT
Eligibility Criteria for Agri Consultants
PPT
Paccific Agro Lucknow Pvt Ltd.
PDF
Ch. 1 HTML5, CIS 110 13F
PPT
Manpower || Paccific Agro Lucknow Pvt Ltd.
PPT
Разумное потребление тепла.
PPTX
Осознанное потребление.
PPT
2484615
PDF
Ch. 8 FIT5, CIS 110 13F
PDF
Rac lecture 5
PPTX
Rtdna facebook 082313_final
PDF
TAR Lazio: il Ministro dell'Interno ed il Prefetto non possono annullare le t...
PPTX
Naina gupta ; compensation plan in indian airways
PDF
Ch. 4 FIT5, CIS 110 13F
DOC
Layer session
DOCX
Práctica cero a la oportunidad de empresa
Direct marketing of agriculture produce Training Program at Barabanki
Lawrence house funds
The function of the heart
Ch. 17 FIT5, CIS 110 13F
Rac lecture 4
Eligibility Criteria for Agri Consultants
Paccific Agro Lucknow Pvt Ltd.
Ch. 1 HTML5, CIS 110 13F
Manpower || Paccific Agro Lucknow Pvt Ltd.
Разумное потребление тепла.
Осознанное потребление.
2484615
Ch. 8 FIT5, CIS 110 13F
Rac lecture 5
Rtdna facebook 082313_final
TAR Lazio: il Ministro dell'Interno ed il Prefetto non possono annullare le t...
Naina gupta ; compensation plan in indian airways
Ch. 4 FIT5, CIS 110 13F
Layer session
Práctica cero a la oportunidad de empresa
Ad

Similar to Ch. 2 HTML5, CIS 110 13F (20)

PPT
Chapter2
PDF
Ch. 3 HTML5, CIS 110 13F
PDF
Basic of HTML
PDF
chapter-17-web-designing2.pdf
PDF
Web designing
PDF
WEB DESIGNING.pdf
PPTX
Html 5 Session 2
PPTX
DSC, html and CSS basics.pptx
PPTX
Hyper Text Markup Language, Cascading Style Sheet
PPTX
Hypertext Markup Language (HTML ) and Cascaded Style Sheet (CSS)
PPTX
Lec 2 Web.pptxLec 2 Web.pptxLec 2 Web.pptx
PDF
Html b smart
KEY
HTML/CSS Lecture 1
PDF
Lecture1_WT.pdf
PPT
chapter- 2 Basics of web design forcusing on html basics
PPTX
Introduction to HTML.pptx
PDF
Practicals it
PPT
Html5 tags
PPT
Chapter2
Ch. 3 HTML5, CIS 110 13F
Basic of HTML
chapter-17-web-designing2.pdf
Web designing
WEB DESIGNING.pdf
Html 5 Session 2
DSC, html and CSS basics.pptx
Hyper Text Markup Language, Cascading Style Sheet
Hypertext Markup Language (HTML ) and Cascaded Style Sheet (CSS)
Lec 2 Web.pptxLec 2 Web.pptxLec 2 Web.pptx
Html b smart
HTML/CSS Lecture 1
Lecture1_WT.pdf
chapter- 2 Basics of web design forcusing on html basics
Introduction to HTML.pptx
Practicals it
Html5 tags

More from mh-108 (7)

PDF
Ch. 16 Database Case Study: XML/XSLT
PDF
Ch. 15 FIT5, CIS 110 13F
PDF
Ch. 10 FIT5, CIS 110 13F
PDF
Ch. 12 FIT5, CIS 110 13F
PDF
Ch. 7 FIT5, CIS 110 13F
PDF
Ch. 3 FIT5, CIS 110 13F
PDF
FIT5 Ch. 5, CIS 110 13F
Ch. 16 Database Case Study: XML/XSLT
Ch. 15 FIT5, CIS 110 13F
Ch. 10 FIT5, CIS 110 13F
Ch. 12 FIT5, CIS 110 13F
Ch. 7 FIT5, CIS 110 13F
Ch. 3 FIT5, CIS 110 13F
FIT5 Ch. 5, CIS 110 13F

Recently uploaded (20)

PPTX
History, Philosophy and sociology of education (1).pptx
PDF
Indian roads congress 037 - 2012 Flexible pavement
PPTX
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
PDF
RTP_AR_KS1_Tutor's Guide_English [FOR REPRODUCTION].pdf
PPTX
Lesson notes of climatology university.
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PDF
Chinmaya Tiranga quiz Grand Finale.pdf
PDF
Weekly quiz Compilation Jan -July 25.pdf
PDF
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
PDF
Computing-Curriculum for Schools in Ghana
PPTX
UV-Visible spectroscopy..pptx UV-Visible Spectroscopy – Electronic Transition...
PDF
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
PDF
LDMMIA Reiki Yoga Finals Review Spring Summer
PDF
What if we spent less time fighting change, and more time building what’s rig...
PDF
SOIL: Factor, Horizon, Process, Classification, Degradation, Conservation
PDF
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
PDF
RMMM.pdf make it easy to upload and study
PDF
Empowerment Technology for Senior High School Guide
PDF
Complications of Minimal Access Surgery at WLH
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
History, Philosophy and sociology of education (1).pptx
Indian roads congress 037 - 2012 Flexible pavement
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
RTP_AR_KS1_Tutor's Guide_English [FOR REPRODUCTION].pdf
Lesson notes of climatology university.
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
Chinmaya Tiranga quiz Grand Finale.pdf
Weekly quiz Compilation Jan -July 25.pdf
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
Computing-Curriculum for Schools in Ghana
UV-Visible spectroscopy..pptx UV-Visible Spectroscopy – Electronic Transition...
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
LDMMIA Reiki Yoga Finals Review Spring Summer
What if we spent less time fighting change, and more time building what’s rig...
SOIL: Factor, Horizon, Process, Classification, Degradation, Conservation
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
RMMM.pdf make it easy to upload and study
Empowerment Technology for Senior High School Guide
Complications of Minimal Access Surgery at WLH
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...

Ch. 2 HTML5, CIS 110 13F

  • 1. WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 2 Key Concepts Copyright © Terry Felke-Morris Wednesday, October 23, 13 1
  • 2. HTML ELEMENTS  containers <p>Fourscore and 20 years ago...</p>  empty elements <hr> <img src=”../images/anna.png”> Copyright © Terry Felke-Morris Wednesday, October 23, 13 4
  • 3. WHAT IS HTML5 ? Newest draft version of HTML/XHTML Intended to be backwards compatible Adds many new elements Copyright © Terry Felke-Morris Wednesday, October 23, 13 7
  • 4. DOCUMENT TYPE DEFINITION Document Type Definition (DTD) doctype statement identifies the version of HTML contained in your document. placed at the top of a web page document Copyright © Terry Felke-Morris Wednesday, October 23, 13 8
  • 5. EXAMPLE HTML5 WEB PAGE <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Page Title Goes Here</title> </head> <body> ... body text and more HTML5 tags go here ... </body> </html> Copyright © Terry Felke-Morris Wednesday, October 23, 13 11
  • 6. HEAD & BODY SECTIONS Head Section describes the document <head> …head section info goes here </head> Body Section Contains the content <body> …body section info goes here </body> Copyright © Terry Felke-Morris Wednesday, October 23, 13 12
  • 7. TITLE ELEMENT META ELEMENT Copyright © Terry Felke-Morris Wednesday, October 23, 13 13
  • 8. THE HEADING ELEMENT <h1>Heading Level 1</h1> <h2>Heading Level 2</h2> <h3>Heading Level 3</h3> <h4>Heading Level 4</h4> <h5>Heading Level 5</h5> <h6>Heading Level 6</h6> Copyright © Terry Felke-Morris Wednesday, October 23, 13 14
  • 9. PARAGRAPH ELEMENT Paragraph element <p> …paragraph goes here… </p>  Configures a blank line above and below the paragraph => block display elements vs. => inline display elements Copyright © Terry Felke-Morris Wednesday, October 23, 13 15
  • 10. LINE BREAK ELEMENT Line Break element  empty element  XHTML syntax: <br />  HTML syntax: <br> …text goes here <br> This starts on a new line….  Causes the next element or text to display on a new line Copyright © Terry Felke-Morris Wednesday, October 23, 13 16
  • 11. BLOCKQUOTE ELEMENT Blockquote element Indents a block of text for special emphasis <blockquote> …text goes here… </blockquote> Copyright © Terry Felke-Morris Wednesday, October 23, 13 17
  • 12. PHRASE ELEMENTS  Indicate the context and meaning of the text Copyright © Terry Felke-Morris Wednesday, October 23, 13 18
  • 13. HTML LISTS Unordered List Ordered List Description List formerly called a definition list Copyright © Terry Felke-Morris Wednesday, October 23, 13 19
  • 15. ORDERED LIST EXAMPLE <ol> <li>Apply to school</li> <li>Register for course</li> <li>Pay tuition</li> <li>Attend course</li> </ol> Copyright © Terry Felke-Morris Wednesday, October 23, 13 23
  • 16. DESCRIPTION LIST EXAMPLE <dl> <dt>IP</dt> <dd>Internet Protocol</dd> <dt>TCP</dt> <dd>Transmission Control Protocol</dd> </dl> Copyright © Terry Felke-Morris Wednesday, October 23, 13 25
  • 17. SPECIAL CHARACTERS  Display special characters such as quotes, copyright symbol, etc. Character © < > & Copyright © Terry Felke-Morris Wednesday, October 23, 13 Code &copy; &lt; &gt; &amp; &nbsp; 27
  • 18. DIV ELEMENT Configures a structural block or “division” on a web page with empty space above and below. Can contain other block display elements (including div elements) <div>Home Services Contact</div> Copyright © Terry Felke-Morris Wednesday, October 23, 13 28
  • 19. ANCHOR ELEMENT  hyperlink <a href="contact.html">Contact Us</a> ^ landing page ^anchor text Copyright © Terry Felke-Morris Wednesday, October 23, 13 29
  • 20. ABSOLUTE & RELATIVE HYPERLINKS Absolute link  Link to other websites <a href="http://yahoo.com">Yahoo</a> Relative link  Link to pages on your own site <a href="index.htm">Home</a> Copyright © Terry Felke-Morris Wednesday, October 23, 13 30
  • 21. WRITING VALID HTML Check your code for syntax errors Valid code  displays the same in all browsers W3C HTML Validation Tool  http://validator.w3.org Copyright © Terry Felke-Morris Wednesday, October 23, 13 34
  • 22. WRITING VALID HTML Hands On Practice, 2.8, p. 43  http://validator.w3.org Copyright © Terry Felke-Morris Wednesday, October 23, 13 34
  • 23. Ch. 2 Assessment: Learning Outcomes - Know the following Copyright © Terry Felke-Morris Wednesday, October 23, 13 35