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.
Create an HTML5 web page about one of your favorite hobbies. Choose a hobby and either take a relevant photo or select a relevant royalty-free photo from the Web (refer to Chapter 4). Decide on a heading for your page. Write one or two brief paragraphs about the hobby. The page must use valid HTML5 syntax and include the following elements: header, article, and footer. Use the figure, figcaption, and img elements to display the photo you have chosen. Include a hyperlink to a website that is relevant to the hobby. Include your name in an e-mail address in the page footer area. Configure the text, color, and layout with embedded CSS. Save the file as myhobby.html.
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