Most voted "html" questions
Use this tag when the question refers to some resource, information or problem related exclusively to the HTML language (Hypertext Markup Language). HTML is the main markup language used to structure web pages and format content. The latest revision of the HTML specification is HTML5.
Learn more…14,259 questions
Sort by count of
-
1
votes2
answers226
viewsIs there a difference between using inline CSS or Ids for a lot of different elements?
On the page I’m doing I’m using a Spritesheet with more than 50 different images, but all are in the same file . png and need to pass the position from where each element is in that image…
-
1
votes0
answers183
viewsHover in thumbnail change image in div major
I have two div, one div minor thumbnail (small images) and other div major, that after the Hover effect I want to increase the size of the image in this div and overlay the text that is in it,…
-
1
votes1
answer2107
viewstake input value and redirect page after Submit
How can I get the value of an input and after "Submit" redirect to another page with this value in the url? Ex: site.com/search/VALOR_BUSCA <form> <input type="text"/> <input…
-
1
votes1
answer531
viewsCSS event in one element apply in another
It is possible with CSS to make the following code .grupo-input input:hover .grupo-input span{ margin-top: -30px; } Where in HTML you find yourself this way: <label class="grupo-input">…
-
1
votes0
answers244
viewsEdit image by adding an IONIC frame
with Cordova-plugin-camera I can already take a photo and manipulate the location of the file, but there is some other plugin or method to apply something to the photo, as a frame? 1 - I take a…
-
1
votes3
answers636
viewsHow to deselect checkboxes when only one is selected?
I have nine checkboxes on my page. <input id="chkCamp1" type="checkbox" style="margin-left: -25px" onclick="showMe('optCamp1', this)"> <input id="chkCamp2" type="checkbox"…
-
1
votes2
answers446
viewsJavascript - Showing and hiding Ivs according to selected checkboxes
I own the site with 9 checkboxes, each associated with a div. When a checkbox is selected, the related div is shown. When another checkbox is selected, the div related to that other one is also…
-
1
votes2
answers44
viewsbuild a conditional using object
Is it possible to create a conditional by assigning the conditional within a value? I did it the way I did it, but it didn’t work: HTML <input type="radio" name="pg1" value="SIM"> TESTE…
-
1
votes1
answer755
viewshow to count number of input file elements of html with php?
need to count the number of input file elements, as they are created dynamically, with the click of a button <input class="tf" type="file" name="pic[]" accept="image/*"> this is the line that…
-
1
votes1
answer227
viewsError with Jquery and html alert
I’m making an alert with jquery.... its function is to show the user the error and depending on the action lead to a following page... well already tested and the error is in jquery because when I…
-
1
votes1
answer315
viewsSelected html filter single fields
I have the following Selected, how do I make it Filtre the single fields for example it is repeating the same option <option value='967'>GOIANIA - GO</option> several times I want it to…
-
1
votes1
answer79
viewsError in taxonomy.php
I have the following obstacle: Fatal error: Cannot redeclare add_term_meta() (Previously declared in /home/xxx/public_html/wp-includes/taxonomy.php:1757) in…
-
1
votes1
answer1268
viewsColoring Canvas Drawing and Increasing Painting Area
I have a type of entertainment on a page where I choose a drawing that is placed inside a canvas coloring. I already have the brush and the colors. But I want something that does the function of the…
-
1
votes1
answer4234
viewsStylization of Input Date
Well, I was wondering how do I style a input of the kind date…
-
1
votes1
answer682
viewsLimit elements when arriving in a div
Hello, I have a table of inputs (can be added more with a button) and I wanted that when I arrived at the footer, the inputs were not overlaid. I’m trying to get the top and the footer fixed on the…
-
1
votes1
answer941
viewsRadiobutton and Checkbox Soma
Guys I here a code in js that when selecting a checkbox it displays the value of the checkbox in an input and if I select more than one it sums the checkbox selected and displays the total value…
-
1
votes0
answers97
viewsHorizontal scrolling using Swipe, Touch or Drag
I possess 4 Tables information, and would like to make a swipeleft or right, the same in order to switch to the next or previous table. Example: http://prntscr.com/8vvc2j My current HTML and CSS…
-
1
votes1
answer33
viewsQuery of Records in DATE Fields by Month
Hello! I would like a help I’m performing queries on a table VIAJEM where I own 2 fields IDA And CHEGADA. Both of the kind DATE. I need to consult all the records of a particular MES. Ex. ida =…
-
1
votes1
answer75
viewsJSTL adding null option inside select element
I build a line <tr> using Angularjs and JSTL, and within this line I have an element select where it is travelled by using <c:forEach> over an enumerator to fill it when the user clicks…
-
1
votes3
answers78
viewsWhere do the HTML form data go?
On sites with registration, such as Facebook, where the data go when you complete the registration? And when you log into the site, it recognizes whether you have an account or not?
-
1
votes1
answer235
viewsPrint Content that Has Multiple Canvas
I’m making a site where you have a picture to color a drawing. After much research I managed to make a scheme to paint a certain area of the drawing of canvas. Now I want to do a function that…
-
1
votes2
answers52
viewsHow to use "position:absoluted" correctly?
good night. I am building an application with phonegap and I have the following problem. I have a div with a background image with "position:absoluted". I would like to create a component below this…
-
1
votes1
answer1370
viewsLimit the number of characters in a select HTML/CSS/JS field
I know through the attribute maxlengthit is possible to limit the number of characters of a input. The doubt: This property applies to select, if not what its equivalent would be, or how to achieve…
-
1
votes1
answer1201
viewsRequired checkbox with javascript to click link
Good evening, everyone! I am making a website for a college job, and what I want to do is the following: I have a simple HTML menu whose options are "View Profile", "Edit Profile" and "Remove…
-
1
votes2
answers281
viewsEvent . on('click', does not work on input containing data-Md-icheck
Hello, in my role has the event .onClick that should activate when marking the checkbox, but when I use the data-md-icheck it is ignored by the function. <input type="checkbox" data-md-icheck…
-
1
votes0
answers107
viewsFlash, javascript and Html5 canvas
Hi I slider in flash player with Html5 canvas and published now I need to put it inside the div of my file but I’m not getting, the screen turns black when I replace the html file made by flash, and…
-
1
votes1
answer414
viewsQueries @media for sites 100% responsive?
Currently I work with three queries always based on the minimum width and maximum width of the screen. The Mobile set from 250px to 480px, the Tablet put as 481px to 1023px and the Desktop put from…
-
1
votes1
answer258
viewsSelect with repeated attributes
I’m having trouble recording in two different fields of a table using one <select> that has two attributes name and <options> with two value. I used the code below, but it only recorded…
-
1
votes2
answers145
viewsQuantity of items aligned vertically according to height of div
Good evening guys, I’m trying to make a basic layout similar to Windows 8/10 home screen, and in a container I would like to align vertical 80x80 items, and if according to the Height by chance some…
-
1
votes2
answers645
viewsCreate PHP automatic file
I have an Administration Panel, and I would like : Every time someone registers, this Dashboard is created automatically (all files). I’m using the fopen(); but I’m in the 4737 line and not even…
-
1
votes1
answer177
viewsLoading gif screen on html page loading
I would like to put a loading screen with .gif on my page .html, because the page is very heavy. Please, if anyone can help me I will be very grateful. Page be added the loading screen:…
-
1
votes1
answer601
viewsData insertion problem in mysql table
I’m having a problem to insert data into a table someone can show me the error. <html> <head></head> <body> <div> <form method="POST" action="varcadastro.php">…
-
1
votes1
answer2071
viewsInsert input value into array
How to store the values of an input at array positions? I would like to take the value that was typed in the field and store it in an array, where I need to sort the values that were added in the…
-
1
votes1
answer274
viewsHide element after it is loaded on page
I have on my page the following google script: <body> <!-- Google Tag Manager --> <noscript> <iframe src="//www.googletagmanager.com/ns.html?id=GTM-abcdef" height="0" width="0"…
-
1
votes2
answers355
viewsHow to reference HTML elements without ID in C# Windows Forms
Good night! I have the following code: <H3>Dados Cadastrais</H3> <table class='dados'> <tr> <th>Avalista:</th> <td>VINICIUS ALVES GONZALEZ</td>…
-
1
votes1
answer972
viewsHow to load javascript correctly dynamically
I have two pages called header.html and footer.html. They are included on all pages via javascript. For the header to work properly and the menu to open when I pass the mouse I use the…
-
1
votes1
answer539
viewsAutomatic textarea
Speak, folks. I would like to know how to allow automatic scrolling of the textarea, for example, so that the user will type something inside the textarea, the same changes height, according to what…
-
1
votes1
answer254
viewsValidate IP in javascript / html
The user informs the ip in the field and would like it to complete with the "." . Does anyone have any idea how to mount? <tr > <td align="center" font-size="50"> <font…
-
1
votes1
answer77
viewsRemove cloned DIV by clicking button
Some time ago I asked a question about how to clone a form DIV when clicking a button ( + )... I got the following answer that helped me at the time. REPLY Now, I need to add a new button ( - ) so…
-
1
votes2
answers94
viewsHow to organize titles
How to organize titles in an html document? Ex: I have 2 Section, 3 div’s, one Nav, 1 aside and 3 article. So should I sort titles and subtitles for each element or for the whole page? That is, each…
-
1
votes0
answers266
viewsLoad header and footer with . load() and make it visible to Google
I’m setting up a pure HTML site, which has the following structure Whereas I don’t have a Master Page like in ASP.NET, I need to replicate the header and footer to other pages using the function…
-
1
votes1
answer53
viewsDo not save information in mysql when I click on one of the radioboxes in the form
I have a form with several text fields, radiobox, selectbox, and I want to save the information in the table of the bank I use. However, I’m having a problem when I click on the first two radios…
-
1
votes4
answers18875
viewsChange color of button text by clicking
I’d like to know how to change the color of the text of the button writing when I click on it, I want me to click on the button and it comes out of the golden color and stay in the white color until…
-
1
votes2
answers827
viewsHow to make a form appear on the screen when clicking a link?
I’m trying to make my form appear in the white space next to it when I click on the link "TYPE IN CONSULTATION GUIDE". I’ve tried something like: (but I didn’t get the expected result) <frameset…
htmlasked 8 years, 8 months ago Inez Boldrin 147 -
1
votes2
answers1398
viewsHow does the div always get the maximum page size?
How is it possible to make the <div> content has as minimum the size of the page in any resolution or monitor without creating scroll bar? Where the scroll bar should only exist when the…
-
1
votes1
answer1150
viewsHow do I return to the same place on the page after clicking the back button?
I am developing a portal, there are several news, when I click on one of them I am referred to a new page that treats this subject in its entirety, my doubt is the following, i would like that after…
-
1
votes1
answer214
viewsDevelop layout with 3 columns
Suppose I have one layout containing 3 divs side by side. The first of these divs has a fixed size of 100px, the third div cannot have a fixed size as it will depend on the text inserted in it,…
-
1
votes1
answer570
viewsBlock events with jquery
I have been for some time searching the jquery documentation for a function with the following behavior Suppose we have two buttons on the screen each with a different click event:…
-
1
votes1
answer44
viewsWordpress problem with template to access the page
I drew a template to make a website for myself and it’s giving me a mistake that I don’t understand Wanted help This is like an online store where you have a series of products for sale and when I…
-
1
votes1
answer865
viewsFunction/Method to change a variable from another PHP file?
I have a login page that takes a variable from another file, which at the beginning is empty, and puts below the login screen. If the user misses login/password or does not enter anything, the…