Week Twelve (MGDP2050)

From Wiki @ Karl Jones dot com
Jump to: navigation, search

Lecture notes and exercises for Week Twelve of Web Design and Development II (MGDP2050).

See also Week Eleven (MGDP2050) - Week Thirteen (MGDP2050).

Exercises: semester-wide summary

See Exercises (MGDP2050) for a semester-wide summary of exercises.

Review

User Persona card - instructor's rough draft:

User-persona-card.jpg

Web design fundamentals

See Learning web design (1) for an introduction to the fundamentals of web design.

Semantic HTML

"Semantic" or "semantics" refers to meaning.

Semantic HTML is HTML which emphasizes the meaning behind HTML elements.

Some HTML elements are more semantic than others. For example:

  • The div element has less meaning -- it says "I contain some contents."
  • The article element has more meaning -- it says "I am a unit of content, written by an author."

Examples

Browse the examples below. Use View Source to examine the source code. Use HTML validation to validate the pages.

See also:

Exercises: for next week

Goal: Make a web page which demonstrates semantic HTML and Bootstrap.

Planning: Design a web page with two or more columns, using your standard exercise styles, relating to your project topic.

  • Make something that will be re-usable in your project.

Create a new folder named week12, and a new web page named index.html.

Set the page title appropriately, etc.

Create the necessary HTML and CSS.

Upload your work to the class web server.

Browse, test, and validate your work.

Make a link from your home page to your work. Upload your home page. Test the link.