Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Exercise 4 - Forms and Highlighting Consider the following image for part of a web page that contains a html form for a weather description.

image text in transcribed

Exercise 4 - Forms and Highlighting Consider the following image for part of a web page that contains a html form for a weather description. Time Location Description Low Temp Avg Wind High Temp Avg Direction Create a html file called weather.html that produces output similar to the above image. The input fields on each line have the same width. Thus the width of "Low Temp" and "High Temp" are the same. Also note that space around the inputs and labels. Hint: use flexbox. Add CSS rules that will highlight the input elements when the element receives focus, and when the cursor is hovering over the element. The highlighting should be different between focus and hover. The highlighting should be different for each different input value (i.e., Temp should be different than Wind)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions