not many spiders here, only bugs.
a series a tubes
the user, usually a browser
Welcome to class!<header>Welcome to class!</header><header class="welcome-message">
Welcome to class
</header><img src="./images/school.jpg" />this is a paragraph on my site
<p> this is a paragraph on my site </p>
<header>Welcome to my cool Site </header>
<p>Check out what we doo.... </p>
<section>
<header>Welcome to my Restaurant. </header>
<p>Check out what we doo.... </p>
</section>
<section>
<header>Welcome to my Restaurant</header>
<img src="/food.png"/>
<p>Check out what we doo.... </p>
</section>
<html>
<body>
<section>
<header>Welcome to my Resturant</header>
<img src="/food.png"/>
<p>Check out what we doo.... </p>
</section>
</body>
</html>
<html>
<head>
<title>My Resturant</title>
</head>
<body>
<section>
<header>Welcome to my Resturant</header>
<img src="/food.png"/>
<p>Check out what we doo.... </p>
</section>
</body>
</html>