Posts by Edson Luiz • 25 points
3 posts
-
-1
votes1
answer44
viewsQ: find the character quantity of an imput
1) Create a field and apply the following controls based on the events below: • In focus event change the input background to yellow. •When the field loses focus, recover its respective value and: o…
-
0
votes3
answers181
viewsQ: Position a circular image in the center
I am creating a website and would like to position the image in the center. .circle { background-color: #aaa; border-radius: 50%; width: 150px; height: 150px; overflow: hidden; position: relative; }…
-
0
votes4
answers2176
viewsA: What are they for and why do they nest the DIV tag?
A tags "DIV" defines divisão or section in an HTML document. The use of the same help in understanding the code, is considered a UX technician and good development practice. It is important to…