Portfolio_Project_Explanation_WGU
Portfolio_Project_Explanation_WGU
A. Résumé Page
The résumé HTML file includes a complete structural layout using essential HTML5
semantic tags: <header>, <nav>, <main>, <section>, <article>, and <footer>. Within this
structure, various elements were used:
- Three heading elements (h1–h3) were used to structure content hierarchically.
- <span>, <p>, <br>, and <hr> were included for inline and block-level content
formatting.
- A <div> was included to display the current date, which is populated using JavaScript.
- The page contains a hyperlink, an unordered list, and a table with a caption, four
columns, and three rows.
- The <strong> and <em> tags were used for semantic emphasis.
- JavaScript writes the current date to the <div> and logs a message to the console.
E. Acknowledgment of Sources
No external sources were quoted, paraphrased, or summarized in the creation of this
project. All code and explanations reflect original work in accordance with WGU’s
Academic Authenticity policy.
F. Professional Communication
The HTML files and this accompanying document demonstrate professional
communication through clear organization, proper coding practices, and adherence to
WGU’s formatting and submission guidelines. The portfolio site is structured logically
and uses standardized web development conventions to ensure accessibility and user-
friendliness.