Art 301 SP15-Week 1

  • Comments Off on Art 301 SP15-Week 1

QUIZ:

HTML

http://www.w3schools.com/htmL/html_quiz.asp

CSS

http://www.w3schools.com/css/css_quiz.asp


ASSIGNMENT #1

Create the blog email to me

ASSIGNMENT #2

1. Brochure

2. eCommerce

3. Community/Social

4. Reference/Instructional

5. Web Application

6. Microsite

7. App Mobile


Other class notes:

<head>

“brain” of the page. tells the browser what to do with the page.

<body>

content – images, text, links, etc.

block level elements vs inline level elements

block creates a new line/container/section

inline alters inside of a block level

<br /> line break

<hr /> horizontal rule

<strong> bold

<em> italics

LISTS:

ordered list <ol>

or

unordered list <ul>

SAME FOLDER: about.html

CHILD FOLDER: about/about.html

GRAND CHILD FOLDER: about/joe/joe.html

PARENT FOLDER: ../index.html

GRANDPARENT FOLDER: ../../index.html

<img src=”path” alt=”explain the image” />


ASSIGNMENT #3:

5 PAGE WEBSITE

TOPIC: YOUR FIRST PET

  • Home/About/Photos/Contact/News
  • must nav on top of every page
  • nav must be unordered list
  • image on every page
  • ordered list – on one page
  • email link – contact page
  • one or more links to outside websites
  • add hr and br
  • add some inline – em and strong
  • add some block type – h1 – h6 and p

ASSIGNMENT #4:

research

find or take screen grabs of well designed email blast.

post on blog