Created
June 17, 2022 04:51
-
-
Save tahaghafuri/07515ec4905e76c0194eb7de22528aa1 to your computer and use it in GitHub Desktop.
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> 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