In class this week we spent time learning the basics of html.

What is HTML?

HTML stands for HyperText Markup Language, it is the standard markup language used to structure a web page. HTML provides a way to structure content on a webpage, using a system of elements or tags to define different parts of the content.

I have actually been looking forward to going over HTML as i have not ran through it since around may 2023 in NRC, i have always enjoyed coding and building websites in general and i am quite confident in my HTML skillset.

the basic HTML code that we looked at was

<title>

<base>

<link>

<style>

<meta>

<script>

<noscript>

<template>

GitHub

When i was introduced to GitHub i created a respitory for the Streets of Crocodiles website project that i am working on, this week i am creating another for the Women in Design project that i am working on in class.

Screenshot 2023-11-13 at 17.37.13.png

Visual Studio Code

i went ahead and added in the text to the index file, after that i started singling out which headings should be listed as an H1 or an H2. At the top of the page i added in a navigation section which can quickly direct you to any section of the page

Screenshot 2023-11-13 at 17.38.30.png