CPSC 349 – Web Front-End Engineering (Solution)

$ 29.99
Category:

Description

Exercise 1 – Command-Line Tools and Basic HTML
What are we trying to accomplish?
If you have been following along with the Tasks sections of the Course Website each week, you should have Node.js, NPM, Browsersync, and the command-line version of the Nu Html Checker installed, and you should have created some HTML while reading How to Build a Website with HTML.
In this exercise, we will double-check that you have a functioning environment.
Documenting your results
In order to complete the exercise you will need to write a short report in PDF format documenting the results of each step.
One the first page of your report, include:
● Your name
● Your partner’s name (if you worked with a partner) ● The semester, course number, and section number.
● The exercise number (this is Exercise 1)
For each item below:
● Clearly identify which step is being performed.
● Document performing the step itself, including any commands that were run and any code that was written or modified.
● Document the results of the step. Include a written description of the results, as well as screenshots clearly demonstrating its success or failure.
● Analyze and comment on the results. Include references that you consulted, variations that you attempted, issues you encountered, and troubleshooting steps that you needed to perform.
Steps to complete this exercise
○ Inline and block elements
○ Nested elements
○ A tag with a style attribute
Note: again, this is not a habit you should adopt long-term, but is fine for this assignment.
○ An img tag with a relative path to a JPEG file that you have downloaded locally
○ One or more hyperlinks
2. Run vnu from the command-line and demonstrate the HTML created by following the book is not valid.
3. Modify your HTML file to fix all errors and warnings from vnu. Show the resulting HTML source and demonstrate that vnu emits no messages.
4. Demonstrate Browsersync running and serving the rendered HTML from http://localhost:3000/.

Reviews

There are no reviews yet.

Be the first to review “CPSC 349 – Web Front-End Engineering (Solution)”

Your email address will not be published. Required fields are marked *