Web Development and Design Foundations with HTML5 (9th Edition) (What's New in Computer Science)
Web Development and Design Foundations with HTML5 (9th Edition) (What's New in Computer Science)
9th Edition
ISBN: 9780134801148
Author: Terry Felke-Morris
Publisher: PEARSON
bartleby

Concept explainers

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

Program Plan:

  • Include the HTML tag using <HTML>
    • Open the head tag “<head>”.
      • Given the title as “table” that is written within title tags.
    • Close the head tag “</head>”.
    • Open the body tag “<body>”.
      • Open the table tag “<table>”.
        • Inside the “<thead>” tag,
          • Open the table row using “<tr>” tag.
            • Give the table headings using “<th>” and “</th>” tags.
          • Close the table row using “</tr>” tag.
        • Close the “</thead>” tag.
        • Inside the “<tbody>” tag,
          • Open the table row using “<tr>” tag.
            • Give the cell content using “<td>” and “</td>” tags.
          • Close the table row using “</tr>” tag.
        • Close the “</tbody>” tag.
      • Close the table tag “</table>”.
    • Close the body tag “</body>”.
  • Close the file using </html> tag.

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