Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1.Line height is best described by which of the following statements? More than one answer. a)Distance a baseball player runs 4 times to make a

1.Line height is best described by which of the following statements?

More than one answer.

a)Distance a baseball player runs 4 times to make a home run.

b)The width of an uppercase letter M.

c)Similar to leading in traditional typesetting.

d)The distance from baseline to baseline.

e)1.75 times the height of an uppercase letter X.

f)The height of a small letter x.

2.Which of the following would alter the font size of an unordered list's list items inside of a division with the id "features" to 20 pixels size?

More than one answer.

a) features ul li { font-size: 20px; }

b) p { font-size: 20px; }

c) ol li { font-size: 20px; }

d) div#features ul li { font-size: 20px; }

e) #features ul li { font-size: 20px; }

f) .features ul li { font-size: 20px; }

3.Which of the selectors do not need a "#" or a "." when called in CSS?

More than one answer

a) hilight

b) smooth

c) container

d) ol

e) p

4. The html has the following code in the body of the document.

Elmo has a very high voice

Which one of the following will NOT make the font face change to Verdana?

a) .sesame {font-family: Verdana;}

b) p {font-family: Verdana;}

c) body {font-family: Verdana;}

d) h1, .sesame {font-family: Verdana;}

e) p.sesame {font-family: Verdana;}

f) p sesame {font-family: Verdana;}

5.Complete the following HTML code for creating a link to the page titled "recipes.html" that is in a folder called "thanksgiving": Recipes

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

Database Application Development And Design

Authors: Michael V. Mannino

1st Edition

0072463678, 978-0072463675

More Books

Students also viewed these Databases questions