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.

Post on 05-Jan-2016

221 Views

Category:

Documents

9 Downloads

Preview:

Click to see full reader

Transcript

WDV 101 Intro to Website Development

Review for exam 1 Midterm Closed Book

Review for Exam 1Blackboard topic Review for exam 1

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

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

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

play.asp

Hyperlinks Targets66 What are the four main targets for

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

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

purpose when making web pages?

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

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?

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.

CSS selectors73What are CSS selectors and what do

they in CSS?  Provide four examples of CSS selectors

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

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

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

uploading to reduce load time

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

Pathnames ProjectPathname Project on BlackboardPath

DefaultRelativeAbsolute

top related