121k views
0 votes
When you write xhtml code, it's important to be familiar with all of the rules of proper syntax?

1 Answer

4 votes
You're writing code in 2018 ... a lot of code editors and IDEs have linting built-in, smart autocomplete functionality, etc.

Given the fact that xhtml has mandatory rules, you just need a code editor/plug-in that has strict guidelines for code completion/error handling regarding xhtml ... use VScode editor (you'll definitely find a linting plug-in for html/xhtml linting).
User Derek Gogol
by
5.5k points