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...
Utilizing PHP and HTML For this lab we will save some cookie data to the computer,...
Utilizing PHP and HTML For this lab we will save some cookie data to the computer, and then in a new browser session, read the data. Attached is a zip file with a simple form with three fields on it, email address, favorite food and year you were born. Put in the code for the action script and the name attributes on the inputs. In the action script, save these values to cookies that will live for 15 minutes. This...
Examine the following code, which contains six common bugs. In a separate Microsoft Word (or other...
Examine the following code, which contains six common bugs. In a separate Microsoft Word (or other word processing or text file), identify the line number of at least three (3) bugs as well as a brief description of each bug. 1. 2. 1. <!DOCTYPE html> 2. </html> 3. <head> <link rel="stylesheet" href="MyStyle.css"> </head> 4. <body> 5. <nav> 6. <a href="GroceryHome.html">Home</a> | 7. <a href="Products.html">Products</a> | 8. <a href="AboutUs.html">About Us</a> | 9. <a href="Contact.html">Contact</a> 10. </nav> 11. <header> 12. <h1> My...
Section 1.1: Creating the First Table Locate the HTML comment that reads "table 1" just below...
Section 1.1: Creating the First Table Locate the HTML comment that reads "table 1" just below the opening body tag. Add a table tag with the following specifications using the style attribute and CSS: width with a value of 650 pixels a margin set to auto – this will center the table within the web page a border set to none - this removes the table border Add a table row (<tr>) Add a table data container tag (<td></td>) Within...
PART B- Javascript Using a text editor (VS Code or Notepad) and a web browser, you...
PART B- Javascript Using a text editor (VS Code or Notepad) and a web browser, you will demonstrate how to create an HTML file, externally link a JavaScript file, and write some source code in the JavaScript file. a..Create two blank files to be an HTML file and a JavaScript file. The file names should be partA.html and partA.js. b.. Create a basic HTML webpage structure. c..Link the JavaScript file to the HTML file using the <script> tag. d.. Prompt...
6.12 LAB: Grade distribution In this lab, you will write a JavaScript program that generates a...
6.12 LAB: Grade distribution In this lab, you will write a JavaScript program that generates a bar graph of letter grades from a distributions of scores. Implement the parseScores function (1 point) Implement the parseScores function to take a space-separated string of scores as an argument and return an array of score strings. Each score is a number in the range [0, 100]. Ex: "45 78 98 83 86 99 90 59" → ["45","78","98","83","86","99","59"] Hint: JavaScript's string split() function can...
3-students take courses. Someone design this table: Student_Course (student name, ID , SSN , course number,...
3-students take courses. Someone design this table: Student_Course (student name, ID , SSN , course number, grade, home address, course credit ) Description: ID, SSN; each one has a unique value for a given student. Given ID and course number we can get grade. Given SSN and course number we can get grade. Given ID we can get everything except grade and course credit. Given SSN we can get everything except grade and course credit. Given course number we can...
You query data from emp2 table with below SQL statement: SQL> SELECT *     FROM  emp2; NAME SSN...
You query data from emp2 table with below SQL statement: SQL> SELECT *     FROM  emp2; NAME SSN ------------- ------------------------ Joe 452852452 Mary 444525962 Fred 445212525 Tom 492525252 Lucy   172826152   Now, you query data from emp2 table with below SQL statement again: SQL> SELECT AVG(LENGTH(name)) AS column1, SUM(INSTR(ssn, '%@',2,2)) AS column2 FROM  emp2 WHERE name = INICAP(name); What will be displayed for the output of column1 and column2? A. The value in column1 will be 3.5 and the value in column2 will be...
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....
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT