Question

​ Identify a style rule used to align the table data in the center of the...

  1. ​ Identify a style rule used to align the table data in the center of the cell.

    a. ​table_data {

    text-align: center;

    }

    b. ​td {

    text-align: center;

    }

    c. ​th {

    <text-align/>: center;

    }

    d. ​tdata {

    text-align: <center/>;

    }

​ While styling a table for a tablet viewport, the table can be centered on the page significantly by setting the left and right margins to a value of _____.

  1. a.

    ​center

    b.

    ​1

    c.

    ​auto

    d.

    ​0

​ Identify a code that creates a label and a text box for a visitor’s first name.

  1. a. ​<label_id_for="fName">First Name:</label_id_for>

    <input type="text" name="fName" id="fName">

    b. ​<label/> for="fName">First Name:<id>

    <input type="text" id="fName">

    c. ​<label for="fName">First Name:</label>

    <input type="text" name="fName" id="fName">

    d.

    ​<label/> for="fName">First Name <input type="text" name="fName" id="fName">

Homework Answers

Answer #1
Question 1:
a style rule used to align the table data in the center of the cell is
td {
text-align: center;
}
Answer:
Option b

Question 2:
While styling a table for a tablet viewport, the table can be centered on the page significantly by setting the left and right margins to a value of center
Answer:
center

Question 3:
a code that creates a label and a text box for a visitor's first name.
<label for="fName">First Name:</label>
<input type="text" name="fName" id="fName">
Answer:
Option C

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
I am trying to make a contact form to give input on another browser window. I...
I am trying to make a contact form to give input on another browser window. I am only getting the php code. I am trying to figure out why it won't post. Her is my html and php files: <!DOCTYPE html> <html> <head> <title>Contact</title> <link rel="stylesheet" href="main.css"> </head> <body>    <h1>Contact Form</h1> <nav> <ul> <li><a href="index.html">Home</a></li> <li><a href="page2.html">My PodCast</a></li> <li><a href="page3.html">Contact Me</a></li> <li><a href="page4.html">Resources</a></li> <li><a href="addressbook.html">Address Book</a></li> <li>Contact Form</li> </ul> </nav> <center><h2>Please fill out form</h2> <div id='container'> <div id='header'></div> <center><h3>Contact</h3>...
Identify the correct format for inserting an aside element within an article element.​ a. <article> …...
Identify the correct format for inserting an aside element within an article element.​ a. <article> … <aside>…</aside> ​ … </article> b. <article/> … <aside/> c. <article> <article/> … <aside>…</aside> … <article> </article> d. <article> … { aside; } … </article> ​ The _____ HTML5 semantic element contains information about nearby content and is typically displayed as a sidebar. a. ​<contents> … </contents> b. ​<details> … </details> c. ​<aside> … </aside> d. ​<summary> … </summary> ​ Identify the style rule for...
1. Which of the following is NOT a type of data anomaly? a. Insertion b. Transformation...
1. Which of the following is NOT a type of data anomaly? a. Insertion b. Transformation c. Deletion d. Modification 2. Functional dependency has the following characteristics EXCEPT a. Attribute Y is functionally dependent upon attribute X, if the value of X uniquely determines the value of Y b. It's a constraint between two tables c. It's a constraint between two attributes (columns) d. Represented as Determinant(s) -> Dependent(s) 3. The definition of a partial dependency is a.One or more...
QUESTION 9 Which of the following is correct when citing four authors in a narrative in-text...
QUESTION 9 Which of the following is correct when citing four authors in a narrative in-text citation in an APA-formatted paper? A. Jones, Smith, Brady, and Baley (2016)...... B. Jones et al. (2016)...... C. Jones and others (2016)...... D. Jones, Smith, Brady & Baley (2016)...... 5 points    QUESTION 10 In relation to comma usage in APA, which of the following follows the correct format? A. Smith Jones and Craig (2016) found...... B. Smith, Jones, and Craig (2016) found...... C....
Identify the best graphics forms to illustrate the following data out of these choices: (Table, Bar...
Identify the best graphics forms to illustrate the following data out of these choices: (Table, Bar chart, Line chart, Pie Chart, Flowchart, Organization Chart, Photograph Illustrations) a. Potential new residential development project b. Annual restaurant industry sales figures c. Government unemployment data by industry and sector, in percentages d. Figures showing the distribution of the H3N2 strain of type A flu virus in humans by state e. Figures showing the process of delivering water to a metropolitan area f. LTE...
Administrators at A&M Texas university were interested in estimating the percentage of students who are the...
Administrators at A&M Texas university were interested in estimating the percentage of students who are the first in their family to go to college. For each scenario below, identify the type of sample used by the university administrators. Possible answers include simple random sample, systematic sample, stratified sample, cluster sample, census, voluntary response sample, and convenience sample. a) using a computer based list of registered students, select one of the first 25 on the list by random and then contact...
1. A random number generator is used to select a number from 1 to 500 ?(inclusively)....
1. A random number generator is used to select a number from 1 to 500 ?(inclusively). What is the probability of selecting the number 595 ? What is the probability? 2.Identify the sample space of the probability experiment and determine the number of outcomes in the sample space. -Randomly choosing an even number between 10 and 20, inclusive The sample space is? (Use a comma to separate answers) There are _____ outcomes in the sample space 3. Determine the number...
1. During a problem-solving session, participants make a number of statements during the “identify the problem”...
1. During a problem-solving session, participants make a number of statements during the “identify the problem” phase of the process. Some of the statements reflect the actual problem. Others are merely symptoms of the problem. Select the statement(s) that represent the actual problem. Select all that apply. a. “Three customers complained this week that the packages they received from our new carrier were damaged in transit. This is the highest number of complaints we have ever had in a week.”...
An experiment was carried out to measure the effect of growth hormone on girls affected by...
An experiment was carried out to measure the effect of growth hormone on girls affected by a growth disorder called Turner’s syndrome. A total 68 girls participated in the study. Half of the girls were placed into the treatment group; these girls were given the active drug. The other half of girls were placed into the control group and were given a placebo with no active ingredients. Their heights were measured at the time the hormone was first administered and...
JAVA please Arrays are a very powerful data structure with which you must become very familiar....
JAVA please Arrays are a very powerful data structure with which you must become very familiar. Arrays hold more than one object. The objects must be of the same type. If the array is an integer array then all the objects in the array must be integers. The object in the array is associated with an integer index which can be used to locate the object. The first object of the array has index 0. There are many problems where...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT