Dreamweaver Flashcards
What are the 3 types of Design Tools
Layout diagram
Site Map
Storyboard
How do you create email links on webpages?
Attach CSS style sheet
Type onto page with Email followed by name
Highlight Email and then go to Insert-HTML-Email link
Type in email
What is a webpage style?
A style is the formatting we apply to text or an object to change its appearance
Provide atleast 3 examples of styles that we could use
Color Font-Size Background-color Border-width Width Height Top-Border width
What does CSS stand for
Cascading Style Sheets
What do you always have to start with when your naming a class/Selector
Full stop .
How do you get buttons to appear in a 3-D shape colored model
Copy the style code and paste it into the CSS document
What would a typical template consist of
The Logo main heading and other organization info at the top.
The main menu items which would be in the same place every page
Footer with basic author and contact info with space for date
Arrangement of space for the entry of page content
How is a template styled
Highlight the text in the div and press
Insert-Template-Editable region
What is validation
Checking that user data input is appropriate Timely Within range Existence Type
What is the one aspect that validation doesn’t ensure
Accuracy
What is a form of manual validation
Proofreading
Machine validation
Forms validation Combo box (restricts values) Check boxes Radio Buttons Existence checks on text boxes ("required" ticks) Phone number - pattern use
How do you create a form
Main menu - Insert - Form - Form
What is the difference between an editable region and a non-editable region
The non-editable region is when some things will stay exactly the same on every page such as the logo/main menu
Editable regions are sections that need to be different such as the main text/content on every page