CS2263/Assigments/3/sample.html

11 lines
307 B
HTML
Raw Permalink Normal View History

2023-05-22 23:28:51 -03:00
<!DOCTYPE html>
<html lang = "en"> <!-- attribute that the language is english -->
<head>
<meta charset="utf-8"/>
<title>Hello (Suessian) world!</title>
</head>
<body>
<p>Hello</p>
<p>World</p>
</body>
</html>