Answered step by step
Verified Expert Solution
Question
1 Approved Answer
This assignment challenges you to build a website that displays the periodic table of elements. Learning Objectives: Apply HTML for creating the basic structure of
This assignment challenges you to build a website that displays the periodic table of elements.
Learning Objectives:
Apply HTML for creating the basic structure of the web page.
Utilize CSS to style the website and the periodic table layout.
Incorporate JavaScript for interactivity eg element information on click
Requirements:
Basic Structure:
o Create an HTML document for the website.
o Design a userfriendly layout for the periodic table. This can be a simple table
structure or a more creative gridbased layout.
o Include a title for the website, such as "Periodic Table Explorer".
Visual Design:
o Use CSS to style the website.
o Ensure the periodic table is clear and easy to read. Consider using different colors
or backgrounds for different element groups metals nonmetals, etc.
o You can add a legend explaining the color scheme used.
Element Information:
o Implement JavaScript to display additional information about an element when
the user clicks on its box in the periodic table. This information could include:
Element symbol
Atomic number
Atomic Weight
Element name
Dont use any CSS libraries like bootstrap etc. you will lose points if such libraries are
used.
Deliverables:
A wellstructured and commented HTML file.
A CSS file containing the styles for the website.
A JavaScript file containing the code for element information display.
A functional website that displays the periodic table.
Grading Rubric:
Functionality points:
o Website displays the periodic table correctly. points
o Elements are clearly identified with symbol and name. points
o Clicking on an element displays additional information. points
Design points:
o Website is visually appealing. point
o Consistent and clear use of color scheme for element groups. point
o Proper use of CSS for layout and styling. point
Code Quality and Accessibility points:
o Code is wellstructured, commented, and easy to understand. points
o Accessibility check will be performed by the Graders using the checker as
explained in the Assignment you will lose marks for errors even you have
one error; warnings are OK points
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started