Font size
WorksheetsWeb Development Fall Semester Exam
Total questions: 26
Worksheet time: 13mins
What does HTML stand for?
Hyperlink Test Mail Logo
HyperText Markup Language
Hardware Technology Maintenance
HardwareText Malware Language
Refers to the programs and scripts that work on the server "behind the scenes" to make web pages dynamic and interactive.
Backend
CSS
HTTP
Adobe
Which language is used to create web page "documents?"
CSS
Java
Adobe
HTML
What does CSS stand for?
Creative Style Sheets
Colorful Style Sheets
Computer Style Sheets
Cascading Style Sheets
Which is the correct CSS syntax?
body:color=black
{body;color:black}
{body:color=black(body}
body {color: black}
Which type of language describes how content should "look?"
Design
English
CSS
HTTP
What does RWD stand for?
Responsive Web Design
Red White Defined
Retroactive Wide Delay
Response Web Default
Which word is best defined as "a language used to describe how HTML elements should be styled"?
HTML
CSS
Tag
Heading
Which of these tasks are most appropriate for CSS? (Select all that apply)
Change the background color
Add an image
Add a link
change the font size
Add text
Who is making the Web standards?
Mozilla
Netscape
Microsoft
The World Wide Web Consortium
Which of the following elements most likely increase a website's trustworthiness
Posted anonymously
Sources are cited
Images are high quality
Lots of ads
Choose the correct HTML tag for the largest heading.
head
h1
h6
header
The page title is inside the tag.
Head
Body
Division
Table
Which CSS property configures the size of text?
Font-size
Inline
Figcaption
Opacity
Design principle: line up elements to create visual unity
Multimedia
Fluid
Alignment
Accessible
Which is correct for a ending tag?
</p>
<p/>
</p/>
<p>
Which has bigger letters?
<h3>
<h1>
<h6>
<h4>
The collected information about an individual across multiple websites on the Internet.
Website Structure
Heading
Digital Footprint
HTML Element
the exclusive legal right to print, publish, perform, film, or record literary, artistic, or musical material, and to authorize others to do the same
Copyright
Citation
Heading
Commons
A collection of public copyright licenses that enable the free distribution of an otherwise copyrighted work
creative copyright
intellectual property
website content
website structure
A work or invention that is the result of creativity, such as a piece of writing or a design, to which one has rights and for which one may apply for a patent, copyright, trademark, etc.
Creative commons
citation
website content
intellectual property
Opens a paragraph in HTML
<p>
</p>
<html>
<img>
Where in an HTML you put the main information
<ol>
<HTML>
<body>
<head>
Which of the following is a component of CSS style rule?
Selector
Property
Value
All of the Above
Which of these cannot be copyrighted?
Music
Art
Dance move
Books
This tag is used to add a Picture on your webpage
<img />
<insert image>
<pic />
<add image/>
