Coding tutorial search

Posted 1 year, 1 month ago by rararaver

I'm fairly new to TH and am trying to spiffy up my profile. I tried looking on YT for video tutorials, but I couldn't really stay focused on them due to their poor quality.

(It's nothing against the creators themselves, I know that some might have amazing advice but poor video quality. My mind just can't focus on the video's topic if it's not decent quality. Think about it like being in a classroom with a really boring/tired teacher vs a more energetic and engaging one. The boring one isn't a bad teacher, the energetic one is just less boring. But I digress.)

I'm mainly looking for HTML video tutorials or step by step ones since I'm a more visual learner. I cannot pay for anything, so any kind of paid classes would be out of the question. If there are any kind of free interactive or teaching resources, please don't hesitate to mention them. Any and all help will help.

My main goal is coding my profile page to just have slightly different colors and appearance from the default, but I do plan on making it more "F A N C Y" with photo backgrounds and borders and stuff later on. So basic HTML coding tutorials should be fine.

Thank you for your time and have a great day. 

Yulettia

I usually recommend w3schools for a basic HTML/CSS tutorial https://www.w3schools.com/html/html_intro.asp You can look through the navigation on the left side and choose which topics you'd like to learn specifically. It's also a good reference to look back to every now and then while you're coding if you need it.

If you want to try watching a video, you can check out Kevin Powell's videos: HERE You can code along with him ^v^ If you're only going to be coding on toyhouse and want to get straight into it then I think you'll only need to start from his Part 3 video. You can still watch the first two parts though if you want more background info. 

Toyhouse also uses the bootstrap framework to style HTMLs, so I recommend reading up on it as well after you learn HTML/CSS basics: https://www.w3schools.com/whatis/whatis_bootstrap.asp

https://getbootstrap.com/docs/5.3/getting-started/introduction/ (this one is the bootstrap docs, you can also use the nav on the left to choose which ones you want to read about)

rararaver

Hanae Tysm! You have no idea how helpful this will be for me!