HTML5, CSS3, and JavaScript Fourth Edition

(Ben Green) #1

CHAPTER 3. HEAD SETS THE STAGE 28


ter sets that might also be used instead of utf-8, but it is the most popular.


Exam Question 29(p.338):What HTML markup is used to specify our
character set?
Acceptable Answer:


3.5.2 Title


Required: title. Inside the head, we also need to specify the webpage
title. This is a required element in the head. It is specified like this:


our title goes here

Replace “our title goes here” with whatever we want our title to be.


Exam Question 30(p.338): What HTML markup is used to specify the
title of our webpage?
Acceptable Answer:...


3.5.3 Style


Optional: style.Inside the head, we can specify styles. This is called the
internal style sheet. It is done like this:



Exam Question 31(p.338): What HTML markup is used to create an
internal style sheet?
Acceptable Answer:


3.5.4 Scripts


If we are including any JavaScript in our webpage, part or all of it might be
included in the head.


Exam Question 32 (p.338): What HTML markup is used to identify
JavaScript?
Acceptable Answer:

Free download pdf