| <html> |
| <head> |
| |
| <style type="text/css"> |
| a:link,a:visited |
| { |
| display:block; |
| font-weight:bold; |
| color:#FFFFFF; |
| background-color:#blue; |
| width:120px; |
| text-align:center; |
| padding:4px; |
| text-decoration:none; |
| } |
| a:hover,a:active |
| { |
| background-color:#red; |
| } |
| |
| |
| |
| |
| |
| </style> |
| |
| <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> |
| <title>Alalatu websait</title> |
| <link href="stil.css" rel="stylesheet" media="all" type="text/css" /> |
| </head> |
| <body> |
| <div id="barameniu"> |
| <ul> |
| <li><a href="index.html">Home</a></li> |
| <li><a href="about.html">Pagina 1</a></li> |
| <li><a href="#">Pagina 2</a></li> |
| <li><a href="#">Pagina 3</a></li> |
| |
| |
| </ul> |
| </div> |
| |
| <a href="http://google.ro" target="_blank">This is a link</a> |
| <a href="default.asp" target="_blank">This is 2 link</a> |
| |
| <p style="center-top: 20px; margin-center:40px;" > |
| |
| <img src="1.jpg" style="opacity:0.4;filter:alpha(opacity=40)"
|
| onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100"
|
| onmouseout="this.style.opacity=0.4;this.filters.alpha.opacity=40" /> |
| </p> |
| <img src="4.jpg" style="opacity:0.4;filter:alpha(opacity=40)"
|
| onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100"
|
| onmouseout="this.style.opacity=0.4;this.filters.alpha.opacity=40" /> |
| |
| |
| |
| <form action="exemplu.php"> |
| <fieldset> |
| <legend>Adresa</legend>? |
| <label for="strada">Adresa strazii</label> |
| <input id="strada" name="strada" type="text" /> |
| <label for=" sector">Sector</label> |
| <input id="sector" name="sector" type="text" /> |
| <label for="judet">Judet</label> |
| <input id="judet" name="judet" type="text" /> |
| <label for="codpostal">CodPostal</label> |
| <input id="codpostal" name="codpostal" type="text" /> |
| </fieldset> |
| </form> |
| |
| |
| <form action="script.php" method="POST" target="_blank" > |
| <input type="text"></input> |
| </form> |
| <input type="submit" value="Trimite"></input> |
| |
| |
| </body> |
| </html> |