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
Question
Book Icon
Chapter 9, Problem 3HOE
Program Plan Intro

Program Plan:

  • Include the HTML tag using <HTML>.
    • Include the header tag using <head>.
      • Include the title on the webpage using <title>.
    • Close the header tag using </head>.
    • Open the style tag using<style> and type= “text/css”.
      • Inside the style tag include the label tag is included.
        • It also includes alignment of input and textarea.
        • Also includes alignment of body tag, holder tag, and footer tag.
    • Close the style tag using <style>.
    • Open the body of the web page using <body>.
      • Includes the alignment of the div tag using <div>.
        • Contact us is set as header using <h1> tag.
        • Open the form tag using <form> using get method.
        • Includes alignment of label tag using <label>
        • It takes the input for first name, last name, email and comments
        • Create buttons to send feedback and reset.
        • Close the form tag using </form>.
        • Close the div tag using </div>.
        • Open the div tag using <div>
        • Include the email link attachment.
        • Close the div tag using </div> tag.
    • Close the body using </body> tag.
  • Close the file using </html> tag.

Blurred answer
Students have asked these similar questions
Design the below form using HTML and CSS. Your form design must be the same as below.
Design a contact form. When the "send" or "save" button is clicked on the data entered in the form, keep the values in the fields entered in javascript alert, javascript document.write or javascript object array and display them on the screen within the html table control. Use html, css and javascript.
Write the HTML code to create a form that allows users to submit their name and email address. The form should have the following elements: 1. A text input field for the user's name. 2. A text input field for the user's email address. 3. A submit button to submit the form. Name: Answer: Email: Submit
Knowledge Booster
Background pattern image
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