Is HTML.com a Good Starting Point for Learning HTML?

0
8
Asked By CuriousCoder92 On

I stumbled across HTML.com while browsing random URLs, and it shows how to use tags for HTML. I'm curious if it's a reliable resource to begin learning HTML, or if there are better options out there.

3 Answers

Answered By DevGuru45 On

There are only a few key HTML tags you really need to know since most front-end development now relies on frameworks. You should also get familiar with JavaScript/Typescript and frameworks like React or Angular.

WebAspire15 -

But remember, you still need HTML for making templates with those frameworks. Skipping HTML can leave you confused about how everything works!

Answered By TechSavvyMike On

I’ve never encountered HTML.com before. It seems quite outdated and only really teaches the basics of HTML tags and images. Their info on tags includes some obsolete ones, and it doesn’t align well with modern HTML5 standards. I’d suggest looking for a resource that digs deeper into semantic markup!

Answered By CodeNinja89 On

You might want to check out other resources like Free Code Camp, The Odin Project, W3Schools, or the Mozilla Developer Network (MDN). They offer a more comprehensive approach to learning HTML and web development.

TechWhiz07 -

The Odin Project is fantastic! It's a complete package, no need to jump around different sites.

InfoSeeker33 -

Just a heads up, W3Schools isn't the best. I’ve seen quite a few inaccuracies in their information.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.