WorksheetsBTS of Web Design: Lesson Recap
Total questions: 15
Worksheet time: 8mins
What does HTML stand for?
Hyper Text Markup Language
Hold Text Markup Language
Hype Text Mark Language
Hype Text Markup Language
Which heading tag displays the largest text?
h5
h4
h2
h6
What is the function of the tag below?
<title> this tag </title>
store meta information about the title
show the server how to index the website
stores the title of the website for the browser and search engine results
show the server how to title the website
</body>
indicates the ending or closing of the file's meat
file beginning
indicate the opening
file's closing
HTML tags are always surrounded by
( )
{ }
< >
" "
Which character is used to indicate an end tag?
/
^
*
<
Which tag contains ALL of the website's visible content?
head
title
body
start
What does CSS stand for?
Creative Style Sheets
Cascading Style Sheets
Colorful Style Spread
Computer Style Spread
What is the difference between HTML and CSS?
HTML is containing the content of the website. CSS is used to style the website.
HTML is used to style the website. CSS is containing the content of the website.
Which of the following is NOT one of the ways to write CSS?
Inline CSS
External CSS
Internal CSS
Exline CSS
Which of the following CSS way is not written in the HTML file, but written in a separate file instead?
Inline CSS
Internal CSS
External CSS
What is the missing code in the following line of code in order for us to connect a HTML file to a CSS file?
<link rel="__________" href="style.css">
stylesheet
sparkling
styling
stylingsheet
Select ONLY the CORRECT Bootstrap components.
Container
Cards
Jumbotron
Flyover
All the following are the advantages of using Bootstrap EXCEPT...
Speed up development time
Responsiveness
Consistency
Challenging for usage
All the following are TRUE about favicon EXCEPT...
A file of graphic image (icon) which is often related to a specific web page or website.
Used as a visual reminder of the website identity in the tabs.
Uploading preferred images to be made as favicon is not allowed.
