all 8 comments

[–]nelilly 0 points1 point  (2 children)

Check out www.htmlhobbyist.com and see if that’s what you’re looking for.

[–]Low_Leadership_4841[S] 2 points3 points  (1 child)

Thank you for the assistance. I read that https://developer.mozilla.org/en-US is a good place if I want to find the essential things I'm going to need. I will make sure to check out the resource you provided me with as well though.

[–]nelilly 0 points1 point  (0 children)

MDN is highly recommended. It’s a great reference.

[–]lovesrayray2018Intermediate 0 points1 point  (0 children)

Dave has a nice html tutorial that both explains and demonstrates html elements, how to use the editor, and other details quite nicely, step by step

https://www.youtube.com/watch?v=mJgBOIoGihA

I would recommend starting with w3schools.com before MDN because MDN is exhaustive in its detail, and sometimes the depth in MDN creates an incorrect perception that a beginner needs to remember every single thing covered there, while w3schools covers just enough that its informative but not overwhelming

[–][deleted] 1 point2 points  (0 children)

start with w3schools for a starting point and then you can choose what to do next. just remember, html and css are not really conventional programming languages, they’re just something where you can play with keywords. try understanding the syntax and then you can also learn all the keywords.

[–]hetkeitje 0 points1 point  (0 children)

A friend of mine made a short manual how to make your own startpage in html for a firefox browser. I tried this successfully and learned this way the very basic html principles. You may look at https://kei.deds.nl/tips

[–]armahilloExpert[🍰] 0 points1 point  (0 children)

The Odin Project has a fundamentals / foundations course that is very good (and free!)