Font size
WorksheetsDreamweaverCC_unit1
Total questions: 45
Worksheet time: 26mins
In order to define a site, users must create a both a ___________ and ____________.
username / Password
Email account / Bank account
Site name / root folder
Logo / PIN number
. _________________ folder is created on your local computer and stores the files you are currently working on.
Local root Folder
Remote Folder
Local root Folder, Remote Folder
None of these
All available panels in Dreamweaver CC are in the ____ menu.
design
window
graphic
file
Split view in Dreamweaver CC displays the website’s code and ________simultaneously
design
task
filters
graphics
In Dreamweaver CC, blockquotes can be added and removed using respective buttons in the ._____________
Property engine
Properties panel
Properties thumb mail
none of the above
A ____tag is used to open and close an unordered list, while an li tag is used for items in the list.
css
ul
html
all the above
To create a table in our web page go to the ______ panel
search
top
bottom
insert
This tag creates italics applied to text.
HREF
EM
HTML
UL
These tags are used to create varying different headings within the document.
HREF
UM
H1-H6
HTML
This tag defines specific cells within a table.
UM
TD
UL
TR
This tag defines the rows of a table within the TABLE tag.
LI
UL
TR
UL
This tag creates the area which the bulk of information is displayed.
HEAD
BODY
TITLE
H1-H6
This tag holds information about the website not visible to the viewer
TITLE
BODY
HEAD
TR
This tag defines lists.
UL
TR
LI
UM
A tag which defines the parameters of a paragraph.
LR
P
TR
LI
This tag creates bold text in the document
TITLE
HEAD
BODY
STRONG
Which file name is correct
strongBody
Strong Body
strong_body
Strongbody
What goes in the <head> section?
visible content
links
<title></title>
Bold text
Where can you find the Code, Design, and Split view buttons?
These buttons are components of the Document toolbar.
All buttons are listed in the Window menu.
They are found under file, button view
--------------------------------is a language to create web pages.
C+
Java
Html
Any language
Any web page written with Hyper Markup Language should start with ----------------------
<body>
<head>
</html>
<html>
<title> is a ------------------------
starting tag
closing tag
closing and starting tag in the same time.
To add title to your web page should put a title between those tag.
</ title><title>
<title></ title>
<head></ title>
<title>?</ title>
Fair use is....
Use others work without their permission
Use others work in a fair way
Any and all others work could be used
No factors should be taken into consideration
Intellectual Property is...
Owning property of any kind.
Ownership of something you create, which gives you the right to determine how others can use it.
Thinking through what it means to own something.
Signing a document that has to do with owning property.
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
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.
When building a website, it is important to stay as _______ as possible.
fixed
clear
organized
confused
Defines the document type
<!DOCTYPE>
<html>
<title>
<head>
Creates a numbered list (Ordered List)
<ul>
<li>
<li>
</ul>
<ol>
<li>
<li>
</ol>
<li>
</li>
<p>
<li>
<li>
</p>
the end code for the body is
<,body>
</body>
</pbody>
to end the webpage you must type the code
</body>
</html>
</title>
</hhtml>
html refers to
hyper text makup language
hyper text markup language
php
Tag is used to insert images
<img>
<picture>
<photo>
<image>
The correct way to use an h1 tag
<h1>Hello</h1>
<h1>"Hello
{h1}Hello{/h1}
<h1>Hello<h1>
