Skip to content

Instantly share code, notes, and snippets.

@BRAVO68WEB
Created April 11, 2021 06:04
Show Gist options
  • Save BRAVO68WEB/d8162470a90ee430b16f46dd11fcd207 to your computer and use it in GitHub Desktop.
Save BRAVO68WEB/d8162470a90ee430b16f46dd11fcd207 to your computer and use it in GitHub Desktop.
HTML Tut
<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