`<!doctype html>` `.....` `</html>` I got the message: Tag must be paired, no start tag: [ </html> ] If i closed '<!doctype /html>, the message was gone. It is supposed to no warning message with `</html>`.
<!doctype html>.....</html>I got the message: Tag must be paired, no start tag: [ ]
If i closed '<!doctype /html>, the message was gone.
It is supposed to no warning message with
</html>.