Posts by Nilson • 76 points
2 posts
-
3
votes2
answers1906
viewsA: How to leave a responsive . svg image inserted directly into html
I always use the width in % when I do responsive layout, I did the test here, it worked + or -, I don’t know if it helps: svg { height: auto; width: 100% //do elemento pai}…
-
3
votes2
answers545
viewsQ: form validation on the same page
Hello, for the form to be validated on the same page, what is more secure as value for the html action attribute? Thank you. <form method="post" action=""> <!--ou--> <form…