+ 1
Can we design secure website through HTML..
comment the reliable answers..
2 Respuestas
+ 5
HTML doesn't have many security concerns; I'm not even sure what the last one was. Mostly it's because HTML is not a programming language; it's markup (and the problems are going to be in the webservers / browsers).
In a way then, using static HTML is likely to be secure just by virtue of having no code to run, e.g., Google or Github static sites: all HTML, no code -- not a lot of compromise opportunities there.
+ 3
HTML is purely static so short answer is No. Like Kirk stated, you'll need an actual programming language to help out with that.