18 lines
319 B
HTML
18 lines
319 B
HTML
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>The DOM</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>The DOM</h1>
|
|
<a href="https://www.google.com">Link to somewhere cool...</a>
|
|
|
|
<p class="error">lorem ipsum</p>
|
|
<script src="getting_setting_attributtes.js">
|
|
</script>
|
|
</body>
|
|
|
|
|
|
</html> |