HTML and CSS
Throughout these weeks, I learnt HTML and CSS by creating the Women in Design webpage.
I compiled a list of the HTML tags I learnt while making this project.
<body> - everything visible on the screen
<head> - hidden information the computer must process to run the site as intended
<title> - the name of the page
<h1>,<h2>,<h3>… - headings
<header> - header
<footer> - footer
<p> - paragraph
<div> - division
<nav> - navigation
<li> - list item
<img> - image
<br> - break
<blockquote> - quotation
<article> - article
<strong> - bold