HTML and CSS Notes
Another copy and paste tutorial, yaaayyyy.
This tutorial basically explains how you can have small (or big) notes next your HTML coding and your CSS coding. What kind of notes you ask? The kind where you may want to explain your coding or want to show a copyright notice etc. These notes will note interfere with your coding, they are just pieces of coding that don't do anything and are just there for people to read.
HTML Notes
The code below is for writing messages in your actual pages e.g hello.html or flowers.php
<!-- Write your note here -->
CSS Notes
The code below is for writing messages in your CSS pages e.g stylesheet.css
/* Write your note here */
