Created
February 25, 2022 15:24
-
-
Save obasekiosa/26ceab811b8cff839086b5bf1e0abbd7 to your computer and use it in GitHub Desktop.
For your eyes only
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
<!DOCTYPE html> <!-- this tells us the html version --> | |
<html> | |
<head> | |
<link rel="stylesheets" type="text/css" href="styles.css"> | |
<title>Test html</title> | |
</head> | |
<body> | |
<h1 >Maybe essay and anything. Any text at all</h1> | |
<h2>Maybe essay and anything. Any text at all</h2> | |
<h3>Maybe essay and anything. Any text at all</h3> | |
<h4>Maybe essay and anything. Any text at all</h4> | |
<h5>Maybe essay and anything. Any text at all</h5> | |
<h6>Maybe essay and anything. Any text at all</h6> | |
<div class = " " id="main__div" > | |
Maybe essay and anything. Any text at all | |
<div style="color: aqua;" id="make_red_id" class="should-be-blue should-be-yellow should-have-green-bg">Maybe essay and anything. Any text at all</div> | |
Maybe essay and anything. Any text at all | |
Maybe essay and anything. Any text at all | |
<span>Maybe essay and anything. Any text at all</span> | |
Maybe essay and anything. Any text at all | |
Maybe essay and anything. Any text at all | |
</div> | |
<img src="./bananafish.png" alt="Image of banana fish"> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment