Basics of Web Design: Html5 & Css3
Basics of Web Design: Html5 & Css3
4th Edition
ISBN: 9780134444338
Author: Terry Felke-Morris
Publisher: PEARSON
bartleby

Concept explainers

Question
Book Icon
Chapter 9, Problem 2HOE
Program Plan Intro

Program Plan:

  • Include the HTML tag using <html>.
    • Open the body tag “<body>”.
      • Open the table tag “<table>”.
  • Open the group headers tag “<thead>”.Inside this tag
    • Open the table row tag “<tr>”.
    • Open the table heading tag “<th>” to add table headings.
    • Close the table row tag “</tr>”.
  • Close the group headers tag “</thead>”.
  • Open the group body tag  “<tbody>”.Inside this tag,
    • Open the table row tag using “<tr>”.
    • Open the table data tag “<td>” to add data to the cells.
    • Close the table row tag using “</tr>” tag.
  • Close the group body tag using “</tbody>”.
    • Close the table tag using “</table>”.
  • Close the body tag using “</body>”.
  • Close the html tag using </html>.

Blurred answer
Students have asked these similar questions
Create a class timetable table in HTML. The columns should provide class times, and the rows should include days of the week. Subject and instructor should be in the table data. The table's top caption should be suitable.
Header Nav Article Aside Footer Nav Header Article Footer Create the above templates in html, use tables.
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
Knowledge Booster
Background pattern image
Computer Science
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:9781305503922
Author:Patrick M. Carey
Publisher:Cengage Learning
Text book image
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:9781337508841
Author:Carey
Publisher:Cengage
Text book image
Oracle 12c: SQL
Computer Science
ISBN:9781305251038
Author:Joan Casteel
Publisher:Cengage Learning