0
Trying to get a hang of the community feature
Hi! I'm new here and I just started exploring the community feature on the app. I noticed in the code practice feature it doesn't include HTML, is there a reason why? I just started with HTML so I'd love to practice more
2 Answers
+ 1
Hey,
I assume you mean code coach. HTML is not a programming language, its a markup language. It is not Turing complete and can not be used to solve programming challenges. It is avaliable in code bits though, under the "web", so if you want to practice it, you can make a project.
But for sure, maybe sololearn team can add web-specific code coach challenges or something. Such inquiries and feature suggestions should be sent to:
info@sololearn.com
0
It's possible that the code practice feature focuses more on logical programming languages (like Python, Java, JavaScript) rather than markup languages like HTML. While HTML is fundamental for web development, practice exercises often emphasize problem-solving with algorithms and data structures, which are more prevalent https://www.mycard-statement.com in other languages. Many apps offer separate, dedicated sections or projects for HTML/CSS practice where you build actual web pages.