Question
HTML/CSS questions: A. Write code to define default styles for all page body elements to use font family of Verdana, Geneva, and sans-serif, and make
HTML/CSS questions:
A. Write code to define default styles for all page body elements to use font family of Verdana, Geneva, and sans-serif, and make the line height of 1.2em.
B. Write a style rule to float all figure boxes on the right margin when nested within an article element.
C. Set the margins around a paragraph element to be: top=5; bottom=5; right=10; left=10. . The unit of measurement is in pixels.
D.
E. Write the CSS portion of the code.
F. Write the CSS code for Grid Rows. see p. 209 fig. 3-34 for example.
G. Write a style rule to display every footer element with 5-pixel solid red bottom border.
H. Provide a style rule to place an element with the id logo at the coordinates (150, 75) using absolute positioning.
I. A navigation list has been set with a height of 300 pixels. Provide a style rule to show scroll bars only if there are too many entries in the navigation list to display within the space provided.
J. One element has a z-index value of 1; a second element has a z-index value of 5. Which element will be displayed on top, assuming the parents are same.
4. Write a HTML portion of the code for the following situation: 75% 25% 33% 33% 33% 4. Write a HTML portion of the code for the following situation: 75% 25% 33% 33% 33%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