Let’s create our own basic web page and have some fun.
You should have a repo you created in yesterday’s Github workshop. If you do please open the index.html inside Visual Studio Code file.
If you cannot access that file do the following:
Or use this sample repo here.
<p>some text</p>
.You should see this:
You just made a web page!
Let’s start with a complete web document. To your index.html file:
<!DOCTYPE html>
<html>
, <head>
, and <body>
tagsNow let’s try some html. Spend the next 15-20 minutes building the following wireframe in your index.html page.
Feel free to reference the semantic elements page or the basic elements page.
If you need help with images use the embedding things page. If you need an image you can get one here. To get the path to the image right click on it and choose “Copy Image Address” or “Copy Image Link”.
We’ll do the first few elements together. If you get stuck here’s a completed version of this html exercise.
You could use generic content or make it fun by creating an actual web site. Like a food blog, all about jellyfish , or anything of your own choosing. It’s up to you.