Question

In: Computer Science

Write a html program that containing at least the following elements: A heading A paragraph An...

Write a html program that containing at least the following elements: A heading A paragraph An ordinary image with link An imagemap with two clickable areas/hotsppots, link one to asignment1 and link the other to any available picture.

USE INSTAGRAM WITH THE LINK FOR ONE

Solutions

Expert Solution

I don't get your use Instagram image point.

Rest of the things I have covered and for more info you can search on Google or W3schools.

For image map you can use Adobe photosop or ms-paint to find the coordinates of the image.

----‐----------------------------------------------------------------------------------------

<!DOCTYPE html>

<html>

<head>

<title><h2>Heading can vary from h1 to h6</h2></title>

</head>

<body>

<h4> This is also a heading</h4>

<p>h1 is the biggest heading and h6 is the smallest one. The size of heading decreases from h1 to h6. By the way this a Paragraph.</p>

<h5>Click following link</h5>

<a href =”https://www.google.com/” target=”_blank”>

<img src=”https://www.flickr.com/photos/135422544@N08/30200666691” alt=”Scenery”>

</a>

<p> Click on mobile phone or laptop to know more about them</p>

<img src=”https://images.app.goo.gl/aSpyibEh6tqbAaR88” alt=”imgmap” usemap=”#mapping”>

<map name=”mapping”>

<area shape=”rect” coords=”34, 44, 270, 350” alt=”computer” href=”https://en.wikipedia.org/wiki/Computer”>

<area shape=”rect” coords=”290,172,333,250” alt=”phone” href=”https://en.wikipedia.org/wiki/Mobile_phone”>

</body>

</html>


Related Solutions

Need to write a program and part 1 of the program is to write an HTML...
Need to write a program and part 1 of the program is to write an HTML code, here are the parameters, but I am new to HTML and I am confused as to how to write this. 1) HTML file shall:         - have your name(s) somewhere near the top, as a comment.         - be a complete html document with appropriate html tags.         - have 1 form with 2 parts, described as follows:         part 1:             -...
Write the below code to use HTML and JavaScript. 1. a) Write a JavaScript program to...
Write the below code to use HTML and JavaScript. 1. a) Write a JavaScript program to display the current day and time. b) Write a JavaScript program to print the contents of the current window.   c) Write a JavaScript program where the program takes a random integer between 1 to 10 d) Write a JavaScript program to calculate multiplication and division of two numbers (input from the user). e)Write a JavaScript program to create a new string from a given...
Write a program to insert the following elements into a hash table of size 17. The...
Write a program to insert the following elements into a hash table of size 17. The hash function is X mod 17 where X is the input element.   6, 12, 34, 29, 28, 11, 23, 7, 0, 33, 30, 45 Use linear probing to resolve any collisions.
specify the code to create html with the following content: 1. a paragraph stating, this is...
specify the code to create html with the following content: 1. a paragraph stating, this is an example. 2 image logo.jpg with alternate text ABC Logo below the paragraph created in 1.
Please write "my account" page program by using HTML and CSS
Please write "my account" page program by using HTML and CSS
Program in C: Write a program in C that reorders the elements in an array in...
Program in C: Write a program in C that reorders the elements in an array in ascending order from least to greatest. The array is {1,4,3,2,6,5,9,8,7,10}. You must use a swap function and a main function in the code. (Hint: Use void swap and swap)
Write a C++ program that does the following: Read and input file containing the following PersonAName,...
Write a C++ program that does the following: Read and input file containing the following PersonAName, PersonBName, XA,YA, XB, YB where the coordinates of PersonA in a 100 by 100 room is XA, YA and the coordinates of PersonB is XB, YB. Use square root function in cmath sqrt() to calculate the shortest distance between two points. A file will be uploaded in this assignment that will list coordinates of two people. The program should use a function call that...
Write a program to check the mathematical expressions containing the following parentheses for validity:                 (         &n
Write a program to check the mathematical expressions containing the following parentheses for validity:                 (                 [                 { Hint: {(6 – 2) * 8} is a valid expression. [3 + (6 * 7) } is an invalid expression.
Look at the HTML below ( do NOT modify the HTML), Outer paragraph, outer list, div...
Look at the HTML below ( do NOT modify the HTML), Outer paragraph, outer list, div with 2 inner paragraphs and one inner list , create a CSS which will: Make the outer list text color blue , and make the outer (non div) paragraph blue, and the div inner list element pink also inside the div element make the first inner paragraph green, and in the div element the second paragraph blue, so that in order: blue-blue-green-blue-pink As a...
Given the HTML below ( do not modify the HTML), Outer paragraph, outer list, div with...
Given the HTML below ( do not modify the HTML), Outer paragraph, outer list, div with 2 inner paragraphs and one inner list , create a CSS which will: a) Make the outer list text color blue , and make the outer (non div) paragraph blue, and the div inner list element pink also inside the div element make the first inner paragraph green, and in the div element the second paragraph blue, so that in order: blue-blue-green-blue-pink b)As a...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT