Web Development and Design Foundations with HTML5 (8th Edition)
Web Development and Design Foundations with HTML5 (8th Edition)
8th Edition
ISBN: 9780134323534
Author: FELKE-MORRIS
Publisher: PEARSON
Question
Book Icon
Chapter 9, Problem 1HOE
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> tag.
    • Close the header tag using </head>.
    • Open the body of the web page using <body> tag.
      • Create a text box of width 30 characters.
        • Form action is performed on http://webdevbasics.net/scripts/demo.php with post method.
        • Group of radio buttons is used to select the favorite month.
        • A select list is included to select a social networking site.
        • Fieldset and legend tags are used to put all the related information inside the same field.
        • A password field is added.
        • An image element is included.
        • Close the fieldset tag using </fieldset>.
        • Close the form tag using </form>.
    • Close the body using </body> tag.
  • Close the file using </html> tag.

Blurred answer
Students have asked these similar questions
Write the HTML and CSS code to produce the following result in browser, use the transparency to show the image transparent as shown in the figure. As we hover the mouse over the image it should clearly be displayed as shown in the figure (the right most).
12- Write an HTML code to design a webpage that will display a nested list as shown in the sample output given below. Sample Output:            Deserts  in GCC A. Oman    Wahiba Sands  Bawshar Sands   B. Qatar   Singing Sand Dunes. Doha Desert     a) For the Heading: “Deserts  in GCC ”  apply yellow color to the text , with size of 30px, align the text to left, and text must be set to upper case using CSS style.                                                                                              (2 Marks) b) For the Nested items/list: Using CSS style, apply red color to the text, with size of 20px.
Write the HTML code to output the followings. Do this task as at it given in the image with same format , style ,bold style. everything remain same as given in the image.
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