Posts by Samuel Cavalcanti • 127 points
4 posts
-
10
votes1
answer125
viewsQ: What is the latest and stable version of HTTP?
I would like to know the latest version of HTTP and the most stable and used version of it.
httpasked Samuel Cavalcanti 127 -
0
votes2
answers461
viewsQ: Take input arrows type number without Bootstrap
I looked for a question that would help me, but she taught me how to get the arrows out of the input with Bootstrap. I’d like to know how to get them out without Bootstrap. <input type="number"…
html5asked Samuel Cavalcanti 127 -
1
votes1
answer55
viewsQ: Meaning the "$" symbol with parentheses for values of a variable
I would like to know what that expression means that the variable receives in Javascript: var wheight = $(window).height(); Doubts What would be the "$" symbol with parentheses? And the point? What…
javascriptasked Samuel Cavalcanti 127 -
-1
votes1
answer45
viewsQ: Blue input edge color stylization
Hello, I’d like to know how I change the color of the blue border of the <input> that is activated when you click on it and the cursor appears to type.