Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In addition to hover pseudo-class, there are pseudo classes like focus, link and visited. For pseudo classes and elements refer to h In this exercise
In addition to hover pseudo-class, there are pseudo classes like focus, link and visited. For pseudo classes and elements refer to h In this exercise we will work on focus pseudo class. The syntax for writing pseudo class focus is the same as writing hover pseudo class. Once again we use : (colon) rather than (period). For example to write focus rules for input tag we write input focus f rules.), just like input hover frules..... for hover Write CSS rules to generate a form suchas the one below. When the following text boxes and buttons are focused, the ir background color will change to ye llow; when they are hovered, their background color will change to cyan. Last Name: First Name: E-mail Address: Submit Clear The figure shows below indicates last name text field was hovered. The background color changed to cyan background set to red (not show here because we don't have anything in the box yet), and box size enlarged as well Last Name First Name: E-mail Address: Submit Clear The following screen shot displayedas when last name field was focused (clicked by user). The background color changed to yellow and the foreground color is blue note the text box is still enlarged Last Name First Name E-mail Address: Submit Clear
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