Coding My New Website
A couple of weeks ago my Dad started teaching me how to do real code like the picture above. I thought it would be super hard, but actually, once you learn the basics it gets super easy. This code looks hard but you can make a website with only a little bit of code. I use GitHub to code my website.
The small things you need to start with are learning HTML and CSS. HTML is just starting to learn how to code. For example with HTML you can learn how to make lists or paragraphs. After you have done that you can learn the fun stuff: CSS. CSS is where you add all the pictures, style and color, and just style the whole page all together. You can use special code to do each one of these things. The way I learn to code is Khan Academy This link will let you learn the basics of code.
This is what HTML on my site looks like:

And here is the CSS:

Whenever you make changes on your computer it's not like it automaticaly goes to the internet. You first have to save it with command s. Then you go into your terminal and do git commit and write a description of what you changed. Then you do git push to get it on GitHub and the internet.

If you want to go to my webstite go here: https://code.dilan.co/
Member discussion