Assignment 3 — Building Web Pages
Description: | The assignment this week describes how to use a combination of block and inline elements to build out the content of a web page. Before you begin to create your web page, you might want to sketch out what it might appear like on a piece of page. Doing allows you to block out the major pieces of information. To construct your web page, you'll use the following block tags to layout and organize your page.
A block element stands on its own line, with space and above and below the element. Additional elements, called inline elements, allow you to markup the content within a block element by nesting the element. Examples of inline elements include:
For example, you could highlight an important term as follows: <p>A <em>relative</em> path allows you to specify the <strong>path</strong> to a file in another folder.</p> The browser would display this as: You can also use the <br> element when you want to insert a blank line within your document. For more information, see Chapter 3 of the Head First HTML and CSS book. |
||||||||
HTML elements: |
|
||||||||
Videos: | Building Web Pages | ||||||||
Tasks: |
|
||||||||
Grading criteria: | Your assignment should demonstrate:
|
||||||||
Due: | By Wednesday, 10/12 |
||||||||
Example assignment: |