Question

Create an HTML5 document that uses an image as an e-mail link. Use attribute alt to...

Create an HTML5 document that uses an image as an e-mail link. Use attribute alt to provide a description of the image and link.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Following is the html5 code to display image which is an email link. in case of any question or confusion let me know.Use a valid path of image in src tag

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>My Email Page </title>

<style></style>

</head>

<body>


<div align="center">
<h2>Click on email Logo to mail us:</h2>
<a href="mailto:[email protected]">
<img src="emailLogo.png" height=40% width=40% alt="Click on logo to send mail to [email protected]">
</a>.<br>

</div>

</body>
</html>

Click on email Logo to mail us:

Add a comment
Answer #2
SnehaCreate an HTML5 document that uses an image as an e-mail link. Use attribute alt to.
source: Education
answered by: Sneha
Add a comment
Know the answer?
Add Answer to:
Create an HTML5 document that uses an image as an e-mail link. Use attribute alt to...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Create a document that has a small image of yourself, which must appear with the center...

    Create a document that has a small image of yourself, which must appear with the center at the position of the mouse cursor when the mouse button is clicked, regardless of the position of the cursor at the time. Include a heading explaining what the page is for. Use an external style sheet to display the heading in red color. After creating, testing, and validating the HTML5 and CSS documents, publish them together with your Javascript code file on your...

  • Place an e-iall k t0 yuIJU 6. Create a web page about your favorite sports team...

    Place an e-iall k t0 yuIJU 6. Create a web page about your favorite sports team with a two-column table that list the positions and starting players. Use embedded CSS to style the table border, back ground color, and center the table on the web page. Place an e-mail link to yourself n the web page. Save the file as sport8.html. 7. Create a web page about your favorite movie that uses a two-column table contain- ing details about the...

  • Hey I am having an issue with my HTML5 document. Everything is working fine except that...

    Hey I am having an issue with my HTML5 document. Everything is working fine except that I am not sure how to make my <h1> Objective </h1> to align towards the left. I have tried for instance <p align = "Left"> <h1> <strong>Objective </strong> </h1> </p> Any help would be great. Thanks <!DOCTYPE html> <html> <!-- Do I need to use <head> right here? I tried it without head or urf-8 and it worked--> <!-- I'm still a bit confused...

  • Question 1 To remove the underlining from an <a> element, you can use CSS to set...

    Question 1 To remove the underlining from an <a> element, you can use CSS to set its A. text-decoration property to none B. text-decoration property to off C. underline property to none D underline property to off Question 2 You can use the CSS list-style-type property to change A. the bullet style in an unordered list B the number style in an ordered list C the terms style in a description list Dthe bullet or number style in an unordered...

  • Question 1 To remove the underlining from an <a> element, you can use CSS to set...

    Question 1 To remove the underlining from an <a> element, you can use CSS to set its A. text-decoration property to none B. text-decoration property to off C. underline property to none D underline property to off Question 2 You can use the CSS list-style-type property to change A. the bullet style in an unordered list B the number style in an ordered list C the terms style in a description list Dthe bullet or number style in an unordered...

  • Create a UML activity diagram that describe the behavior of the following “Document Processing" use case....

    Create a UML activity diagram that describe the behavior of the following “Document Processing" use case. Description of the use case: A document goes through different stages as following: 1. First, an Author creates a document draft. 2. Then it is reviewed by a Reviewer. 3. The reviewed document has to be sent to Approver. 4. If the Approver approve the document, then the effective document is sent back to the Reviewer, who can decide if it is accepted without...

  • Java Create a class named OrderedList. It will use a LinkedList of integers as its attribute....

    Java Create a class named OrderedList. It will use a LinkedList of integers as its attribute. The constructor will simply create an empty list. This will be a different LinkedList, as all of the items will be in ascending numerical order. That means items will not necessarily be placed at the end of the list, but placed where it should be located. Note that the iterator simply uses the next() method, so if you use the iterator to find the...

  • BUSINESS COMMUNICATION Please write an e-mail according to the scenario below. Remember to use an appropriate...

    BUSINESS COMMUNICATION Please write an e-mail according to the scenario below. Remember to use an appropriate subject line, Do your best to strike the right tone. As the manager of Reprographic Services, write an e-mail message to Alicia Rodriguez, manager, Technical Services. You are very worried that one of the computers of your operators may be infected with a virus. The computer belongs to Jackie Jimenez. Jackie says that each time she opens a previously stored document in her Word...

  • Create a XHTML document containing a form. The title bar should display “Voting Form”. The form...

    Create a XHTML document containing a form. The title bar should display “Voting Form”. The form should contain the following:   Text boxes to accept the person’s name and e-mail address At least five radio buttons the user can use to vote for a candidate for some office. (You make up some names) Text box for write-in alternative Checkboxes with name and value attributes for these options: o This is the first time I have voted online. o I have periodically...

  • image_gallery.js: $(document).ready(function() { $("#image_list a").each(function() {    // get the image URL and caption for each...

    image_gallery.js: $(document).ready(function() { $("#image_list a").each(function() {    // get the image URL and caption for each image    var imageURL = $(this).attr("href");    var caption = $(this).attr("title");       // preload the image for each link              var galleryImage = new Image();        galleryImage.src = imageURL;               // set up the event handlers for each link        $(this).click(function(evt) {            $("#image").attr("src", imageURL);        $("#caption").text(caption);              // cancel...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT