Skip to content

Instantly share code, notes, and snippets.

@nmedia82
Created July 3, 2022 13:23
Show Gist options
  • Save nmedia82/0921ad75a4ceff7041ce521ae557b014 to your computer and use it in GitHub Desktop.
Save nmedia82/0921ad75a4ceff7041ce521ae557b014 to your computer and use it in GitHub Desktop.
NOWA Trainings Batch 01 HTML CSS Session 2
<html>
<head>
<title>NOWA Homepage</title>
<link href="images/favicon.png" rel="icon" type="image/x-icon" />
</head>
<body>
Hi students, today is our session no 2. And today we learn how to create
a HTML page.
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment