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 1RQ
Program Description Answer

<tr> tag is used to begin a table row while </tr> tag is used to end a table row.

Hence, the correct option is “B”.

Expert Solution & Answer
Check Mark

Explanation of Solution

“<tr> </tr>” tag pair:

  • In a Hypertext Markup Language (HTML) table, <tr> tag represents a table row. Hence <tr> </tr> is the HTML tag pair which is used to begin and end a table row.
  • Different attributes of <tr> tag include align which sets the horizontal alignment, valign which sets the vertical alignment, bgcolor which sets the background color, background which sets the background image and border color which sets color for all borders of a table.
  • <tr> element may consist of one or more <th> which contains header information or  <td> which contains data.
  • In HTML, <tr> tag generally supports both event and global attributes.

Explanation for incorrect options:

<td </td>  tag pair:

  • In HTML, <td> tag is used to define a cell which contains data in a table. It begins with <td> tag and ends with </td> tag.

Hence, the option “A” is wrong.

“<table> </table> tag pair:

  • In HTML, it defines a table. It begins with <table> tag and ends with </table> tag.

Hence, the option “C” is wrong.

“<th> </th> tag pair:

  • In HTML, <th> tag is used to define a header cell in a table. It begins with <th> tag and ends with </th> tag.

Hence, the option “D” is wrong.

Want to see more full solutions like this?

Subscribe now to access step-by-step solutions to millions of textbook problems written by subject matter experts!
Students have asked these similar questions
language: HTML   Create a responsive webpage for food items. there are three requirements 1: when the user hovers over the item name ('item 1') the details of the item should be displayed. the text should return back to the original (aka from the food description to the food name ) after the mouse pointer moves away   2. When the user clicks 'add to cart' for an item, the 'cart total' is updated, and the button to add the item to the cart is disabled so that it cannot be added twice. 3. the user can input an amount into the 'confirm purchase' section and click the button. If the amount is less than the 'cart total', the following alert should be shown:  "payment amount is less than cart total" otherwise: "payment complete"
The following table is in 2NF. Convert it to 3NF using proper notation: Forum (ForumNum, ForumDate, CustomerNum, LengthOfForum, PresentationCode, FacilitatorID (LastName, FirstName, Street, City, ZipCode))
Design  HTML Form in javascriptApply the data validation :1. Mobile number field data must be a numeric data and not less than 8 digits,2. The email field must accept the data which must contain the character '@' and dot (.). Andthe character @ must not be the first character and the last dot must at least be onecharacter after the @.On submitting the form, If all these validations are followed, another Html page.
Knowledge Booster
Background pattern image
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education