Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
80 views2 pages

Cecs 470 Lab2

This document provides instructions for CECS 470 Lab Assignment 2 on HTML markup. The assignment is due on February 1, 2019 and involves building multiple web pages that demonstrate mastery of HTML skills. Students will be graded based on proper syntax, semantic structure, navigation consistency, and inclusion of required elements like comments, images, and valid HTML5 markup across all pages. Submission involves dragging the folder of files to the designated location.

Uploaded by

rajeshgotur
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
80 views2 pages

Cecs 470 Lab2

This document provides instructions for CECS 470 Lab Assignment 2 on HTML markup. The assignment is due on February 1, 2019 and involves building multiple web pages that demonstrate mastery of HTML skills. Students will be graded based on proper syntax, semantic structure, navigation consistency, and inclusion of required elements like comments, images, and valid HTML5 markup across all pages. Submission involves dragging the folder of files to the designated location.

Uploaded by

rajeshgotur
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

CECS 470

Lab Assignment 2: HTML Markup


Due date: Wednesday, 2/1/2019

Outcomes
The intent of this assignment is to build towards a mastery of using HTML. Skills learned in
this assignment will be built upon in assignment three, and are subject to examination.
Upon successful completion of this assignment the student will:

 Understand the syntax of HTML markup.


 Be able to describe and apply semantic tags to create structural meaning.
 Be able to build consistent navigation structure over multiple pages.
 Be able to understand use appropriate HTML attributes and tags.
 Use absolute and relative links correctly.
 Include at least one image in the webpage.

Submitting
Since your website will consist of multiple files, start by putting everything into a folder
named cecs470lab2. When confident it is ready, drag the entire folder to the Submit
location.

Grading
Your assignment will be graded based on the overall layout of the pages, consistency
between pages, as well as completion of the requirements on a per page basis.

Each of the pages must include:

 The aforementioned menu that allows on to navigate between all the site's pages
 At least one HTML comment per page
 One unique photo (of your choosing) per page enclosed in a <figure>, with a
<figurecaption> linking to where it was found.
Note: the clickable link to the source of the image should contain noting more than the
text source.
 You must define "alt" and "title" attributes for all pictures.
 Valid HTML5 markup. Your site should validate without error (warnings are ok).
 Ensure a unique and descriptive <title> tag for each page using title best practices
described in lecture.
 Semantic markup:
o Use the <nav> tag to define a uniform "menu" on each page
o Use the <article>,<section>, <header> and <footer> tags at a minimum, with
other tags to be used as appropriate.
 Submit your own raw HTML code – evidence of code generation will result in a 0.
 No styles, css, JavaScript, or other advanced components to the site.

You might also like