Skip to content

Instantly share code, notes, and snippets.

@nikkaroraa
Created November 12, 2017 14:10
Show Gist options
  • Save nikkaroraa/7ed5e8d4131862e7a77a5653c05c3ab2 to your computer and use it in GitHub Desktop.
Save nikkaroraa/7ed5e8d4131862e7a77a5653c05c3ab2 to your computer and use it in GitHub Desktop.
The DOM Process
<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