Finally some CSS!!!
- Thomas Spencer
- May 31, 2021
- 1 min read
Well, I finished my HTML course the other day and my websites felt barren. HTML just lays out the structure for the web page. I heard that over and over again. However, I didn't understand what it meant until the end of the course. Now that I have been learning CSS, I understand. Anyways, the course got me to do some animation with CSS.
If you are wondering, HTML builds the structure of the web page. You will see that you can add CSS on your own within the HTML code. However, in case nobody has told you, you can save JavaScript and CSS sheets in their own files. Then, within your HTML code, you can reference them. Using relevant links can be a bit tricky. Anyways, maybe when I start doing tutorials I can get into it more. However, for now, check out my HTML webpage with CSS added.
Comments