What are HTML div and span?
Let's add a link for each of our blog posts.
Inside the blog/ folder, I will create a new file called blog-post.html and for now, lets add the following html code to the page:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta n...
codepromax.hashnode.dev4 min read
Tyler Sunderland
I hoard confetti cannons. Oh yeah and I also code stuff sometimes
Well explained and very visual. Great work!