ITAA Unit 4: Using Dreamweaver

ITAA Unit 4: Using Dreamweaver

9th - 12th Grade

7 Qs

quiz-placeholder

Similar activities

Programming Knowledge Quiz (Medium)

Programming Knowledge Quiz (Medium)

5th Grade - Professional Development

10 Qs

REVIEW ACTIVITY

REVIEW ACTIVITY

10th Grade

10 Qs

JRDL - Intro to DOM

JRDL - Intro to DOM

6th Grade - Professional Development

12 Qs

HTML/CSS-Adding JS

HTML/CSS-Adding JS

12th Grade

12 Qs

Programação Front End - CSS avançado

Programação Front End - CSS avançado

11th Grade

10 Qs

Programação Front End - Conteúdo externo

Programação Front End - Conteúdo externo

11th Grade

10 Qs

Website Development - Lesson 13 - Retrieval

Website Development - Lesson 13 - Retrieval

11th Grade

10 Qs

S3 Web Design

S3 Web Design

9th - 12th Grade

10 Qs

ITAA Unit 4: Using Dreamweaver

ITAA Unit 4: Using Dreamweaver

Assessment

Quiz

Computers, Design, Business

9th - 12th Grade

Medium

Created by

Martin Sconduto

Used 17+ times

FREE Resource

7 questions

Show all answers

1.

DRAG AND DROP QUESTION

1 min • 1 pt

Media Image

What can you use the DOM Panel for? (a)  

Building HTML structure
Styling your page
Placing graphics

2.

DRAG AND DROP QUESTION

1 min • 1 pt

Media Image

The CSS Designer allows you to (a)  

Create styles on your webpage
Build your HTML structure
Make your navigation bar

3.

DRAG AND DROP QUESTION

1 min • 1 pt

When saving your work, Dreamweaver will save a (a)   file type.

.DW
.HTML
.CSS

4.

DROPDOWN QUESTION

1 min • 1 pt

Media Image

This panel allows you to place items in your webpage without coding by hand (a)  

DOM panel
CSS Designer panel
Properties panel
Insert panel

5.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

If Sally wants to change the font face, size, and color of all her <p> entries, she can..

Use the text section of the CSS designer

Use the DOM panel and create a <p> tag.

Write the CSS by hand in the <style> section

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Why did you need to understand what CSS and HTML were if Dreamweaver writes code for you?

Because the class is hard.

To help you think harder so you can get a good job later.

Because you'd have no idea how to create or manipulate anything.

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Why doesn't Dreamweaver create a special file (like a .DW) when you save your work?

Because your browser will remember your work.

Because you weren't taught how to make them.

Because web pages are read and drawn by browsers using code.