→
URL
http://www.example.com
←
Document
<html>...</html>
<h1>Heading</h1>
<p>Paragraph text</p>
<a href="#">Linked text</a>
<img src="https://www.johnnking.com/slides/webdev/img/browser.png">
<!doctype html>
<html>
<head>
<title>Title</title>
</head>
<body>
<h1>Heading</h1>
<p>
Sample Article Text
<a href="https://www.johnnking.com">Link</a>
<img src="img/computer.png">
</p>
</body>
</html>
Try to "view page source" in your browser
May be stored as separate files or embedded within HTML
Try DevTools (F12 key)
Senior Web Developer
SUNY Geneseo
Thanks to:
Hakim El Hattab for reveal.js
Gnome.org for images