Initial commit
This commit is contained in:
11
Assigments/3/CLionProject/sample.html
Normal file
11
Assigments/3/CLionProject/sample.html
Normal file
@ -0,0 +1,11 @@
|
||||
<!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>
|
Reference in New Issue
Block a user