brianrsavage / web-115-final

This site is intended to be used a practical exam for the WEB-115 Web Design II Course in the Web Application Development Program at Reading Area Community College. Not only is this the final practical, but it is also the starting point to several development activities open to students over the summer break.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

115-900 | Final Exam Practical

preparing for a forking fun summer

This site is intended to be used a practical exam for the WEB-115 Web Design II Course in the Web Application Development Program at Reading Area Community College. Not only is this the final practical, but it is also the starting point to several development activities open to students over the summer break.

Resources:

Exam Action Items, Deliverables & Questions:

Action Items

1. Fork this repository and complete the questions in the code - found below under questions.
2. Create a sub-domain and push the NFL Arrests Site to it.
3. Complete the delivrable identified below.
4. Submit a pull request for your completed work.

Deliverables

1. Make one change to the site, can be as simple as a color, and submit a pull request for your change to be included in this official version.

Questions

1. Explain what the following tag does in the comment area above the tag in the index.html file (lines 6 through 14).
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
2. Explain what the "integrity" attribute, in the following tag is snd does in the comment area above the tag in the index.html file (lines 126 through 135).
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js" 
            integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" 
            crossorigin="anonymous"></script>

About

This site is intended to be used a practical exam for the WEB-115 Web Design II Course in the Web Application Development Program at Reading Area Community College. Not only is this the final practical, but it is also the starting point to several development activities open to students over the summer break.


Languages

Language:HTML 65.3%Language:JavaScript 30.1%Language:CSS 4.6%