wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

DreamweaverCC_unit1

Total questions: 45

Worksheet time: 26mins

Name
Class
Date
1.

In order to define a site, users must create a both a ___________ and ____________.

a)

username / Password

b)

Email account / Bank account

c)

Site name / root folder

d)

Logo / PIN number

2.

 . _________________ folder is created on your local computer and stores the files you are currently working on.

a)

Local root Folder

b)

Remote Folder

c)

Local root Folder, Remote Folder

d)

None of these

3.

All available panels in Dreamweaver CC are in the ____ menu.

a)

design

b)

window

c)

graphic

d)

file

4.

Split view in Dreamweaver CC displays the website’s code and ________simultaneously

a)

design

b)

task

c)

filters

d)

graphics

5.

In Dreamweaver CC, blockquotes can be added and removed using respective buttons in the ._____________

a)

Property engine

b)

Properties panel

c)

Properties thumb mail

d)

none of the above

6.

A ____tag is used to open and close an unordered list, while an li tag is used for items in the list.

a)

css

b)

ul

c)

html

d)

all the above

7.

To create a table in our web page go to the ______ panel

a)

search

b)

top

c)

bottom

d)

insert

8.

This tag creates italics applied to text.

a)

HREF

b)

EM

c)

HTML

d)

UL

9.

These tags are used to create varying different headings within the document.

a)

HREF

b)

UM

c)

H1-H6

d)

HTML

10.

This tag defines specific cells within a table.

a)

UM

b)

TD

c)

UL

d)

TR

11.

This tag defines the rows of a table within the TABLE tag.

a)

LI

b)

UL

c)

TR

d)

UL

12.

This tag creates the area which the bulk of information is displayed.

a)

HEAD

b)

BODY

c)

TITLE

d)

H1-H6

13.

This tag holds information about the website not visible to the viewer

a)

TITLE

b)

BODY

c)

HEAD

d)

TR

14.

This tag defines lists.

a)

UL

b)

TR

c)

LI

d)

UM

15.

A tag which defines the parameters of a paragraph.

a)

LR

b)

P

c)

TR

d)

LI

16.

This tag creates bold text in the document

a)

TITLE

b)

HEAD

c)

BODY

d)

STRONG

17.
Each image placed on the web must comply with copyright rules.
a)
True
b)
False
18.
____ is the legal protection extended to the owners of original published and unpublished images and intellectual works.
a)
Copyright
b)
Private Stock
c)
Freelance
d)
Stockhold
19.

Which file name is correct

a)

strongBody

b)

Strong Body

c)

strong_body

d)

Strongbody

20.

What goes in the <head> section?

a)

visible content

b)

links

c)

<title></title>

d)

Bold text

21.

Where can you find the Code, Design, and Split view buttons?

a)

These buttons are components of the Document toolbar.

b)

All buttons are listed in the Window menu.

c)

They are found under file, button view

22.

--------------------------------is a language to create web pages.

a)

C+

b)

Java

c)

Html

d)

Any language

23.

Any web page written with Hyper Markup Language should start with ----------------------

a)

<body>

b)

<head>

c)

</html>

d)

<html>

24.

<title> is a ------------------------

a)

starting tag

b)

closing tag

c)

closing and starting tag in the same time.

25.

To add title to your web page should put a title between those tag.

a)

</ title><title>

b)

<title></ title>

c)

<head></ title>

d)

<title>?</ title>

26.

Fair use is....

a)

Use others work without their permission

b)

Use others work in a fair way

c)

Any and all others work could be used

d)

No factors should be taken into consideration

27.
Which Creative Commons condition does this symbol represent?
a)
Attibution
b)
NonCommercial
c)
NoDerivatives
d)
ShareAlike
28.

Intellectual Property is...

a)

Owning property of any kind.

b)

Ownership of something you create, which gives you the right to determine how others can use it.

c)

Thinking through what it means to own something.

d)

Signing a document that has to do with owning property.

29.
Which Creative Commons condition does this symbol represent?
a)
Attibution
b)
NonCommercial
c)
NoDerivatives
d)
ShareAlike
30.
Which Creative Commons condition does this symbol represent?
a)
Attibution
b)
NonCommercial
c)
NoDerivatives
d)
ShareAlike
31.
What License does this have?
a)
Attribution-Share Alike License
b)
Attribution-No Derivative Works License
c)
Attribution-Non Commercial-Share Alike License
d)
Attribution-Non commercial-No Derivative Works License
32.
What License does this have?
a)
Attribution-Share Alike License
b)
Attribution-No Derivative Works License
c)
Attribution-Non Commercial-Share Alike License
d)
Attribution-Non commercial-No Derivative Works License
33.

Jenny took a photo and wants to allow others to download it from her website and use it, even for commercial purposes, as long as they attribute her and do not alter the photo.Choose the license type that best suits Jenny’s purpose

a)
b)
c)
d)
34.

4. Alice wrote a poem and posted it to her blog. She doesn’t really care what others do with it, but wants credit for the original.

a)
b)
c)
d)
35.

When building a website, it is important to stay as _______ as possible.

a)

fixed

b)

clear

c)

organized

d)

confused

36.

Defines the document type

a)

<!DOCTYPE>

b)

<html>

c)

<title>

d)

<head>

37.

Creates a numbered list (Ordered List)

a)

<ul>

<li>

<li>

</ul>

b)

<ol>

<li>

<li>

</ol>

c)

<li>

</li>

d)

<p>

<li>

<li>

</p>

38.

the end code for the body is

a)

<,body>

b)

</body>

c)

</pbody>

39.

to end the webpage you must type the code

a)

</body>

b)

</html>

c)

</title>

d)

</hhtml>

40.

html refers to

a)

hyper text makup language

b)

hyper text markup language

c)

php

41.

Tag is used to insert images

a)

<img>

b)

<picture>

c)

<photo>

d)

<image>

42.

The correct way to use an h1 tag

a)

<h1>Hello</h1>

b)

<h1>"Hello

c)

{h1}Hello{/h1}

d)

<h1>Hello<h1>

43.
True or false: tags can be placed inside of other tags. 
a)
True
b)
False
44.
What is the structure of HTML
a)
html, head, title, body
b)
html, head, hr, body
c)
html, head, text, img
d)
html, title, body, text
45.
The <head> tag comes after the <body> tag - true or false?
a)
True
b)
False