Question
Confirm answers asap please
DQuestion 13 1 pts John wants to add an attribute to identify that something has to be entered to a form field. Which one? O
D Question 15 1 pts An item that stores a data value is known as a O variable function O object O command
D Question 12 1 pts provide guidance as to the format/kind of information that should be in an input field. Placeholders Labe
DI Question 11 1 pts A cell that occupies more than one cell is a Spanning cell O Table cell O Header cell O Data cell
Question 9 1 pts John wants to create a table. What is the correct order of tags he should use? O <table> <td> trs/td> </tr>
Question 10 1 pts Which of the following is true? O The total number of cells inside of a table will determine the number of
0 0
Add a comment Improve this question Transcribed image text
Answer #1

9.
John wants to create a table .What is the correct order of tags he should use?
<table><tr><td></td></tr></table>

10.
Which of the following is true?
The number of columns is equal to the number of <th> elements.


11.
A cell that occupies more than one cell is a
Spanning Cell


12.
______ provide guidence as to the format/kind of information that should be in an input field
Placeholders

13.
John wants to add an attribue to identify that something has to be entered to a form filed.Which One ?
required


15.
An item that stores a data value is known as a ____
variable

Explanations:

9. Example of how to create a table in HTML is
<table>
<tr>
    <td>Maths</td>
    <td>92</td>
</tr>
</table>


10. The number of columns is equal to the number of <th> elements as <th> is used to give the headings to the columns.


11.
When we need to use more than one row or columns in a single row or column,we use Cell spanning


12.
The placeholder gives a short hint for the kind of data to be entered in an input field


13.
The required attribute ensures that a form field must be filled out then only the form can be submitted.


15.
A variable is a container which is used to store the data values.

Add a comment
Know the answer?
Add Answer to:
Confirm answers asap please DQuestion 13 1 pts John wants to add an attribute to identify...
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. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Write a program that check odd / even numbers (from number 1 to 100). Display the...

    Write a program that check odd / even numbers (from number 1 to 100). Display the results within an HTML table with 2 columns: one for odd number and one for even numbers. NUMBERS RESULTS ODD EVEN ODD 2 HINT: use <table> tags to create a table, <th> tags for 'Numbers' and 'Results'. Wrap code PHP inside HTML code. For example: <html> <title>CHECK ODD or EVEN</title> <body> <table> ?php echo "<tr><td>l</td><td>Odd</td</tr>"; </table> </body </html 2. Do the following steps in...

  • 1. Print out information of PHP use phpinfo() function. 2. Write a program that check and...

    1. Print out information of PHP use phpinfo() function. 2. Write a program that check and print odd / even numbers (from number 1 to 100 using for/while loop). Display the results within an HTML table with 2 columns as shown below: NUMBERS RESULTS 1 ODD 2 EVEN 3 ODD HINT: use <table> tags to create a table, <th> tags for ‘Numbers’ and ‘Results’. Wrap code PHP inside HTML code. For example: ​<html> ​​<title>CHECK ODD or EVEN</title> ​​<body> ​​​<table> ​​​​<?php...

  • Create a CSS-styled Table Page For this Assignment you will first read the appropriate chapters in...

    Create a CSS-styled Table Page For this Assignment you will first read the appropriate chapters in the textbook and then a create web page, for example called table.html, in your ubunix.buffalo.eduaccount just as you did in Home Page Assignment. Assignment Requirements Your new web page should utilize the following HTML tags and include the following: A <body> tag that uses an appropriate style value to change the background color of the web page. Appropriate <table>, <tr>, <th>, and <td> tags...

  • Need help starting from question 9. I have tried multiple codes but the program says it is incorrect. Case Problem 1 Da...

    Need help starting from question 9. I have tried multiple codes but the program says it is incorrect. Case Problem 1 Data Files needed for this Case Problem: mi pricing_txt.html, mi_tables_txt.css, 2 CSS files, 3 PNG files, 1 TXT file, 1 TTF file, 1 WOFF file 0 Marlin Internet Luis Amador manages the website for Marlin Internet, an Internet service provider located in Crystal River, Florida. You have recently been hired to assist in the redesign of the company's website....

  • PLEASE HELP!!!! 1) CONDITIONAL FORMATTING - Add conditional formatting to the Hours Worked field ...

    PLEASE HELP!!!! 1) CONDITIONAL FORMATTING - Add conditional formatting to the Hours Worked field data so that any hours worked greater than 8 will show in white font with a dark fill. 2) DATABASE FUNCTION - Create a database function in cell E5 that calculates the average hours worked by males in Dept. No. 2. If criteria are needed, start in cell E1. 3) VLOOKUP - In the Department field (column D) use the VLOOKUP function to place the appropriate...

  • Code for the movies page: <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />...

    Code for the movies page: <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="stylesheet" type="text/css" href="style.css" /> <title>Daniel's Movie Page</title> </head> <body> <a href="hobbies.html">Hobbies</a> <h1>Movies and Actors</h1> <ol> <li class="ol-list1">Gravity</li> <li>Avenger</li> <li>Marshal</li> <li>Interstellar</li> <li>Dark Knight</li> <li>Superman</li> </ol> <ul> <li class="ul-list1">Robet Downey jr.</li> <li>Sharuk Khan</li> <li>Ranbir Kapoor</li> <li>Sidhhart Malhotra</li> <li>Angela Joli</li> <li>Leonardo DiCaprio/li> </ul> <h2>Favorite Movie</h2> <p> <b>Gravity:</b> The movie portrayed what happens to an astronaut if he/she is pushed away from spaceship.It was terrifying how much...

  • Please answer all D Question 27 1 pts A politician claims that for the adult population...

    Please answer all D Question 27 1 pts A politician claims that for the adult population of one town, the mean annual salary is u-$30,000 Sample data is collected: n-47, - $22,298, and s-$14,200. Use a significance level of a -0.10 to state the correct rejection region for a test of the claim. Time Attem 1 Ho eus 24/7 Reject Hoifz > 1.96 or z < -1.96. 5 Reject Hoitz < -2.576. Reject Ho if z > 1.96 Reject Ho...

  • QUESTION: Please write a one paragraph lab report introduction based on the following experiment below: Organisms...

    QUESTION: Please write a one paragraph lab report introduction based on the following experiment below: Organisms must forage for food and other resources that are scattered around a heterogeneous environment. Food availability varies from site to site, but so do environmental conditions that foragers experience (e.g., temperature and wind) and the risks to which they are exposed. Foraging by any organism involves trading off the gains to be made by collecting food against the costs of doing so, including costs...

  • I just need the excel formula of C27 to C66 Question 1 (40 marks) Refer to...

    I just need the excel formula of C27 to C66 Question 1 (40 marks) Refer to Table 1. Write the Excel formula for each cell marked with “?” in column C such that formula could be copied and pasted into columns D, and E using Microsoft Excel without further editing. There is no need to explicitly write the Excel formula for cells marked with “Copy & paste”. Label each formula clearly with cell reference position. In many country towns of...

  • Can you please provide the formula for the worksheet also. CASE PROBLEMS Level 1- Analyzing Sales...

    Can you please provide the formula for the worksheet also. CASE PROBLEMS Level 1- Analyzing Sales for Crèmes Ice Cream Judd Hemming is the eastern regional marketing manager for Crèmes Ice Cream. Eac quarter, he completes two separate analyses: an analysis comparing ice cream flavor sale volumes from all regional locations with the same quarter sales volumes from the previou year and an analysis comparing total sales in dollars, including mean, median, mode, and standard deviation, of sales by store....

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT