esercizi su form, php
This commit is contained in:
26
test_5.html
Normal file
26
test_5.html
Normal file
@@ -0,0 +1,26 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<title>Example</title>
|
||||
<meta name="author" content="Adam Freeman"/>
|
||||
<meta name="description" content="A simple example"/>
|
||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>Things I like</h1>
|
||||
<nav>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="fruits.html" target="myframe">Fruits I Like</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="activities.html" target="myframe">Activities I Like</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
<iframe name="myframe" width="300" height="100">
|
||||
</iframe>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user