The two sets of instructions are used to create and display a web page
What is HTML and CSS?
Cascading Style Sheets
What is what CSS stands for?
The first step to designing your own site
What is plan your content?
Used to create a Dreamweaver document
What is a new blank document, starter templates packaged with Dreamweaver, or template files made by someone else?
Lets you view documents and object properties
What is the Dreamweaver workspace?
The company that defines the web standards, or specifications, for HTML and CSS
What is the World Wide Web Consortium(W3C)?
Hypertext Markup Language
What is HTML?
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?
Used to help set up your site in Dreamweaver
What is a folder structure with files and assets?
The most used connection for Dreamweaver websites
What is FTP?
Used to write HTML elements
What is opening and closing <element> </element> tags?
How CSS is used to change the appearance of the <h1> tag
What is the heading text is center-aligned?
What controls the structure and appearance of a web page
What is the page’s underlying code?
Page that allows visitors to view, edit, and add information stored in databases
What is a dynamic page?
Panel used to view and create files
What is the Files panel?
A common HTML tag
What is <h1>?
A way to style CSS documents in Dreamweaver
What is the CSS Designer panel?
The first thing you need when you’re ready to publish a website
What is a domain name, or web address?
How to add dynamic content to a page
What is simply dragging it onto the page?
Used to create responsive design
What is Bootstrap?
A language that works with HTML to apply a specific style and formatting to your web page
What is CSS?
Makes CSS cleaner and more organized
What is converting inline styles to CSS rules?
First step to web development using Dreamweaver
What is analyze the audience needs, technical, and marketing requirements?
How to see both your Code and Live views side-by-side
What is Split view?
USed to create adaptive websites in Dreamweaver
What are media queries?