Topic: Style your personal homepage with CSS Task: Create a file named index-style.css to improve the appearance of your

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

Topic: Style your personal homepage with CSS Task: Create a file named index-style.css to improve the appearance of your

Post by answerhappygod »

Topic: Style your personal homepage with CSS
Task:
Create a file named index-style.css to improve the appearance of
your personal homepage.
Requirements:
Your stylesheet should do the following without any
modification to your HTML code except
using the link element to add CSS info to your web
page:
• Change the color of at least two elements
• Change the font properties (such as family, size, weight, style)
of at least two elements.
Here are some standard fonts you may want to use: Arial, Arial
Black, Verdana,
Trebuchet MS, Georgia, Tahoma, Courier New, Times New Roman
• Change at least one other thing of your choice such as background
color, text
alignment, etc.
Validate your HTML and CSS code to make sure they meet the
official W3C specifications:
1. Open http://validator.w3.org/ (for HTML) or
http://jigsaw.w3.org/css-validator/ (for
CSS)
2. Click “Browse” in the “Validate by File Upload” section
3. Locate the local file and click “Open”
4. Click “Check”
5. If there are any errors, fix the first one, then repeat steps 1
through 4.
The key thing is to get the green bar saying that your page is
valid. If you see any yellow
warnings about being tentatively valid, this is okay. Red errors
are not okay.
I aslo need
ndex.html and index-style.css file to be in paste it
Thanks
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply