I’m doing this course where I can freely select a framework to build a simple application. However, we are to validate the HTML with the W3C validator. I have no idea how. The W3C validator does not support Vue-specific stuff. Errors such as: Is everywhere. And this is just for one line of code. Am I doing something wrong, or
Tag: w3c-validation
Using HTML tags in JavaScript strings while complying with W3C rules
Here’s my code: The W3C Markup Validator doesn’t like this. It doesn’t want HTML tags inside my JavaScript code. Here’s the error message it produces if I attempt this: character “<” is the first character of a delimiter but occurred as data How can I fix this while making sure that my page doesn’t mess up if I pass the