Visual editors in blog and website platforms like Blogger, WordPress, and Weebly make it easy for anyone to create a webpage in relatively little time. The appeal of those tools is that you don’t have to learn code in order to make a blog or website. The downside to relying on visual editing tools is that if you don’t understand the code it can be hard to make corrections when something does go wrong. Not knowing HTML and CSS also limits you in terms of design formatting.
w3Schools has long been my go-to place for quick directions when working in HTML. If I get stuck while working on a project, a quick visit to w3Schools usually reveals the help I need to get past a stumbling block. If you’re completely new to writing HTML start with the introductory sections of w3Schools to learn the basics.
Bonus tip:
Once you’ve become familiar with the basics of HTML and CSS you may find yourself venturing into things not covered by the tutorials featured above. At that point you may want to consider joining the community at Stack Overflow to ask questions and or answer questions from other community members.