Web Development and Design Foundations with HTML5 (8th Edition)
Web Development and Design Foundations with HTML5 (8th Edition)
8th Edition
ISBN: 9780134322759
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
Using HTML5 code, create cart_checkout.html as shown in the below given picture. Fill the checkout form with all necessary details and add a screenshot to your answer. I attached file The CVV should be obscured so that it cannot be read.
create a html document in which you have to write a paragraph in the body section that should use different tags like bold, italic, abbr, audio and video tags. The document should have proper title and headings. Use 2 images in your document also.
You are required to design HTML page based on the following descriptions:    Create tag to display the web page title called “IT Blog”.  Change the background color of the web page to be light blue, the code of that color is “#E0F8F8”.  Adjust the margins of the web page according to the given information:  Left margin= 60  Margin Height= 50  Bottom margin= 40    Add heading to the web page with the following specification:   Heading= “ TechTarget”  Size= “1”  Color=”# 074244”  Font type= “Cooper Black”      Add horizontal line.   The size of the line is “10”    the width is “75%”   change the color to be “#586061”  Add an introduction paragraph after the horizontal line.   The size should be “3”.  “TechTarget provides IT Pros with insight on the latest and most important issues in information technology through various IT blogs.”        Add a sentence “Related Question:” as a sub-heading.   Select “#732319” to be the font color of this sentence  Size= 5…
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