Created
November 12, 2017 14:10
-
-
Save nikkaroraa/7ed5e8d4131862e7a77a5653c05c3ab2 to your computer and use it in GitHub Desktop.
The DOM Process
This file contains 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>My title</title> | |
</head> | |
<body> | |
<a href="href">My link</a> | |
<h1>My header</h1> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment