Basics of Web Design: Html5 & Css3
4th Edition
ISBN: 9780134444338
Author: Terry Felke-Morris
Publisher: PEARSON
expand_more
expand_more
format_list_bulleted
Expert Solution & Answer
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”.
Expert Solution & Answer
Want to see the full answer?
Check out a sample textbook solutionStudents 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
do I need a JavaScript to create function to put for onchange ? how to write the code in php
thanks in ad
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)
will be a textbox display just the salary
how to write the code in php
thanks in advance
Chapter 9 Solutions
Basics of Web Design: Html5 & Css3
Knowledge Booster
Similar questions
- Table rows are created by using which tag? Group of answer choices <tablerow> <row> <tr> <trow> this is for HTMLarrow_forwardIf 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 advancearrow_forwardHeader Nav Article Aside Footer Nav Header Article Footer Create the above templates in html, use tables.arrow_forward
- Some data can be represented using nested Tables. A Table is considered nested when its parent element is a Table Data element. Recreate the table below in nested_table.html. id type ppu batters topping id type 5001 | None 5002 Glazed 5003 Sugar 5004 Powdered Sugar 5005 | Frosting 0001 | donut 0.55 0002 cupcake 0.75arrow_forwardWrite HTML code by using table structure according to given figure. You have to provide your First, Middle, and Family name in the table. You should use rowspan and colspan attributes of table. First name: Rabab Middle name: Abdulwahid Family name: AlMansourarrow_forwardMake a class schedule table in HTML. Row headers should show days of the week and column headers class times. Tables should list subjects and instructors. Caption the table with its content.arrow_forward
- Which tags are most commonly used in creating a table? Group of answer choices th table header tr td column footer this is for HTMLarrow_forwardMySql Workbench CREATE TABLE students ( id INT PRIMARY KEY, first_name VARCHAR(50), last_name VARCHAR(50), age INT, major VARCHAR(50), faculty VARCHAR(50)); CREATE TABLE location ( id INT PRIMARY KEY, name VARCHAR(50), rooms INT); CREATE TABLE faculty ( id INT PRIMARY KEY, name VARCHAR(50), department_id INT); 1. List last name of all students whose first name is longer than 4 letters in ascending order accordingto the last name. Duplicated rows should be removed from the output.2. Count the total number of rooms in Location.3. Find the number of students in each major.4. Find the number of employees in each department who get no commission or have salary less than5000.5. Find the maximum salary of employees in each department that the employee was hired 15 yearsbefore now. *hint: user TIMESTAMPDIFF(<unit type>,<Date_value 1>,<Date_value 2>), the unitcan be YEAR, MONTH, DAY, HOUR, etc...arrow_forwardWrite HTML code by using table structure according to given figure. include the provided First, Middle, and Family name in the table. use rowspan and colspan attributes to create the table. First name: Rabab Middle name: Abdulwahid Family name: AlMansour see picture below for examplearrow_forward
- Write HTML code by using table structure according to given figure. You have to provide your First, Middle, and Family name in the table. use rowspan and colspan attributes to create the table. First name: Rabab Middle name: Abdulwahid Family name: AlMansourarrow_forwardDraught the markup for a table in HTML that represents the schedule for your next class. The various class times should be listed as column headings in the columns, and the different days of the week should be included as row headers in the rows. The data in the table needs to show both the topic and the name of the instructor. Make sure the table has a suitable caption, which will be shown at the very top of the table.arrow_forwardDraught the markup for a table in HTML that represents the schedule for your next class. The various class times should be listed as column headings in the columns, and the different days of the week should be included as row headers in the rows. The data in the table need to show both the topic and the name of the instructor. Make sure the table has a suitable caption, which will be shown at the very top of the table.arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- New Perspectives on HTML5, CSS3, and JavaScriptComputer ScienceISBN:9781305503922Author:Patrick M. CareyPublisher:Cengage LearningNp Ms Office 365/Excel 2016 I NtermedComputer ScienceISBN:9781337508841Author:CareyPublisher:Cengage
- COMPREHENSIVE MICROSOFT OFFICE 365 EXCEComputer ScienceISBN:9780357392676Author:FREUND, StevenPublisher:CENGAGE L
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:9781305503922
Author:Patrick M. Carey
Publisher:Cengage Learning
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:9781337508841
Author:Carey
Publisher:Cengage
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
Computer Science
ISBN:9780357392676
Author:FREUND, Steven
Publisher:CENGAGE L