Skip to content

Instantly share code, notes, and snippets.

@tahaghafuri
Created June 17, 2022 04:51
Show Gist options
  • Save tahaghafuri/07515ec4905e76c0194eb7de22528aa1 to your computer and use it in GitHub Desktop.
Save tahaghafuri/07515ec4905e76c0194eb7de22528aa1 to your computer and use it in GitHub Desktop.
<html>
<head>
<title> TAGTEACH </title>
<style>
h1{
background-color: wheat;
font-size: 100px;
text-align: center;
}
</style>
<!--DO NOT INCLUDE CDN LINKS TO LIBRARIES HERE-->
<!--USE THE CDN TAB TO INCLUDE 3rd PARTY STYLESHEETS AND SCRIPTS-->
</head>
<body>
<!--Enter content here-->
<h1> HELLO WORLD </h1>
<b>TEST</b> <small>IS</small> <i>Best</i> <em>Lang</em> <mark>For</mark> <del>Developer</del> <ins>.This is For a</ins> <sub>HTML Lang</sub> <sup>H.I.</sup>
</body>
<script>
// USE THE SCRIPT TAB TO ENTER JS CODE
// DO NOT ENTER JS CODE HERE
</script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment