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 2, 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.
      • Include the content to be displayed in the webpage using <h1> </h1> tag pair.
    • Close the header tag using </head>.
  • Close the file using </html> tag.

Blurred answer
Students have asked these similar questions
use php 1. Display the array elements in h1 tags. 2. Create an array $links in which the key is the name of the college and the value is the hyperlink to the college. Display the names of the colleges as hyperlinks. When you click on those links, the college website should open. 3. Display the data from the array $colleges in an HTML table.The first column should display the short names of the colleges(key) and the second column should display the fullname of the colleges (value). 4. Display the college names from the array $colleges in an ordered list. 5. Display the $collegs array elements in the dropdown list.
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.
write the html code to insert horizontal rule
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