SlideShare a Scribd company logo
1 of 23
Nitec in Social Media & Web Development   IT2031PA




                   Web Authoring

                     Topic 2 –
            HyperText Markup Language
Objectives
Students should able to:
1. Explain what is HTML.

2. Use tools (Notepad) to create a
   simple webpage with HTML Tags.
3. Explain structure of an HTML
   document
What is Markup Language?

In traditional publishing, the manuscript
is annotated with layout instructions for
the typesetter.

These hand-written annotations are
called markup.
What is Markup Language?

A Markup language describes the layout
or structure of a document using
instructions embedded within it.
Hyper Text Markup Language
HTML is the backbone of the web, the
skeleton of your web page.
Like the bones in your body, it is the
structure and substance of the Internet,
although it is usually unseen except by
the web designer.

Without it, the web would not exist.
Hyper Text Markup Language

You only need a simple text editor,
notepad to create HTML documents.

The default file extension is .html
XML/XHTML

XML is used to create structured data.

XHTML is written in XML syntax

XHTML lets you check quickly that a
web page is correctly formed and does
not contain any coding errors.
HTML5

HTML5, the fifth edition of HTML, is
currently in draft form and is expected to
remain so for several years while the
final details are worked out.

HTML5 is distinguished in two main
categories: structure and media
HTML5

HTML 5 offers specific <header> and
<footer> tags, as well as ones for
content such as <article> and
<summary>.

HTML5 contains numerous other
structural elements for handling figures,
forms and navigation as well.
HTML5

HTML5 includes native support for
playing video and audio through the
<video> and <audio> tags
respectively, as well as static and
animated vector graphics via the
<canvas> tag.
DOCTYPES
There are three possible DOCTYPE
declarations:
- Strict
<!DOCTYPE html PUBLIC “-//W3C//DTD HTML
4.01//EN” http://www.w3.org/TR/html4/strict.dtd>

- Transitional
 <!DOCTYPE html PUBLIC “-//W3C//DTD HTML 4.01
Transitional//EN”
http://www.w3.org/TR/html4/loose.dtd>
DOCTYPES

There are three possible DOCTYPE
declarations:
- Frameset
<!DOCTYPE html PUBLIC “-//W3C//DTD HTML 4.01
Frameset//EN”
    http://www.w3.org/TR/html4/frameset.dtd>
HTML Tags
Tag is the most basic markup element in
HTML

HTML uses tags to designate formats,
styles or logical and structural
information on web pages.

Tags are denoted in < >, such as <html>
HTML Tags
HTML Template
<html>
    <head>
       <Title> An Example </Title>
    </head>
    <body>
        This is a HTML lesson.
    </body>
</html>
Tag Attribute
Tag can takes attributes that define
properties or special information about
the tag.
<H1 style="text-align:center">
Heading 1
</H1>
Attributes can only appear in the
opening tag of a tag pair.
More Tags
Paragraphs <p>
<p> This is my first paragraph
</p>
<p> This is my second paragraph
</p>
Line Break <br>
ITE College West<br>
1, Choa Chu Kang Grove<br>
More Tags
Attributes are case insensitive. But
some attributes values are case
insensitive.
<IMG SRC=“filename.gif”>

<!--Your Comments Here-->
Review Questions

1. What programs can open HTML files?


HTML is a plain-text language that can
be opened and edited in any
               text editor
and viewed in any
             web browser.
Review Questions

2. What does a markup language do?


It places tags contained within brackets
< > around plain-text content to pass
information concerning structure and
formatting from one application to
another.
Review Questions

3. HTML is comprised of how many
code elements?

Less than 100 codes are defined in the
HTML specifications.
Review Questions
4. What are the three main parts of most
web pages?




Most web pages are composed of three
sections: a root, head, and body.
Review Questions
5. What’s the difference between a
block and inline element?


A block element creates a stand-alone
element. An inline element can exist
within another element.

More Related Content

What's hot

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 BeginnersRasin Bekkevold
 
Introduction to basic HTML [Librarian edition]
Introduction to basic HTML [Librarian edition]Introduction to basic HTML [Librarian edition]
Introduction to basic HTML [Librarian edition]Kosie Eloff
 
Hypertext markup language (html)
Hypertext markup language (html)Hypertext markup language (html)
Hypertext markup language (html)Aksa Sahi
 
Html For Beginners 2
Html For Beginners 2Html For Beginners 2
Html For Beginners 2Sriram Raj
 
INTRODUCTION TO HTML
INTRODUCTION TO HTMLINTRODUCTION TO HTML
INTRODUCTION TO HTMLbwire sedrick
 
HTML (Hyper Text Markup Language)
HTML (Hyper Text Markup Language)HTML (Hyper Text Markup Language)
HTML (Hyper Text Markup Language)actanimation
 
Lecture 2 introduction to html basics
Lecture 2 introduction to html basicsLecture 2 introduction to html basics
Lecture 2 introduction to html basicsAliMUSSA3
 
Introduction to html fundamental concepts
Introduction to html fundamental conceptsIntroduction to html fundamental concepts
Introduction to html fundamental conceptsTsebo Shaun Masilo
 
HTML- Hyper Text Markup Language
HTML- Hyper Text Markup LanguageHTML- Hyper Text Markup Language
HTML- Hyper Text Markup LanguageTrinity Dwarka
 
Html for beginners part I
Html for beginners part IHtml for beginners part I
Html for beginners part IUnaib Aslam
 

What's hot (20)

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
 
Html Concept
Html ConceptHtml Concept
Html Concept
 
Introduction to basic HTML [Librarian edition]
Introduction to basic HTML [Librarian edition]Introduction to basic HTML [Librarian edition]
Introduction to basic HTML [Librarian edition]
 
Hypertext markup language (html)
Hypertext markup language (html)Hypertext markup language (html)
Hypertext markup language (html)
 
Xhtml
XhtmlXhtml
Xhtml
 
Html For Beginners 2
Html For Beginners 2Html For Beginners 2
Html For Beginners 2
 
HTML
HTMLHTML
HTML
 
Html
HtmlHtml
Html
 
INTRODUCTION TO HTML
INTRODUCTION TO HTMLINTRODUCTION TO HTML
INTRODUCTION TO HTML
 
HTML (Hyper Text Markup Language)
HTML (Hyper Text Markup Language)HTML (Hyper Text Markup Language)
HTML (Hyper Text Markup Language)
 
Html
HtmlHtml
Html
 
Lecture 2 introduction to html basics
Lecture 2 introduction to html basicsLecture 2 introduction to html basics
Lecture 2 introduction to html basics
 
Html and dhtml
Html and dhtmlHtml and dhtml
Html and dhtml
 
Basic html
Basic htmlBasic html
Basic html
 
Introduction to html fundamental concepts
Introduction to html fundamental conceptsIntroduction to html fundamental concepts
Introduction to html fundamental concepts
 
HTML- Hyper Text Markup Language
HTML- Hyper Text Markup LanguageHTML- Hyper Text Markup Language
HTML- Hyper Text Markup Language
 
HTML and DHTML
HTML and DHTMLHTML and DHTML
HTML and DHTML
 
Html for beginners part I
Html for beginners part IHtml for beginners part I
Html for beginners part I
 
Basic HTML
Basic HTMLBasic HTML
Basic HTML
 
Html tag
Html tagHtml tag
Html tag
 

Viewers also liked

Web topic 10 2 web design basics
Web topic 10 2  web design basicsWeb topic 10 2  web design basics
Web topic 10 2 web design basicsCK Yang
 
Web topic 8 listings in html
Web topic 8  listings in htmlWeb topic 8  listings in html
Web topic 8 listings in htmlCK Yang
 
Web topic 4 style in html
Web topic 4  style in htmlWeb topic 4  style in html
Web topic 4 style in htmlCK Yang
 
Web topic 5 text formatting
Web topic 5  text formattingWeb topic 5  text formatting
Web topic 5 text formattingCK Yang
 
Web topic 9 navigation and link
Web topic 9  navigation and linkWeb topic 9  navigation and link
Web topic 9 navigation and linkCK Yang
 
Web topic 12 tables in html
Web topic 12  tables in htmlWeb topic 12  tables in html
Web topic 12 tables in htmlCK Yang
 
Web topic 7 html tags for links
Web topic 7  html tags for linksWeb topic 7  html tags for links
Web topic 7 html tags for linksCK Yang
 
Web topic 29 w3 c page validation
Web topic 29  w3 c page validationWeb topic 29  w3 c page validation
Web topic 29 w3 c page validationCK Yang
 
Web topic 29 w3 c page validation
Web topic 29  w3 c page validationWeb topic 29  w3 c page validation
Web topic 29 w3 c page validationCK Yang
 
Web topic 14 cascading style sheets
Web topic 14  cascading style sheetsWeb topic 14  cascading style sheets
Web topic 14 cascading style sheetsCK Yang
 
Web topic 28. w3 c standards and guidelines
Web topic 28. w3 c standards and guidelinesWeb topic 28. w3 c standards and guidelines
Web topic 28. w3 c standards and guidelinesCK Yang
 
Web topic 24 usage of web browser
Web topic 24  usage of web browserWeb topic 24  usage of web browser
Web topic 24 usage of web browserCK Yang
 
Web topic 23 web accessibility
Web topic 23  web accessibilityWeb topic 23  web accessibility
Web topic 23 web accessibilityCK Yang
 
Web topic 30 ensure web contents meet
Web topic 30   ensure web contents meetWeb topic 30   ensure web contents meet
Web topic 30 ensure web contents meetCK Yang
 
Web topic 25 mobile optimized website
Web topic 25  mobile optimized websiteWeb topic 25  mobile optimized website
Web topic 25 mobile optimized websiteCK Yang
 
Web topic 15 1 basic css layout
Web topic 15 1  basic css layoutWeb topic 15 1  basic css layout
Web topic 15 1 basic css layoutCK Yang
 
Web topic 32 validate web contents
Web topic 32  validate web contentsWeb topic 32  validate web contents
Web topic 32 validate web contentsCK Yang
 
Web topic 3 html format tags
Web topic 3  html format tagsWeb topic 3  html format tags
Web topic 3 html format tagsCK Yang
 
Web topic 1 internet
Web topic 1  internetWeb topic 1  internet
Web topic 1 internetCK Yang
 
Web topic 26 browser compatibilty and security
Web topic 26  browser compatibilty and securityWeb topic 26  browser compatibilty and security
Web topic 26 browser compatibilty and securityCK Yang
 

Viewers also liked (20)

Web topic 10 2 web design basics
Web topic 10 2  web design basicsWeb topic 10 2  web design basics
Web topic 10 2 web design basics
 
Web topic 8 listings in html
Web topic 8  listings in htmlWeb topic 8  listings in html
Web topic 8 listings in html
 
Web topic 4 style in html
Web topic 4  style in htmlWeb topic 4  style in html
Web topic 4 style in html
 
Web topic 5 text formatting
Web topic 5  text formattingWeb topic 5  text formatting
Web topic 5 text formatting
 
Web topic 9 navigation and link
Web topic 9  navigation and linkWeb topic 9  navigation and link
Web topic 9 navigation and link
 
Web topic 12 tables in html
Web topic 12  tables in htmlWeb topic 12  tables in html
Web topic 12 tables in html
 
Web topic 7 html tags for links
Web topic 7  html tags for linksWeb topic 7  html tags for links
Web topic 7 html tags for links
 
Web topic 29 w3 c page validation
Web topic 29  w3 c page validationWeb topic 29  w3 c page validation
Web topic 29 w3 c page validation
 
Web topic 29 w3 c page validation
Web topic 29  w3 c page validationWeb topic 29  w3 c page validation
Web topic 29 w3 c page validation
 
Web topic 14 cascading style sheets
Web topic 14  cascading style sheetsWeb topic 14  cascading style sheets
Web topic 14 cascading style sheets
 
Web topic 28. w3 c standards and guidelines
Web topic 28. w3 c standards and guidelinesWeb topic 28. w3 c standards and guidelines
Web topic 28. w3 c standards and guidelines
 
Web topic 24 usage of web browser
Web topic 24  usage of web browserWeb topic 24  usage of web browser
Web topic 24 usage of web browser
 
Web topic 23 web accessibility
Web topic 23  web accessibilityWeb topic 23  web accessibility
Web topic 23 web accessibility
 
Web topic 30 ensure web contents meet
Web topic 30   ensure web contents meetWeb topic 30   ensure web contents meet
Web topic 30 ensure web contents meet
 
Web topic 25 mobile optimized website
Web topic 25  mobile optimized websiteWeb topic 25  mobile optimized website
Web topic 25 mobile optimized website
 
Web topic 15 1 basic css layout
Web topic 15 1  basic css layoutWeb topic 15 1  basic css layout
Web topic 15 1 basic css layout
 
Web topic 32 validate web contents
Web topic 32  validate web contentsWeb topic 32  validate web contents
Web topic 32 validate web contents
 
Web topic 3 html format tags
Web topic 3  html format tagsWeb topic 3  html format tags
Web topic 3 html format tags
 
Web topic 1 internet
Web topic 1  internetWeb topic 1  internet
Web topic 1 internet
 
Web topic 26 browser compatibilty and security
Web topic 26  browser compatibilty and securityWeb topic 26  browser compatibilty and security
Web topic 26 browser compatibilty and security
 

Similar to Web topic 2 html

Grade 7_HTML.pptx
Grade 7_HTML.pptxGrade 7_HTML.pptx
Grade 7_HTML.pptxshilpak0307
 
WT Module-1.pdf
WT Module-1.pdfWT Module-1.pdf
WT Module-1.pdfRamyaH11
 
introdution-to-html.ppt coding programming
introdution-to-html.ppt coding programmingintrodution-to-html.ppt coding programming
introdution-to-html.ppt coding programmingprogramizconsultancy
 
ITEC229_Chapter2_new.ppt
ITEC229_Chapter2_new.pptITEC229_Chapter2_new.ppt
ITEC229_Chapter2_new.pptDowntownWannabe
 
CreatingWebPages-Part1.ppt
CreatingWebPages-Part1.pptCreatingWebPages-Part1.ppt
CreatingWebPages-Part1.pptHamzaAhmad861123
 
PHP Training in Chandigarh
PHP Training in ChandigarhPHP Training in Chandigarh
PHP Training in ChandigarhWebcom Incorp
 
WEB MODULE 1.pdf
WEB MODULE 1.pdfWEB MODULE 1.pdf
WEB MODULE 1.pdfDeepika A B
 
CSE-HTML-PPT.pptx
CSE-HTML-PPT.pptxCSE-HTML-PPT.pptx
CSE-HTML-PPT.pptxAmbika S
 
Internet programming notes
Internet programming notesInternet programming notes
Internet programming notesDurgadevi palani
 
HTML element is everything between the start tag and the end tag
HTML element is everything between the start tag and the end tagHTML element is everything between the start tag and the end tag
HTML element is everything between the start tag and the end tagssuser6478a8
 
Vskills certified html5 developer Notes
Vskills certified html5 developer NotesVskills certified html5 developer Notes
Vskills certified html5 developer NotesVskills
 

Similar to Web topic 2 html (20)

Grade 7_HTML.pptx
Grade 7_HTML.pptxGrade 7_HTML.pptx
Grade 7_HTML.pptx
 
Grade 10 COMPUTER
Grade 10 COMPUTERGrade 10 COMPUTER
Grade 10 COMPUTER
 
WT Module-1.pdf
WT Module-1.pdfWT Module-1.pdf
WT Module-1.pdf
 
Html
HtmlHtml
Html
 
introdution-to-html.ppt coding programming
introdution-to-html.ppt coding programmingintrodution-to-html.ppt coding programming
introdution-to-html.ppt coding programming
 
Html basics
Html basicsHtml basics
Html basics
 
Html - Tutorial
Html - TutorialHtml - Tutorial
Html - Tutorial
 
Html.pptx
Html.pptxHtml.pptx
Html.pptx
 
ITEC229_Chapter2_new.ppt
ITEC229_Chapter2_new.pptITEC229_Chapter2_new.ppt
ITEC229_Chapter2_new.ppt
 
CreatingWebPages-Part1.ppt
CreatingWebPages-Part1.pptCreatingWebPages-Part1.ppt
CreatingWebPages-Part1.ppt
 
PHP Training in Chandigarh
PHP Training in ChandigarhPHP Training in Chandigarh
PHP Training in Chandigarh
 
WEB MODULE 1.pdf
WEB MODULE 1.pdfWEB MODULE 1.pdf
WEB MODULE 1.pdf
 
CSE-HTML-PPT.pptx
CSE-HTML-PPT.pptxCSE-HTML-PPT.pptx
CSE-HTML-PPT.pptx
 
Internet programming notes
Internet programming notesInternet programming notes
Internet programming notes
 
Html5
Html5Html5
Html5
 
Html5
Html5Html5
Html5
 
Module 1
Module 1Module 1
Module 1
 
Introduction to HTML.pptx
Introduction to HTML.pptxIntroduction to HTML.pptx
Introduction to HTML.pptx
 
HTML element is everything between the start tag and the end tag
HTML element is everything between the start tag and the end tagHTML element is everything between the start tag and the end tag
HTML element is everything between the start tag and the end tag
 
Vskills certified html5 developer Notes
Vskills certified html5 developer NotesVskills certified html5 developer Notes
Vskills certified html5 developer Notes
 

More from CK Yang

Web topic 27 class test
Web topic 27  class testWeb topic 27  class test
Web topic 27 class testCK Yang
 
Web topic 33 publish websites
Web topic 33  publish websitesWeb topic 33  publish websites
Web topic 33 publish websitesCK Yang
 
Web topic 31 setup remote site
Web topic 31  setup remote siteWeb topic 31  setup remote site
Web topic 31 setup remote siteCK Yang
 
Web topic 22 validation on web forms
Web topic 22  validation on web formsWeb topic 22  validation on web forms
Web topic 22 validation on web formsCK Yang
 
Web topic 21 pass info via javascript
Web topic 21  pass info via javascriptWeb topic 21  pass info via javascript
Web topic 21 pass info via javascriptCK Yang
 
Web topic 20 2 html forms
Web topic 20 2  html formsWeb topic 20 2  html forms
Web topic 20 2 html formsCK Yang
 
Web topic 20 1 html forms
Web topic 20 1  html formsWeb topic 20 1  html forms
Web topic 20 1 html formsCK Yang
 
Web topic 18 conflict resolution in css
Web topic 18  conflict resolution in cssWeb topic 18  conflict resolution in css
Web topic 18 conflict resolution in cssCK Yang
 
Web topic 17 font family in css
Web topic 17  font family in cssWeb topic 17  font family in css
Web topic 17 font family in cssCK Yang
 
Web topic 16 css workflow
Web topic 16  css workflowWeb topic 16  css workflow
Web topic 16 css workflowCK Yang
 
Web topic 15 2 basic css layout
Web topic 15 2  basic css layoutWeb topic 15 2  basic css layout
Web topic 15 2 basic css layoutCK Yang
 
Web topic 13 html validation tools
Web topic 13  html validation toolsWeb topic 13  html validation tools
Web topic 13 html validation toolsCK Yang
 
Web topic 11 importance of html validation
Web topic 11  importance of html validationWeb topic 11  importance of html validation
Web topic 11 importance of html validationCK Yang
 

More from CK Yang (13)

Web topic 27 class test
Web topic 27  class testWeb topic 27  class test
Web topic 27 class test
 
Web topic 33 publish websites
Web topic 33  publish websitesWeb topic 33  publish websites
Web topic 33 publish websites
 
Web topic 31 setup remote site
Web topic 31  setup remote siteWeb topic 31  setup remote site
Web topic 31 setup remote site
 
Web topic 22 validation on web forms
Web topic 22  validation on web formsWeb topic 22  validation on web forms
Web topic 22 validation on web forms
 
Web topic 21 pass info via javascript
Web topic 21  pass info via javascriptWeb topic 21  pass info via javascript
Web topic 21 pass info via javascript
 
Web topic 20 2 html forms
Web topic 20 2  html formsWeb topic 20 2  html forms
Web topic 20 2 html forms
 
Web topic 20 1 html forms
Web topic 20 1  html formsWeb topic 20 1  html forms
Web topic 20 1 html forms
 
Web topic 18 conflict resolution in css
Web topic 18  conflict resolution in cssWeb topic 18  conflict resolution in css
Web topic 18 conflict resolution in css
 
Web topic 17 font family in css
Web topic 17  font family in cssWeb topic 17  font family in css
Web topic 17 font family in css
 
Web topic 16 css workflow
Web topic 16  css workflowWeb topic 16  css workflow
Web topic 16 css workflow
 
Web topic 15 2 basic css layout
Web topic 15 2  basic css layoutWeb topic 15 2  basic css layout
Web topic 15 2 basic css layout
 
Web topic 13 html validation tools
Web topic 13  html validation toolsWeb topic 13  html validation tools
Web topic 13 html validation tools
 
Web topic 11 importance of html validation
Web topic 11  importance of html validationWeb topic 11  importance of html validation
Web topic 11 importance of html validation
 

Web topic 2 html

  • 1. Nitec in Social Media & Web Development IT2031PA Web Authoring Topic 2 – HyperText Markup Language
  • 2. Objectives Students should able to: 1. Explain what is HTML. 2. Use tools (Notepad) to create a simple webpage with HTML Tags. 3. Explain structure of an HTML document
  • 3. What is Markup Language? In traditional publishing, the manuscript is annotated with layout instructions for the typesetter. These hand-written annotations are called markup.
  • 4. What is Markup Language? A Markup language describes the layout or structure of a document using instructions embedded within it.
  • 5. Hyper Text Markup Language HTML is the backbone of the web, the skeleton of your web page. Like the bones in your body, it is the structure and substance of the Internet, although it is usually unseen except by the web designer. Without it, the web would not exist.
  • 6. Hyper Text Markup Language You only need a simple text editor, notepad to create HTML documents. The default file extension is .html
  • 7. XML/XHTML XML is used to create structured data. XHTML is written in XML syntax XHTML lets you check quickly that a web page is correctly formed and does not contain any coding errors.
  • 8. HTML5 HTML5, the fifth edition of HTML, is currently in draft form and is expected to remain so for several years while the final details are worked out. HTML5 is distinguished in two main categories: structure and media
  • 9. HTML5 HTML 5 offers specific <header> and <footer> tags, as well as ones for content such as <article> and <summary>. HTML5 contains numerous other structural elements for handling figures, forms and navigation as well.
  • 10. HTML5 HTML5 includes native support for playing video and audio through the <video> and <audio> tags respectively, as well as static and animated vector graphics via the <canvas> tag.
  • 11. DOCTYPES There are three possible DOCTYPE declarations: - Strict <!DOCTYPE html PUBLIC “-//W3C//DTD HTML 4.01//EN” http://www.w3.org/TR/html4/strict.dtd> - Transitional <!DOCTYPE html PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN” http://www.w3.org/TR/html4/loose.dtd>
  • 12. DOCTYPES There are three possible DOCTYPE declarations: - Frameset <!DOCTYPE html PUBLIC “-//W3C//DTD HTML 4.01 Frameset//EN” http://www.w3.org/TR/html4/frameset.dtd>
  • 13. HTML Tags Tag is the most basic markup element in HTML HTML uses tags to designate formats, styles or logical and structural information on web pages. Tags are denoted in < >, such as <html>
  • 15. HTML Template <html> <head> <Title> An Example </Title> </head> <body> This is a HTML lesson. </body> </html>
  • 16. Tag Attribute Tag can takes attributes that define properties or special information about the tag. <H1 style="text-align:center"> Heading 1 </H1> Attributes can only appear in the opening tag of a tag pair.
  • 17. More Tags Paragraphs <p> <p> This is my first paragraph </p> <p> This is my second paragraph </p> Line Break <br> ITE College West<br> 1, Choa Chu Kang Grove<br>
  • 18. More Tags Attributes are case insensitive. But some attributes values are case insensitive. <IMG SRC=“filename.gif”> <!--Your Comments Here-->
  • 19. Review Questions 1. What programs can open HTML files? HTML is a plain-text language that can be opened and edited in any text editor and viewed in any web browser.
  • 20. Review Questions 2. What does a markup language do? It places tags contained within brackets < > around plain-text content to pass information concerning structure and formatting from one application to another.
  • 21. Review Questions 3. HTML is comprised of how many code elements? Less than 100 codes are defined in the HTML specifications.
  • 22. Review Questions 4. What are the three main parts of most web pages? Most web pages are composed of three sections: a root, head, and body.
  • 23. Review Questions 5. What’s the difference between a block and inline element? A block element creates a stand-alone element. An inline element can exist within another element.