You are on page 1of 2

<!--<!

DOCTTYPE html>
<html>
<body>
<h2>method Attribute</h2>
<form action="https://WWW.w3schools.com/action-page.php"target="blank"method="GET">
First name:<br>
<input type"text"name="Firstname"value="Mike"> <br>
Last name:<br>
<input type="text"name="Lastname"value="Paul"><br><br>
<input type="Submit"value="Submit">
</form>
<P>
</bod>
</html>
-->
<form action="https://WWW.w3schools.com/action-page.php"target="blank"method="GET">
First name:<br>
<legend> personal information:<legend>
<input type ="text"name="firstname"value="Mike"><br>
lastname:<br>
<input type="text"name="last name"value="Paul"><br><br>
<input type="Submit"valu="Submit">
</form>
<P>
</bod>
</html>
-->
<html>
<body>
<select name="object"size="3"multiple>
<option value ="car">car</option>
<option value ="pc">pc</option>
<option value ="org">org</option>
<option selected="man">man</option>
</select>
</form>
-->
<html>
<body>
<form>
<input type="radio"name="gender"value="male"checked>male<br>
<input type="radio"name="femel"value="female"> female<br>
<input type="radio"name="gender"value="other"> other<br>
</form>
-->
<html>
<body>
<h2>
<frame> col="50,50">
<frame> src="femal.html="name="frame1="><br>
<frame> src="male.html="name="frame2=">
</frame>
-->
<html>
<body>
<h2>
<iframe>
<iframe scr=""style="heirght:200px;width:300px">
</iframe>
-->
<html>
<body>
<h2>
<table border="1">
<tr>
<body bgcolor="rgb(255,255,255)">
<tr>
<td> here isa</td>
<td> table with a</td>
</table>
</tr>
</td>
-->
<html>
<body>
<h3 style="border:2px solid Tomato;">Hello World</h3>
<h3 style="border:2px solid DodgerbBlue;">Hello World</h3>
<h3 style="border:2px solid Violet;">Hello World</h3>
</body>
</html>

You might also like