CS2263/Assigments/3/CLionProject/example/HelloWorld.html
2023-05-22 23:28:51 -03:00

10 lines
228 B
HTML

<!DOCTYPE html>
<html lang = "en"> <!-- attribute that the langage is english -->
<head>
<meta charset="utf-8"/>
<title>Hello (Suessian) world!</title>
</head>
<body>
<p>Hello world</p>
</body>
</html>