Hello world

This repository will be for my notes from the course The Complete 2023 Web Development Bootcamp made by Angela in Udemy.

What I will upload

The next Files using vscode:

  • HTML file of the exercise
  • The CSS of the HMTL
  • A MD file for my notes
  • Images for the final project
# This code was written in python
testing = 0
if testing == 1:
    end()
else:
    pass

for i in range(5):
    print(i + 1)

<h1>This code is in HTML</h1>
h1 {
  color: black;
}
# MD File

Create a pull request.