Basics of Web Design: Html5 & Css3
Basics of Web Design: Html5 & Css3
4th Edition
ISBN: 9780134444338
Author: Terry Felke-Morris
Publisher: PEARSON
Expert Solution & Answer
Book Icon
Chapter 9, Problem 7RQ
Program Description Answer

<caption> is the HTML tag used to describe the contents of a table.

Hence, the correct option is “B”.

Blurred answer
Students have asked these similar questions
If I have a table In database which called occupations  columns are: workid, workname, salary and sector  workid is a primary key and increase  I insert to the table  1, fireman , 500, 2 2, officer, 800, 1 the code in html / php  Will show a drop menu select the workname from the table in the database so the menu will show the fireman and the officer As soon the user choose one of them(onchange) will be a textbox display just the salary  how to write the code in php thanks in advance
If I have a table In database which called occupations  columns are: workid, workname, salary and sector  workid is a primary key and increase  I insert to the table  1, fireman , 500, 2 2, officer, 800, 1 the code in html / php  Will show a drop menu select the workname from the table in the database so the menu will show the fireman and the officer As soon the user choose one of them(onchange) will be a textbox display just the salary  The code will create a dropdown menu of all the occupations in the table in the database. When the user chooses one of the occupations, the corresponding salary will be displayed under the dropdown menu. I did the dropdown and it's connected to the database but when I click / chooce one of it they don't show the salary. would you complete the missing part in my code    <?php$servername = "localhost";$username = "root";$password = "";$dbname="occupation"; // Create connection$conn = new mysqli($servername, $username, $password, $dbname); // Check…
If I have a table In database which called occupations  columns are: workid, workname, salary and sector  workid is a primary key and increase  I insert to the table  1, fireman , 500, 2 2, officer, 800, 1 the code in html / php  Will show a drop menu select the workname from the table in the database so the menu will show the fireman and the officer As soon the user choose one of them(onchange) the salary will be written / displayed under .  the question is how to write the salary out when I choose from the drop menu?  thanks in advance
Knowledge Booster
Background pattern image
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:9781337508841
Author:Carey
Publisher:Cengage
Text book image
CMPTR
Computer Science
ISBN:9781337681872
Author:PINARD
Publisher:Cengage
Text book image
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
Computer Science
ISBN:9780357392676
Author:FREUND, Steven
Publisher:CENGAGE L
Text book image
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:9781305503922
Author:Patrick M. Carey
Publisher:Cengage Learning