Font size
WorksheetsTECH ~ Final Test
Total questions: 39
Worksheet time: 19mins
What does HTML stand for?
HyperText Markup Language.
HyperTonation Markup Language
High Tension Mediation Language
What is the purpose of HTML in web development?
HTML is used to structure and organize content on a webpage.
HTML is used to code the back end of a website
HTML is used to read and run scripts for a website
What is the correct way to start an HTML document?
<BEGIN> followed by <HTML> tag
<!DOCTYPE html> followed by the <html> tag.
<START DOCUMENT> followed by <END DOCUMENT>
Which tag is used to create a hyperlink in HTML?
<hype> tag
<p> tag
<a> tag
How do you insert an image in an HTML document?
using the <i> tag
Using the <image> tag
Using the <h1> tag
Using the <img> tag
What tag is used to create a paragraph in HTML?
<para> tag
<start para> tag
<p> tag
<a> tag
How do you create an unordered list in HTML?
Using the <ol> tag, with each item inside an <li> tag.
Using the <ul> tag, with each item inside an <li> tag.
Using the <li> tags only
What tag is used for the largest heading in HTML?
<h large> tag
<h1> tag
<h2> tag
Which tag is used to create a table in HTML?
<table> tag
<t> tag
<start table> tag
<td> tag
How do you create a line break in HTML?
<line break> tag
<break line>
Using the <br> tag.
<start break> tag
What does CSS stand for?
Chemistry Science Standards
Create Style Sheet
Cascading Style Sheets.
What is the purpose of CSS in web development?
CSS is used to style and layout the content of a webpage.
CSS is used to run Javascript
CSS is used to structure and organize content on a webpage.
How do you link a CSS file to an HTML document?
Using the <link> tag within the <head> section, like <link rel="stylesheet" href="style.css">.
Using the <script> tag within the <head> section, like <script rel="stylesheet" href="style.css">.
A machine that works with information.
Phone
Charger
Telegraph
Computer
the information computers get from users, devices, or other computers
Output
Input
storage
Processing
the information computers give to users, devices, or other computers
Output
Computer
Process
Storage
The thinking work computers do to turn input into output.
Design
Input
Processing
Work
an early sample, model, or release of a product built to test a concept or process.
Design
Prototype
App
a plan or drawing produced to show the look and function or workings of a building, garment, or other object before it is built or made.
Client
Prototype
Design
The collected information about an individual across multiple websites on the Internet.
Copyright
CSS
Digital Footprint
Personal Inerweb
the part of a CSS rule-set that defines which HTML elements the style should be applied to
CSS
CSS Selector
Copyright
the exclusive legal right to print, publish, perform, film, or record literary, artistic, or musical material, and to authorize others to do the same
Legal Write
Heading
Website Content
Copyright
What is the first step of the problem solving process?
Prepare
Define
Reflect
Try
What part of the problem solving process involves brainstorming and researching?
Define
Prepare
Try
Reflect
When might you discover new problems during the problem solving process?
Define
Prepare
Try
Reflect
Hypertext Markup Language shortened is called
(a)
the main heading in a web document?
When working with color codes RGB stands for...
Green Red Purple
Red Great Blue
Red Green Blue
Blue Green Raspberry
Which set contains all of the DEFAULT tags needed to create a webpage?
<!DOCTYPE html>
<html>
<head>
</head>
<body>
</body>
</html>
<html>
<head>
</head>
<body>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
</head>
</html>
<!DOCTYPE html>
<html>
<head>
</head>
<body>
</body>
Which is the correct HTML tag for creating an unordered list?
<ul>
<uline>
<u>
<under>
HTML controls the _________ of a webpage.
feel
precision
structure
style
What does the tag "p style="color:" do
Changes the background color
Changes the font size
Changes the picture
Changes the Font Color
Does <ul> tag go on the HTML page or the CSS page?
HTML
CSS
