100-Days-Of-Code/Visual Studio Code Projects/Day-57/templates/guess.html
2024-12-11 19:13:48 +05:30

12 lines
242 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF8">
<title>Guess</title>
</head>
<body>
<h1>Hey {{ name.title() }}</h1>
<h2>I think you are {{ gender }}</h2>
<h3>And maybe {{ age }} years old</h3>
</body>
</html>