Kargi-Sitesi/node_modules/selenium-webdriver/lib/test/data/linked_image.html

17 lines
685 B
HTML
Raw Normal View History

2024-11-03 21:30:09 -05:00
<!DOCTYPE html>
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html">
<title>Linking with an image</title>
</head>
<body>
<img style="width: 644px; height: 41px;" alt="banner" src="banner.gif"><br>
<a id="link" href="./resultPage.html">Click here for next page</a><br>
<a id="linkWithEnclosedImage" href="./resultPage.html"><img id="enclosedImage" src="./banner.gif"></a><br/>
<a id="linkToAnchorOnThisPage" href="#link">link to other link</a><br/>
<a id="justanotherLink" href="./resultPage.html">Just another link.</a><br/>
<a id="linkWithExtraEnclosedImage" href="./resultPage.html"><div><img id="extraEnclosedImage" src="./banner.gif"></div></a><br/>
</body>
</html>