tikiwiki/packages/tiki-pkg-casperjs/jerome-breton/casperjs/tests/site/frame3.html

22 lines
495 B
HTML
Raw Normal View History

2023-11-20 21:52:04 +01:00
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>CasperJS frame 3</title>
<style> a {
display:inline-block;
width:100px;
}
a:hover {
background: red;
width:200px;
}</style>
</head>
<body id="f3">
<h1>This is frame 3.</h1>
Navigate to
<p><a href="frame2.html">frame 2</a></p>
</body>
</html>