First Draft of the Example Files
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<title>The DOM: html & text</title>
<script src='jquery-3.5.1.min.js'></script>
</head>
<body>
<h2>Example Document</h2>
<p id='intro'>This is an example document</p>
<script>
alert($('#intro').html())
</script>
</body>
</html>
The note is not visible to the blocked user.