Web Development and Design Foundations with HTML5 (8th Edition)
8th Edition
ISBN: 9780134322759
Author: Terry Felke-Morris
Publisher: PEARSON
expand_more
expand_more
format_list_bulleted
Question
Chapter 11, Problem 1HOE
Program Plan Intro
Program Plan:
- Include the HTML tag using <html>.
- Include the header tag using <head>.
- Include the style on the webpage using <style> tag.
- Set the background property as “#D3D3D3”.
- Set the color property as “#0000FF”.
- Set the font property as “Times New Roman”.
- Include the style on the webpage using <style> tag.
- Close the header tag using </style>.
- Close the header tag using </head>.
- Open the body of the web page using <body> tag.
- Include the head tag <h1> to display page heading.
- Include the <video> tag and provide the file name using the src attribute.
- Include a video link using <a> anchor tag.
- Close the video using </video> tag.
- Include the head tag <h1> to display page heading.
- Close the body using </body> tag.
- Include the header tag using <head>.
- Close the file using </html> tag.
Expert Solution & Answer
Want to see the full answer?
Check out a sample textbook solutionStudents have asked these similar questions
Write the HTML for a hyperlink to a video called sparky.mov on a web page.
Write HTML code to insert a link using <a> tag that when clicked takes user toYouTube' page.
Using HTML, CSS, and JavaScript create a small site that will display a list of 5 small images that can be dragged and dropped into a larger box to display the image larger on the site. The list of images should not disappear after being dropped. In dropbox, the image being dropped should replace the previous image dropped to the box.
Chapter 11 Solutions
Web Development and Design Foundations with HTML5 (8th Edition)
Ch. 11.3 - Prob. 1CPCh. 11.3 - Prob. 2CPCh. 11.3 - Prob. 3CPCh. 11.7 - Prob. 1CPCh. 11.7 - Prob. 2CPCh. 11.7 - Prob. 3CPCh. 11.11 - Prob. 1CPCh. 11.11 - Prob. 2CPCh. 11.11 - Prob. 3CPCh. 11 - Prob. 1MC
Ch. 11 - Prob. 2MCCh. 11 - Prob. 3MCCh. 11 - Prob. 4MCCh. 11 - Prob. 5MCCh. 11 - Prob. 6MCCh. 11 - Prob. 7MCCh. 11 - Prob. 8MCCh. 11 - A file that contains a Flash animation uses the...Ch. 11 - Prob. 10MCCh. 11 - Prob. 11FIBCh. 11 - Prob. 12FIBCh. 11 - Prob. 13FIBCh. 11 - When displaying a Java applet, the browser invokes...Ch. 11 - Prob. 15FIBCh. 11 - Prob. 16SACh. 11 - Prob. 17SACh. 11 - Prob. 1AYKCh. 11 - Prob. 2AYKCh. 11 - Prob. 3AYKCh. 11 - Prob. 1HOECh. 11 - Prob. 2HOECh. 11 - Prob. 3HOECh. 11 - Prob. 4HOECh. 11 - Prob. 5HOECh. 11 - Prob. 6HOECh. 11 - Prob. 7HOECh. 11 - Prob. 1WRCh. 11 - Prob. 2WRCh. 11 - Prob. 3WRCh. 11 - Prob. 4WRCh. 11 - Prob. 1FWDCh. 11 - Prob. 2FWD
Knowledge Booster
Similar questions
- Design a website that has two pages: a static HTML and a PHP file. - Write your name and student ID. - The HTML file contains a form that requests a color and a number, between 5 and 50. - The PHP file reads the values for color and the number. Style the text “Working in the lab is great” with the color submitted and sized to the number of points submitted. Show the text in the browser. Submit the code. Select a color: Select a size: Submitarrow_forwardUsing HTML and CSS programming languages, create your personal web page which is composed by two pages (Curriculum Vitae and Cover letter) with the following content: The curriculum vitae: - The web page title is your name-cv (example: Abcd-CV) - The web page (body) color code is #A9F5F2 - Heads - Paragraph (the style of the text is justifying) - Two different colors of the text - Image (choose image from the web) - Ordered list - Unordered list -Hyperlink that connect you to the second page (cover letter) The cover letter: - The web page title is your name-cover letter (example: Abcd-cover letter) - Head - Paragraph (the style of the text is justifying) - Two different colors of the text - The web page (body) color code is #F5F6CE - Hyperlink that connect you to the wikipedia page of your native cityRequired to answer. Multi Line Text. please use any data or color, no problemarrow_forwardYou are required to design HTML page based on the following descriptions (add a screen shot of your web page in this document + paste the HTML code you create): Create tag to display the web page title called “IT Blog”. Add “Technology Blog” as Heading 1. Add “Types of Viruses” as Heading 3. Under Types of viruses heading add the following list and nested list: Malware Denial of Service attack (DoS) Distributed Denial of Service attack (DDoS) Spyware Add numbered list of the following questions: What are the best technology, gadget, app, industry, sites to follow? What is the best technology blog? Why? What are the best technology analyst blogs? What are the best blogs that cover emerging technologies? Create definition list for the following: Internet Explorer (IE): is a World Wide Web browser that comes bundled with the Microsoft Windows operating system (OS). The browser was deprecated in Windows 10 in favor of Microsoft's new…arrow_forward
- Please use html and css: one of the links in your menu will take to another .html page where you will have some images in it. You will have one big image frame, and some small images placed underneath the big frame. Every half second, the image on the big frame will change based on the small images you list down belowarrow_forwardCreate a page with a link at the top of it that when clicked will jump all the way to the bottom of the page. At the bottom of the page, there should be a link to jump back to the top of the page. -Internet programmingarrow_forwardWrite an HTML code for the following webpage (Form). Please complete the form below. Mandatory fields marked * Delivery Details Name * Address * Town/City County * Postcode * Is this address also your invoice address? * Yes ( NOarrow_forward
- Most web browsers have a command to “view the source” of a web page. Load the page http://horstmann.com into your browser and view the source. What is the “language” used for formatting the source? What images, links, bullets, and input elements can you find?arrow_forwardWrite html code to create a webpage with a table that displays a photo gallery like the webpage in three columns(photo, date, and description) <!DOCTYPE html> <html lang="en"> <head> <title>Photo Gallery</title> <link rel="stylesheet" href="styles.css"> </head> <body> <!-- TODO: Add your HTML here --> </body> </html> The index.html file uses a <link> element to import the CSS file styles.css. The CSS changes the font, adds a border around the table, and colors every other row light gray. The table should have a <caption> element that describes the photo gallery's theme. The table should have 3 columns and 5 rows: The 1st row should use <th> elements to list the Photo, Date, and Description headings. The 2nd - 4th rows should display the given vacation images in the 1st column with an alt attribute that briefly describes the photo. The 2nd column should display the date when the photo was…arrow_forwardHTML codearrow_forward
- Write a complete code for an HTML page containing a JavaScript program that displays an alert dialog box with your first name and last name on this alert box.arrow_forwardCreate an HTML file which has as many tags/elements as possible within its body.Then, a JavaScript is called within the body of the HTML file to change the style of at least three HTML elements by the click of a button. You can test run it through your Browser console / w3schools.comarrow_forwardIn Css, How Do You Make A Page Break After A Html Element?arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- COMPREHENSIVE MICROSOFT OFFICE 365 EXCEComputer ScienceISBN:9780357392676Author:FREUND, StevenPublisher:CENGAGE L
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
Computer Science
ISBN:9780357392676
Author:FREUND, Steven
Publisher:CENGAGE L