wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Computer Programming - Reviewer 1

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Which is the correct CSS syntax?

a)

Hyperlinks and Text Markup Language

b)

Hyperlinks and Text Markup Language

c)

Home Tool Markup Language

d)

Hyper Text Markup Language

2.

Choose the correct HTML element for the largest heading:

a)

<h7>

b)

<head>

c)

<h1>

d)

<HEADING>

3.

What is the correct HTML for inserting an image?

a)

<img src="picture101.gif" alt="MyImage">

b)

<image src=" picture101.gif" alt="MyImage">

c)

<img alt="MyImage">image.gif</img>

d)

<img href="image.gif" alt="MyImage">

4.

Who is making the Web standards?

a)

The World Wide Web Consortium

b)

Facebook

c)

Google

d)

Apple

5.

What does CSS stand for?

a)

Cascading Style Sheets

b)

Colorful Style Sheets

c)

Computer Style Sheets

d)

Creative Style Sheets

6.

What is the correct HTML for referring to an external style sheet?

a)

<style src="mystyle.css">

b)

<link rel="stylesheet" type="text/css" href="mystyle.css">

c)

<stylesheet>mystyle.css</stylesheet>

d)

<style></style>

7.

Which HTML tag is used to define an internal style sheet?

a)

<style>

b)

<script>

c)

<link>

d)

<css>

8.

Which is the correct CSS syntax?

a)

{body;color:black;}

b)

body {color: black;}

c)

{body:color=black;}

d)

body:color=black;

9.

 Inside which HTML element do we put the JavaScript?

a)

<script>

b)

<javascript>

c)

<scripting>

d)

<js>

10.

What is the correct syntax for referring to an external script called "bootstrap.js"?

a)

<script name=" bootstrap.js">

b)

<script src=" bootstrap.js">

c)

<script href=" bootstrap.js">

d)

<link rel=" bootstrap.js">