Cam someone help me in Html Code Validations? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Cam someone help me in Html Code Validations?

I'm using a PHP for server side database.

22nd Dec 2020, 1:42 AM
Makki Balindong
Makki Balindong - avatar
5 Answers
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
22nd Dec 2020, 2:33 AM
Javadev
0
The textbox shouldn't accept two or more spacings + multiple dots (.) The accepted value or data for example shouldn't be repeated.
22nd Dec 2020, 2:40 AM
Makki Balindong
Makki Balindong - avatar
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
22nd Dec 2020, 2:48 AM
Shahghasi Adil
Shahghasi Adil - avatar
0
How can I put it on JQuery sir?
22nd Dec 2020, 8:42 AM
Makki Balindong
Makki Balindong - avatar