I'm trying to make the Brazilian table to exercise the concept of tables I learned.
But when I put the data on wins and losses they are all disorganized.
table#brasileirao{
border: 1px solid black;
border-spacing: 0px;
margi...
Good evening, guys!
I'm having a little difficulty making an effect on input type="date" . I can normally do in input type="text" (first print shows no effect and second shows with effect), but in date it gets "dd/mm/aa...
Good afternoon, guys!
I have the following problem: my input has an effect when it is selected (as the first print shows) and ends the effect when it takes focus from it (as the second print shows), but if I put some character and focus, the...
I'm studying HTML and decided to add Bootstrap 4 into a small project. When browsing the component list on the Bootstrap site I came across the following navbar :
<nav class="navbar navbar-expand-lg navbar-light bg-light">...
I have the following javascript code:
const player1 = "X";
const player2 = "O";
var playTime = player1;
var gameOver = false;
var pontuacaoX = 0;
var pontuacaoO = 0;
var chaveX = 'scoreX';
var chaveO = 'scoreO';
var valAcumuladoX = 0;
atualiz...
Good afternoon I have a problem with my layout, svg is in the footer position and I can not remove the white space at the bottom of the page. I tried on the body I think not his property.
<svgclass="absolute rodape-bg" xmlns="http://www.w3.o...
I'm building a website and need a strength.
The problem is this: I need to enter the same as a refresh , just when I enter it
I tried the code:
<meta http-equiv="refresh" content="1">
However, it gets in looping inf...
I want to call a function that I have inside a iframe . I program in Ionic and wanted to know how I do this through JavaScript or HTML.
Within JavaScript I have a variable ( Z = 2.5 , just an example of the same value) of type...
With regard to web development, I have studied CSS grid layout using mostly videos. Some are a little older and instruct you not to use this specification in production because the site will break.
Home
My question is: to what extent is this s...