Beacon's North County Guest Talk on Web Development
09 Feb 2023Slides
You can find the slides here
Guide
You can find a complete guide for the practical here
Code for Practical
For a jump start on the practical, we can copy and paste the below code into a text editor and save it with the .html file ending
<!DOCTYPE html>
<html>
<head>
<title>Beacon's Music Playlist</title>
<style>
body{
background-color: rgb(204, 255, 204);
}
</style>
</head>
<body>
<h2>A Few Jams<h2>
<p>A playlist for Beacon's North County...</p>
<ul>
<li><a href="https://www.youtube.com/watch?v=nXpB1rixnPQ">Hawaiian Roller Coaster Ride - Lilo & Stitch</a></li>
<li><a href="https://www.youtube.com/watch?v=25QyCxVkXwQ">Can You Feel the Love Tonight - The Lion King</a></li>
<li><a href="https://www.youtube.com/watch?v=GC_mV1IpjWA">Under the Sea - The Little Mermaid</a></li>
</ul>
</body>
</html>
If all else fails, you can also directly download the demo website here and then make edits.
Thank you for the chance to present, Beacon’s North County! I can’t think of a better way to start a blog on my website than for a talk on web development…