Created
July 3, 2022 13:23
-
-
Save nmedia82/0921ad75a4ceff7041ce521ae557b014 to your computer and use it in GitHub Desktop.
NOWA Trainings Batch 01 HTML CSS Session 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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