Question
Based on the mockup you created in Module 01 for your personal website, create another new page, and name the file according to the description
Based on the mockup you created in Module 01 for your personal website, create another new page, and name the file according to the description you used in your mockup. For example,"more_info" .Your new page must include the following:
A table styled using CSS, like the one below, except use fonts and colors that match the theme of the rest of your site.
A CSS Box with the following specs:
350px (width)
+ 20px (left and right padding)
+ 10px (left and right border)
+ 20px (left and right margin)
= 400px
Contains at least 4 hyperlinks that use each of the following states:
a:link - a normal, unvisited link
a:visited - a link the user has visited
a:hover - a link when the user mouses over it
a:active - a link the moment it is clicked
Must use a style tag that changes the background to a color or image.
Formatted text, including a header and paragraph that uses CSS styling of your choice, using at least 1 ID selector and 1 class selector.
Use CSS to set a background color of your choice.
Must include at least 1 heading in the color of your choice.
At least one paragraph, with alignment, and indentation of your choice.
At least two words in the paragraph must use text decoration: overline, line-through, underline, or blink.
A link that allows the user to navigate to and from the homepage "index.html" and also modify the homepage to include a link to your new page.
Must include CSS Comments.
Must follow HTML5 standards.
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