Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Match the item on the left with its definition on the right. -A.B.C.D. content -A.B.C.D. border -A.B.C.D. padding -A.B.C.D. margin A. surrounds the content and

Match the item on the left with its definition on the right.

-A.B.C.D.

content

-A.B.C.D.

border

-A.B.C.D.

padding

-A.B.C.D.

margin

A.

surrounds the content and padding.

B.

consists of the text, images, etc. that is within an element

C.

creates space between the element and other elements.

D.

creates space between the content and the border

QUESTION 3

For each of the following statements, indicate which type of positioning it refers to:

-A.B.C.

positions an element relative to where it would be located in the normal flow of the page

-A.B.C.

allows you to specify exactly where the element will appear on the page using pixels or percentages

-A.B.C.

other elements will not flow under it

-A.B.C.

removes the element from the normal flow

-A.B.C.

when the page is scrolled it remains in place

-A.B.C.

the position is an offset from the normal location

-A.B.C.

ignored by all other elements

A.

absolute positioning

B.

relative positioning

C.

fixed positioning

QUESTION 4

1. Select the definition on the right that matches the term on the left.

-A.B.C.D.E.F.G.H.

action="formprocess.php"

-A.B.C.D.E.F.G.H.

method="post"

-A.B.C.D.E.F.G.H.

method="get"

-A.B.C.D.E.F.G.H.

< input type="submit" value="submit" >

-A.B.C.D.E.F.G.H.

< input type="checkbox" name="interests" value="web design" >

-A.B.C.D.E.F.G.H.

< input type="radio" name="gender" value="male" >

-A.B.C.D.E.F.G.H.

< label >

-A.B.C.D.E.F.G.H.

< fieldset > and < legend >

A.

creates a round radio button in a form that works in conjunction with other radio buttons in the form that have the same name. When the user clicks a radio button, it will be selected and all other radio buttons with the same name will be unchecked.

B.

indicates the enclosed text is a label associated with a form field. Helps with form accessibility.

C.

Used to visually group form elements together and give the grouping a title.

D.

indicates that the form data will be submitted to the server as part of the querystring in the URL

E.

indicates that the form data will be sent to the server as a separate transmission

F.

creates a submit button for the form that when clicked will send the form data to the server

G.

specifies the file or script on the server that will process the form data when the form is submitted.

H.

creates a square checkbox in a form that can be clicked on and off independently from other checkboxes in the form - even if they have the same name.

QUESTION 5

Write the CSS rule to make sure the footer element appears at the bottom of the page below any floated elements on the page.

QUESTION 6

Write the css style rule to select all the text boxes in a form () and round the corners to 15 pixels, add a thin solid navy border, add a gray box shadow, and make the width 20ems.

QUESTION 7

Match the term on the left with it's definition on the right:

-A.B.C.D.E.F.

class

-A.B.C.D.E.F.

selector

-A.B.C.D.E.F.

id

-A.B.C.D.E.F.

inline style

-A.B.C.D.E.F.

embedded style

-A.B.C.D.E.F.

external style

A.

style that is included inside an html tag.

B.

used to apply different style elements to a tag from those normally associated with that tag. May be applied to multiple tags on a page.

C.

used to uniquely identify an element on a page. May be used in conjunction with css styles or anchor elements.

D.

styles stored in a separate text file.

E.

styles defined in the head section of a Web page

F.

specifies which elements a rule will be applied to

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_2

Step: 3

blur-text-image_3

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

Question

Provide examples of KPIs in Human Capital Management.

Answered: 1 week ago

Question

What are OLAP Cubes?

Answered: 1 week ago