how to create two linked web pages. the first web page should have an image of a tiger that must be linked to another page. the second document should have information on the project save tiger
Answers
Answered by
5
Answer:Use anchor tag
Explanation:
use the <a> tag. It should be used as follows
<a href = “savetigers.html”> Save Tigers </a>
savetigers.html is the name of the other document.
Answered by
22
Answer:
<HTML>
<HEAD><TITLE>TIGER IMAGE </TITLE >
</HEAD>
<BODY>
<IMG SRC ="LOCATION/name ( tiger).jpg or png acc. to pic >
<A Href ="name of page .HTML (tiger .html)>click here (providing button for connecting two pages )</A>
</Body>
</HTML>
<HTML>
<HEAD>
<Title >tiger </title ></head >
<body>
information about tiger and you can decorate using tags
</body>
</html>
Similar questions