Top Banner
WDV 101 Intro to Website Development Review for exam 1 Midterm Closed Book
22

Review for exam 1 Midterm Closed Book. Review for Exam 1 Blackboard topic Review for exam 1 Sample Question Multiple Choice True / False Matching type.

Jan 05, 2016

Download

Documents

Stephen Carson
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Review for exam 1 Midterm Closed Book. Review for Exam 1 Blackboard topic Review for exam 1 Sample Question Multiple Choice True / False Matching type.

WDV 101 Intro to Website Development

Review for exam 1 Midterm Closed Book

Page 2: Review for exam 1 Midterm Closed Book. Review for Exam 1 Blackboard topic Review for exam 1 Sample Question Multiple Choice True / False Matching type.

Review for Exam 1Blackboard topic Review for exam 1

Sample Question Multiple Choice True / False Matching type Short answer Tutorial Outlines

Page 3: Review for exam 1 Midterm Closed Book. Review for Exam 1 Blackboard topic Review for exam 1 Sample Question Multiple Choice True / False Matching type.

XHTML is HTML written as XMLThe Most Important Differences from HTML:

64Document Structure

XHTML DOCTYPE is mandatory (1) The XML namespace attribute in <html> is mandatory <html>, <head>, <title>, and <body> is mandatory(2)

XHTML Elements XHTML elements must be properly nested(3) XHTML elements must always be closed (4) XHTML elements must be in lowercase (5) XHTML documents must have one root element

XHTML Attributes Attribute names must be in lower case(6) Attribute values must be quoted(7) Attribute minimization is forbidden

http://www.w3schools.com/html/html_xhtml.asp

Page 5: Review for exam 1 Midterm Closed Book. Review for Exam 1 Blackboard topic Review for exam 1 Sample Question Multiple Choice True / False Matching type.

CSS property - Display http://www.w3schools.com/cssref/pr_class_dis

play.asp

Page 6: Review for exam 1 Midterm Closed Book. Review for Exam 1 Blackboard topic Review for exam 1 Sample Question Multiple Choice True / False Matching type.
Page 7: Review for exam 1 Midterm Closed Book. Review for Exam 1 Blackboard topic Review for exam 1 Sample Question Multiple Choice True / False Matching type.
Page 8: Review for exam 1 Midterm Closed Book. Review for Exam 1 Blackboard topic Review for exam 1 Sample Question Multiple Choice True / False Matching type.
Page 10: Review for exam 1 Midterm Closed Book. Review for Exam 1 Blackboard topic Review for exam 1 Sample Question Multiple Choice True / False Matching type.

Hyperlinks Targets66 What are the four main targets for

hyperlinks on web pages? Provide a simple example of each one

Page 11: Review for exam 1 Midterm Closed Book. Review for Exam 1 Blackboard topic Review for exam 1 Sample Question Multiple Choice True / False Matching type.

CSS Cascading Style Sheete67 What is CSS and what is its primary

purpose when making web pages?

Page 12: Review for exam 1 Midterm Closed Book. Review for Exam 1 Blackboard topic Review for exam 1 Sample Question Multiple Choice True / False Matching type.

Ways to Connect CSS to HTML68 List the three levels (ways to connect css

to html} of CSS and generally discuss what they do and how they are applied in the HTML

Page 13: Review for exam 1 Midterm Closed Book. Review for Exam 1 Blackboard topic Review for exam 1 Sample Question Multiple Choice True / False Matching type.

3 Big words on how CSS works69 What does inheritance mean within CSS?  70 What does precedence mean within CSS? 71What does specificity mean within CSS?

Page 14: Review for exam 1 Midterm Closed Book. Review for Exam 1 Blackboard topic Review for exam 1 Sample Question Multiple Choice True / False Matching type.

CSS format Rule72 What is the general format for a CSS style

or rule

Self closing tag also know as an empty element <br />/is not required but it is good idea to use.

Page 15: Review for exam 1 Midterm Closed Book. Review for Exam 1 Blackboard topic Review for exam 1 Sample Question Multiple Choice True / False Matching type.

CSS selectors73What are CSS selectors and what do

they in CSS?  Provide four examples of CSS selectors

Page 16: Review for exam 1 Midterm Closed Book. Review for Exam 1 Blackboard topic Review for exam 1 Sample Question Multiple Choice True / False Matching type.

Pathnames74 What is a pathname?75What is the default pathname?  Provide an

example of one.76 What is a relative pathname?  Provide an

example of one

Page 17: Review for exam 1 Midterm Closed Book. Review for Exam 1 Blackboard topic Review for exam 1 Sample Question Multiple Choice True / False Matching type.
Page 18: Review for exam 1 Midterm Closed Book. Review for Exam 1 Blackboard topic Review for exam 1 Sample Question Multiple Choice True / False Matching type.
Page 19: Review for exam 1 Midterm Closed Book. Review for Exam 1 Blackboard topic Review for exam 1 Sample Question Multiple Choice True / False Matching type.

Things to RememberCase SensitivityDifferent web browsers render the HTML

content differently depending on browser (I.E. Chrome, etc) and possibly version.

Proper nesting of tags

Page 20: Review for exam 1 Midterm Closed Book. Review for Exam 1 Blackboard topic Review for exam 1 Sample Question Multiple Choice True / False Matching type.

Images ReviewWe talked about inserting imagesTag Attributes <img src=“ ” />Best practice is to size the image before

uploading to reduce load time

Page 21: Review for exam 1 Midterm Closed Book. Review for Exam 1 Blackboard topic Review for exam 1 Sample Question Multiple Choice True / False Matching type.

A few Ways to Modify Imageshttp://pixlr.com/editor/

Free and on WebDoesn’t require an install

Adobe Photoshop or FireworksIf you already have the CS suiteOtherwise costs money

MS Paint has an option to re-sizeFree and already installed

GIMPFree photo editor similar to Photoshop

Page 22: Review for exam 1 Midterm Closed Book. Review for Exam 1 Blackboard topic Review for exam 1 Sample Question Multiple Choice True / False Matching type.

Pathnames ProjectPathname Project on BlackboardPath

DefaultRelativeAbsolute