Questions tagged as 'html'

1
answer

Compare values of 2 arrays with PHP

Dear colleagues, I have the following situation: BD 01 ID | DESCRICAO | DRADS 1 | REGISTRO1 | 1,2,3 2 | REGISTRO2 | 1 BD 02 ID | DESCRICAO | DRADS 1 | REGISTRO1 | 1,2 2 | REGISTRO2 | 1 It is necessary to make a <select&...
asked by 07.04.2017 / 10:41
3
answers

Array associative State and City Combobox in Javascript

I'm trying to set up this associative array, in case the combobox is the state of São Paulo, you have to show 5 cities in São Paulo, if it's Rio de Janeiro, it shows the 5 cities of Rio de Janeiro. HTML <select id = "estados"> <...
asked by 15.05.2017 / 20:58
2
answers

Contour image with CSS text

I'm developing a website, but without using any framework to do so; I want to emphasize that I just started in front studies, and that CSS is totally new to me. I'm trying to fix an image in a certain region of a div (this is ok) and allo...
asked by 08.05.2017 / 17:44
1
answer

For what reason, I have to double click on the bookmarklet to insert a dynamic content

I developed a small plugin commonly known as bookmarklet . This result is almost satisfactory for my case, however, there is an empencilho. For me to start it I have to double click otherwise, it does not launch the player on the page. Since...
asked by 10.12.2017 / 22:17
4
answers

Different colors inside tag h1

Is there any way to apply different colors to every stretch of text within: <h1>Cor1 Cor2 Cor3</h1>     
asked by 06.03.2018 / 21:27
1
answer

How to increment a div using For JavaScript

I'm using this code, but it's not catching. I want to increment with each click on the "Increment" button. Code: function incrementar(){ for (let i =0; i<10; i++){ document.getElementById("incrementar2").innerHTML = i; }...
asked by 16.02.2018 / 01:53
2
answers

How to pass a different value in an HTML form?

I am creating an HTML date filter so that the SQL query can return a specific value to me. I'm just trying to pass this information on because the form option needs to appear in the month as <option>Março</option> . My SQ...
asked by 08.09.2016 / 04:23
3
answers

Mask for Input HTML5 fields

I'm applying a masking addition feature on my code, even when the user fills in the phone or mobile, the chewing will be populated automatically. However, my page does not return anything as the user types. <head> <!-- Required meta t...
asked by 28.01.2018 / 22:58
2
answers

Change source of input submit value and reset

Is there any way to change the font-family of the value of input submit and reset, just as I did with the placeholder using ::-webkit-input-placeholder And it's like someone from you to give me a help and help me align the checkbox nex...
asked by 26.08.2016 / 23:14
1
answer

Multidimensional Array PHP

Well, I have created loops to make the inputs of matriz into html with the following code. for($I=0; $I<5;++$I){ for($J=0;$J<3;++$J){ print" Matriz A: <input class='_InpText2' type='text' name='Matriz".[$...
asked by 23.01.2017 / 14:15