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: 9780134801346
Author: FELKE-MORRIS
Publisher: PEARSON
Question
Book Icon
Chapter 14, Problem 1WR
Program Plan Intro

Program Plan:

  • Include the HTML tag using “<html>”.
    • Include the title tag using “<title>” with appropriate title.
    • Include the style tag using “<style>”.
      • Set the style for heading, and table tags.
      • Close the style using “</style>”.
    • Include the body tag using “<body>” with background color.
      • Set the heading using heading tags.
      • Include the table element using “<table>”.
        • Include the table row with “<tr>” tag, table heading with “<th>”, and table column with “<td>” for website’s description, URL, and recommended page.
        • Include the anchor tag “<a>” for URL link and close the tag.
        • Close the tags using “</tr>”, “</th>”, and “</td>”.
      • Close the table using “</table>” tag.
    • Close the body tag using “</body>”.
  • Close the file using “</html>” tag.

Blurred answer
Students have asked these similar questions
A developer is the person who creates a web page that prompts a user to provide their personal information. Which method should be applied so that the data may be sent in the appropriate manner? A. Get It, B. Put It Out, C. Finish It, D. Do Something About It
I am developing a web page, but because the files that I have created for my page are in .HTML I cannot connect my web page with my database in phpMyAdmin, so I need help to pass the files from .HTML to .php ( without changing the structure of the pages) so that I can connect it with my php database. IF CAN, PLEASE SEND ME AN EMAIL bonifacioiyanga2019@hotmail.com SO THAT I CAN SEND THE FILES AND DISCUSS.
Using JSP, create the following:1. index.html: form for input user name, user ID values. The form should has a submit button to submit these values to a JSP page.2. Student.java: a JavaBean component that has user name, user ID attributes.3. View.jsp: a screen that print user information(user name and ID) as following:user name: [name]user ID: [ID]
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