Created
April 11, 2021 06:04
-
-
Save BRAVO68WEB/d8162470a90ee430b16f46dd11fcd207 to your computer and use it in GitHub Desktop.
HTML Tut
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> Hi </title> | |
</head> | |
<body> | |
<h1> Hello Wolrd from Body </h1> | |
<hr> | |
<script> | |
console.log("Hello World from Console"); | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment