Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Link a CSS file to your HTML pages using the tag. Apply the following styles to your pages: On the Homepage: A colored header welcoming

Link a CSS file to your HTML pages using the tag.
Apply the following styles to your pages:
On the Homepage:
A colored header welcoming people to your website.
A differently colored paragraph about what people should expect on your website.
On the About Me page:
A differently colored heading with your name
A differently colored brief introduction about yourself
A differently colored paragraph about your favorite hobby or interest
On the Contact Me page, color the labels and fields of the contact form differently:
Name (text input)
Email (email input)
Subject (text input)
Message (textarea)
Add a background color to each of your pages.
Style your navigation bar:
Apply a background color to the navigation bar.
Apply a different color to the text in the navigation bar. This my homepage HTML file
About Me
body {
font-family: Arial, sans-serif;
}
.navbar {
background-color: #333;
overflow: hidden;
}
.navbar a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.navbar a:hover {
background-color: #ddd;
color: black;
}
I'm a web developer major with a passion for coding and design. I enjoy reading books in my spare time to unwind.I love exploring my creative side through painting!If you have any questions or would like to get in touch, please fill out the form below:This website is a collection of my work, skills, and experiences. Feel free to explore and get in touch if you have any questions.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Temporal Databases Research And Practice Lncs 1399

Authors: Opher Etzion ,Sushil Jajodia ,Suryanarayana Sripada

1st Edition

3540645195, 978-3540645191

More Books

Students also viewed these Databases questions

Question

2. How do they influence my actions?

Answered: 1 week ago

Question

5. If yes, then why?

Answered: 1 week ago