Questions tagged as 'html5'

3
answers

How to get data from a tag and calculate?

I have a jquery question. Is it possible for me to get a value inside a <span></span> tag that in this case would be an ex:%. 5% and make the calculation of a discount on a value? Example: Iwanttogetthe5%valuethatisinth...
asked by 15.09.2015 / 14:23
0
answers

What is the difference between the Media Query Pointer and Any-Pointer?

I was seeing a way to determine if user access is done by a Desktop, usually by having a mouse as the interaction device. Or if the user is accessing a mobile device, usually without the mouse to interact with the screen. Then I saw that...
asked by 17.12.2018 / 12:26
0
answers

Development showing different types of calculations [closed]

I need help putting together a page, program, or application that does the following math basics topics and shows the calculations that the program did.    Object Transposition    Object rotation    Object Increase (independent width and h...
asked by 07.06.2016 / 18:54
4
answers

Is there a difference in using HTML5 attributes with or without true / false?

I would like to know if there is a problem in the code when I do not assign a Boolean value to disabled , readonly or required . I'm working with Java in the backend and the IDE points to an error in html when I assign a Boolean value to t...
asked by 10.07.2018 / 20:13
2
answers

Capturing audio via microphone via JS or HTML

I need to capture audio from the microphone and write to file. Send to PHP server. How do I, in the examples I saw here, did not notice how to record the sound files.     
asked by 30.04.2014 / 23:31
2
answers

Sort styles with prefixes in CSS

Sometimes when I see CSS prefixes like -webkit , -moz and even -ms . So I had some questions about them: Why do some styles do not need prefixes (like background , for example)? Is there a correct (or recommended)...
asked by 13.10.2017 / 18:39
3
answers

Is there an XHTML5 (XHTML + HTML5)?

XHTML is HTML with strict syntax (must be a valid XML). Can I use it in conjunction with HTML5?     
asked by 01.04.2015 / 19:44
4
answers

Changing Placeholder in Focus with CSS is it possible?

Imagine that I have a input for the phone number, but that when the user focuses on it I want to change the text from placeholder , for example from "phone" to "just numbers" . You can do this with CSS in :focus for exa...
asked by 12.12.2018 / 14:54
2
answers

"placeholder" of "textarea" does not appear

I have textarea with placeholder that according to documentation (English) is perfectly valid and should work: Example in JSFiddle Part of the form <?php /* Apenas o código referente à textarea */ $oc_message =...
asked by 23.01.2014 / 13:50
1
answer

Forms Validation Mechanisms

What are the pros and cons of validating forms with these features: HTML5? Javascript? JQuery? HTML5 + Javascript / JQuery? Is there anything else to consider besides these items?     
asked by 03.02.2016 / 16:09