THIS PAGE WILL TEACH U THE BASICS OF HTML CODING

To begin your page, remember to put .html after your page name, then put in an ! and then hit enter to get a basic coding framework to begin your page.
To put writing in your pgae, use any of theses tags, h1 being biggest and h6 being the smallest title, and p being very small.
Lets try this out. Use one of the text tags and make a line of text in a new page.
To put in a picture, you use the code img src="" and put your image in there
Try this out. take a picture, and open up your files apps. Then, drag your picture into the file and then it will be on the page. Craete a folder and put both your page and the picture in the folder. Use the code provided above, and put the name of your picture in between the quotation marks.
To make a link, use the code a href="https://www.youtube.com". This one goes to youtube.
REMEMBER TO ALWAYS PUT < AND > AROUND YOUR TAGS!!!!
To use css, make a page that ends with .css as this will create a page that can make colorful features to your page.