<!DOCTYPE html>
<html>
<head>
<title>
hello world
</title>
</head>
<body>
</body>
</html>
//adding my name
<!DOCTYPE html>
<html>
<head>
<title>
hello world
</title>
</head>
<body>
<h1>
jason azghani
</h1>
</body>
</html>
No comments:
Post a Comment