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

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...
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)
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.
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...
java 2. Write a program to implement heapsort. Sort the following elements using your program. 6,...
java 2. Write a program to implement heapsort. Sort the following elements using your program. 6, 12, 34, 29, 28, 11, 23, 7, 0, 33, 30, 45
Write a program that validates passwords based on the following requirements: • must be at least...
Write a program that validates passwords based on the following requirements: • must be at least 8 characters in length • must include at least 1 alphabet character • must include at least 1 number The program should implement the password checker using a function name validate_password, which takes two strings as input and returns one of the following: • 0 if the passwords match and fulfill all requirements • 1 if the passwords are not the same length •...
Write a program that validates passwords based on the following requirements: • must be at least...
Write a program that validates passwords based on the following requirements: • must be at least 8 characters in length • must include at least 1 alphabet character • must include at least 1 number The program should implement the password checker using a function name validate_password, which takes two strings as input and returns one of the following: • 0 if the passwords match and fulfill all requirements • 1 if the passwords are not the same length •...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT