Posts by Anderson Vanzo • 58 points
5 posts
-
0
votes1
answer63
viewsA: text exceeds the desired limit
You can use the css Scale() to make the text appear the same way as the header. Use Scale(0) to fully hide the element and when you hover over the header set Scale(1) so that it appears fully, add a…
-
1
votes3
answers52
viewsA: Fill each value of an input with a string variable character
Create a "div pai" to insert their inputs inside, then roll a for depending on the size of your string and then create an element input and use the method charAt() to take the character from that…
-
0
votes1
answer57
viewsQ: Dynamic Form with Flask
Hello, I’m creating a website that consists of a teacher creating a quiz and sending it to students to answer, but I’m not finding a way to get the teacher to ask as many questions as he wants. At…
-
1
votes2
answers12367
viewsA: Image inserted in html does not want to appear
Your file .html is in the folder Lucas? If he’s trying to put it like that: <img src="Pictures/Ogame.jpg" width="800" height="600"> If it doesn’t work check if the image is even .jpg or if it…
htmlanswered Anderson Vanzo 58 -
2
votes4
answers7785
viewsA: Calculate circle area
There are some points you should review: 1 - The import java.io.IOException; is not required in that code 2 - You can facilitate the creation of variables by placing them on the same line and…
javaanswered Anderson Vanzo 58