HTML and CSS
HTML and CSS Part 2
Webpage
Dreamweaver
Dreamweaver Part 2
100

The two sets of instructions are used to create and display a web page

What is HTML and CSS?

100

Cascading Style Sheets

What is what CSS stands for?

100

The first step to designing your own site

What is plan your content?

100

Used to create a Dreamweaver document

What is a new blank document, starter templates packaged with Dreamweaver, or template files made by someone else?

100

Lets you view documents and object properties

What is the Dreamweaver workspace?

200

The company that defines the web standards, or specifications, for HTML and CSS

What is the World Wide Web Consortium(W3C)?

200

Hypertext Markup Language

What is HTML?

200

A blueprint of a website that makes it easier for you and your team to collaborate during the design and planning stage

What is a wireframe?

200

Used to help set up your site in Dreamweaver

What is a folder structure with files and assets?

200

The most used connection for Dreamweaver websites

What is FTP?

300

Used to write HTML elements

What is opening and closing <element> </element> tags?

300

How CSS is used to change the appearance of the <h1> tag

What is the heading text is center-aligned?

300

What controls the structure and appearance of a web page

What is the page’s underlying code?

300

Page that allows visitors to view, edit, and add information stored in databases

What is a dynamic page?

300

Panel used to view and create files

What is the Files panel?

400

A common HTML tag

What is <h1>?

400

A way to style CSS documents in Dreamweaver

What is the CSS Designer panel?

400

The first thing you need when you’re ready to publish a website

What is a domain name, or web address?

400

How to add dynamic content to a page

What is simply dragging it onto the page?

400

Used to create responsive design

What is Bootstrap?

500

A language that works with HTML to apply a specific style and formatting to your web page

What is CSS?

500

Makes CSS cleaner and more organized

What is converting inline styles to CSS rules?

500

First step to web development using Dreamweaver

What is analyze the audience needs, technical, and marketing requirements?

500

How to see both your Code and Live views side-by-side

What is Split view?

500

USed to create adaptive websites in Dreamweaver

What are media queries?