<html>
<head>
<title>سر تیتر خود را بنویسید</title>
</head>
</html>
<html>
<head>
<title>سر تیتر خود را بنویسید</title>
</head>
</html>
<html>
<head>
<style>
h1 {
float: رانتخاب کنیدh1جهت متن ;
margin:عددpx;
}
</style>
</head>
<body>
<h1>Hello world, this is my first code</h1>
</body>
</html>
<html>
<body>
<form action="action_page.php">
First name:<br>
<input type="text" name="firstname">
<br>
Last name:<br>
<input type="text" name="lastname">
<br><br>
<input type="submit">
</form>
</body>
</html>
<html>
<body>
<form>
<input type="radio" name="sex" value="male" checked> Male
<br>
<input type="radio" name="sex" value="female"> Female
</form>
</body>
</html>