Questions tagged as 'html'

1
answer

Problem in Creating a responsive menu

I'm trying to create a responsive menu but I'm in big trouble ... Follow the code I need you to keep that burger and when it arrives at a certain width, this icon appears by clicking on it and the menu options appear. <!D...
asked by 22.09.2018 / 08:38
1
answer

Problem catching the title of a URL using regular expression

I'm learning Go language on the competition side. I was challenged to use the default generator to get a channel that reads the title of a URL through a goroutine. Inside this goroutine that I mounted, the reading is performed through the GET...
asked by 07.10.2018 / 19:10
2
answers

I wanted to put an alert on my login screen PHP, JS, HTML, MYSQL

I wanted to put an alert on my login screen, if the registration and password correspond to what is in the bank direct pass, if not, an alert appeared or the box would turn red with the error with something like "Enroll or Wrong Password"...
asked by 05.10.2018 / 22:43
1
answer

How to align text within a table in html

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...
asked by 03.09.2018 / 15:01
1
answer

Effect on input type="date"

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...
asked by 02.09.2018 / 02:54
1
answer

Do not "finish" the effect when you have something in the input

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...
asked by 02.09.2018 / 20:13
1
answer

Login without selecting level

I'm doing a PHP site for my TCC, and one of the guidelines given was to remove the level selection, and that this was done automatically by the system. My teacher said that it was only to remove the code to select, but if I do this nothing happe...
asked by 13.09.2018 / 01:55
2
answers

Select multiple

I'm having a problem getting the results of a select multiple, as it does not come with any name when it comes to an example compound name. <form action="/action_page.php"> <select name="cars" multiple> <option...
asked by 12.09.2018 / 21:07
1
answer

Registration form and HTML plans without database

I downloaded a registration form and plans step by step and with the html already ready and free, but does not write to the database. What do you need to write to the database? Code: </head> <body ng-controller="formPassos...
asked by 25.08.2018 / 17:48
2
answers

I can not work with localStorage

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...
asked by 22.08.2018 / 19:29