0
Cam someone help me in Html Code Validations?
I'm using a PHP for server side database.
5 ответов
0
html validation as in improper tags and issues. if so, w3c has a validator to show you issues.
https://validator.w3.org
copy and paste your raw html there. raw as in before the browser parses it.
if you mean to validate it before you save it then mayhaps there is a library for that. this SO post seems to mention one that interfaces with w3c validator for php
https://stackoverflow.com/questions/1349372/php-based-html-validator
0
The textbox shouldn't accept two or more spacings + multiple dots (.)
The accepted value or data for example shouldn't be repeated.
0
I think html validations will not helpful for you Front-end validation through JavaScript or JS frameworks /libraries (React, Vue.js, Angular, JQuery) easier and much better way
0
How can I put it on JQuery sir?