Skip to content

Commit

Permalink
html5 helloworld
Browse files Browse the repository at this point in the history
  • Loading branch information
Compukid committed Jun 3, 2024
1 parent 08353d8 commit b392392
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions html5_fundamentals/module1/hello_world.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<META CHARSET="UTF-8">
<link rel="stylesheet" href="style.css">
<title>My first page</title>
</head>
<body>
Hello World
<!-- this is a comment -->
</body>
</html>

0 comments on commit b392392

Please sign in to comment.