Posts by Marcio Dos Santos • 26 points
4 posts
-
1
votes2
answers100
viewsQ: How do I combine a checkbox with a switch?
I’m trying to validate the answer marked on a form. The intention is to create a multiple choice question where if the marked item is correct it presents a response, if not, that presents another…
-
0
votes3
answers841
viewsA: Is there a javascript function that marks a selected random text with the mouse?
Hello, I found this Javascript library searching on the web. I will now search for a way to save tags. Texthighlighter…
-
0
votes2
answers1165
viewsA: Which doctype to use in an html document?
In HTML5 you will use only <!DOCTYPE html>, there is no need for validation. That is, <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"…
html5answered Marcio Dos Santos 26 -
0
votes3
answers841
viewsQ: Is there a javascript function that marks a selected random text with the mouse?
Hello, do you know if it is possible to create a text marker, similar to those used in pdf, but in an html? Not necessarily would he need to save the markings, but saving would be better. Thanks!…