Top "Html" questions

HTML (HyperText Markup Language) is the markup language for creating web pages and other information to be displayed in a web browser.

How can I find an element by CSS class with XPath?

In my webpage, there's a div with a class named Test. How can I find it with XPath?

html css xml xpath
how do you increase the height of an html textbox

How do you increase the height of an textbox? (along with its font size)

html textbox
tooltips for Button

Is it possible to create a tooltip for an html button. Its the normal HTML button and there is no …

html button tooltip
How to launch html using Chrome at "--allow-file-access-from-files" mode?

I have the same situation with HERE And to solve this problem I have to launch html file using Chrome …

javascript html google-chrome
What is "X-Content-Type-Options=nosniff"?

I am doing some penetration testing on my localhost with OWASP ZAP, and it keeps reporting this message: The Anti-MIME-Sniffing …

html http-headers meta owasp penetration-testing
Restricting input to textbox: allowing only numbers and decimal point

How can I restrict input to a text-box so that it accepts only numbers and the decimal point?

javascript html
Recommended method for escaping HTML in Java

Is there a recommended way to escape <, >, " and & characters when outputting HTML in plain Java code? (Other …

java html escaping
Creating a JSON dynamically with each input value using jquery

I got a situation where I would like to read some data off a JSON format through PHP, however I …

javascript jquery html json
How To Save Canvas As An Image With canvas.toDataURL()?

I'm currently building a HTML5 web app/Phonegap native app and I can't seem to figure out how to save …

javascript html cordova canvas save
Convert json data to a html table

Is there any jQuery or javascript library that generates a dynamic table given json data? I don't want to define …

javascript html json html-table