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 4.7, Problem 1CP
Program Plan Intro
Image Links:
Image link is a link which is used to connect another web page using an image. In html, anchor tag “<a>” is used to connect an image with web page.
Example:
<!--Anchor Tag-->
<a href= “http://www.freedigitalphotos.net/”>
<!--Image Tag-->
<img src= “/images/digi.png” alt= “Free images with their links”/>
<!--Close Tag-->
</a>
Here, the link is opened when the image “digi.png” is clicked.
Expert Solution & Answer
Want to see the full answer?
Check out a sample textbook solutionStudents have asked these similar questions
Create a table in HTML that conforms to your class schedule. Different class times should be shown as column headings in the columns, and various days of the week should be listed as row headers in the rows. The subject and teacher's name should be shown in the table data. Use a suitable caption for the table because it will be visible at the top.
Create a response layout using HTML5 semantic structure and CSS media Query and link style sheet externally.
HTML programming
Make a trip page for traveling to San Diego, California from any location.
For this page must: Include all trip content in the page.
Use a table for the departure information.
Use an aside tag for the Length, Price, Region and Destination.
Try using article, and section tags where they make sense.
Chapter 4 Solutions
Web Development and Design Foundations with HTML5 (8th Edition)
Ch. 4.1 - Prob. 1CPCh. 4.1 - Prob. 2CPCh. 4.1 - Prob. 3CPCh. 4.5 - Prob. 1CPCh. 4.5 - Prob. 2CPCh. 4.5 - Prob. 3CPCh. 4.7 - Prob. 1CPCh. 4.7 - Prob. 2CPCh. 4.7 - Prob. 3CPCh. 4 - Prob. 1MC
Ch. 4 - Prob. 2MCCh. 4 - Prob. 3MCCh. 4 - Prob. 4MCCh. 4 - Prob. 5MCCh. 4 - Prob. 6MCCh. 4 - Prob. 7MCCh. 4 - Prob. 8MCCh. 4 - Prob. 9MCCh. 4 - Prob. 10MCCh. 4 - Prob. 11FIBCh. 4 - Prob. 12FIBCh. 4 - Prob. 13FIBCh. 4 - Prob. 14FIBCh. 4 - Prob. 15FIBCh. 4 - Prob. 1AYKCh. 4 - Prob. 2AYKCh. 4 - Prob. 3AYKCh. 4 - Prob. 1HOECh. 4 - Prob. 2HOECh. 4 - Prob. 3HOECh. 4 - Prob. 4HOECh. 4 - Prob. 5HOECh. 4 - Prob. 6HOECh. 4 - Prob. 7HOECh. 4 - Prob. 8HOECh. 4 - Prob. 9HOECh. 4 - Prob. 10HOECh. 4 - Prob. 1WRCh. 4 - Prob. 2WRCh. 4 - Prob. 1FWD
Knowledge Booster
Similar questions
- Create a page for the solar system with a minimum of 4 paragraphs. You can get the content from Wikipedia, Nasa, or any source you like. Include a link to the original source. Include a table listing: planets, their radius or diameter, their distance from the sun, and their mass. Include a caption. Use TH tags where appropriate Include a border Include a picture of the solar system which is an image map. Each planet in the image should link to a page about that planet Create a page for each of your planets. Include a minimum of 4 paragraphs for each page. Include a link to the original source. Include an image of the planet Include a list of any moons the planet may have.arrow_forwardBuild this initial home page inside a 2x2 html table. Using the proper table attributes, make the table 800 pixels wide and 500 pixels high. Using html attributes, make the first row 100 pixels high and the first column no more than 200 pixels wide. Tentatively label each cell of the table like this:arrow_forwardCreate a semantic page layout with only with HTML no styling. Within the header, create a navigation list with one or two "skip navigation links. In the main content, create a form with username and email text inputs and a submit button. Create a footer with the copyright date. Make sure that all elements that need proper WGAG compliant AIRA and ROLES and can be navigated by keyboard and screen reader.arrow_forward
- Prior to HTML 5, sections were identified with: the section element and the name attribute the div element and the id attribute the article element and the section attribute the aside element and the id attribute To mark content that is related to the main article, use the sidebar element the extraContent element the aside element the section element Which of the following marks the content as emphasized text? <i>Daily Special</i> <em>Daily Special</em> <strong>Daily Special</strong> <b>Daily Special</b> Which of the following should be used to mark the text string “H2SO4”? H<lower>2</lower>SO<lower>4</lower> H<sup>2</sup>SO<sup>4</sup> H<code>2</code>SO<code>4</code> H<sub>2</sub>SO<sub>4</sub> Which of the following links the HTML file to the CSS style sheet file, mystyles.css?…arrow_forwardCreate an html page. Add 5 product images to the page with Price, Name, Description and Id attributes. Under each product add an add to cart button and a remove from cart button on each item. Make the id property of the buttons the id for the product. At the top right of the page, add a link that says (0) cart. When the add button is pressed, this number should increase. When the remove button is pressed, this number should decrease. When I click on the link, it should take me to a new page called checkout.html. The checkout.html page should display all the items in the cart, and a total price. Add a form on the page that takes my name, email, phone number, and credit card number. Use a regular expression to validate the email, phone number, and credit card. Create a javascript file as script for the product html and checkout html page. In this file, create an empty array to store the items added to the cart. Create a products array and create a product object for each of your…arrow_forwardPlace the four main elements of a website reference in the correct order. main elements: date, author, title, website name. https://xxxxxxx First Element: Second Element: Third Element: Fourth Element:arrow_forward
- Make a web page to show your School transcript. Your transcript should include: A picture of “School” logo (attached). A table of at least two semesters of the courses you take and the grades you got (you can make up the grades). Use banded rows for the courses. The courses are separated by semester. Calculate the average score for each semester. Calculate the average score for all courses taken at the bottom row. Background color for Overall Average row: #003300 Background color for semester row: #009900 Your HTML file should include the appropriate tags. Use an external CSS file to set all the styles for the web page.arrow_forwardRecreate the following basic web form in an HTML web page using nested list. Do not forget the basic HTML structure and all necessary meta tags. Attached herewith is the outputof the HTML and the image itself needed for the table.arrow_forwardBased on web technologyarrow_forward
- i need to make sure for the answerarrow_forwardAs you learn about box modeling in HTML and CSS, discuss whether you think the process is an easy one, or a difficult one. Also; list two advantages and one disadvantage to using such a method to manage your website builds.arrow_forwardHow to perfectly aligned the rows and columns as seen at the photo? Please write the following HTML code and where to put it.arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- New Perspectives on HTML5, CSS3, and JavaScriptComputer ScienceISBN:9781305503922Author:Patrick M. CareyPublisher:Cengage LearningNp Ms Office 365/Excel 2016 I NtermedComputer ScienceISBN:9781337508841Author:CareyPublisher:Cengage
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:9781305503922
Author:Patrick M. Carey
Publisher:Cengage Learning
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:9781337508841
Author:Carey
Publisher:Cengage