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
votes1
answer116
viewsAt the click of the button, content taking long to load
At the click of the button sem fio bus the content to be shown has a delay of about 10 seconds, sometimes I have to make 5 clicks to show the information I want. How to get this delay? index…
-
1
votes1
answer52
views -
1
votes1
answer55
viewsI cannot Put background-color and Outline
I am developing a web application and I have the following problems: I can’t fill in the blank space above the title "Sort Search" using the background-color applied to it. I can’t get a line…
-
1
votes0
answers192
viewsMy table does not show the data even though the code is equal
I cannot understand why I do not present records in my table when I change the reference to dataTable2.js, although the code is the same as the example showing the data. If you can help me with this…
-
1
votes0
answers61
views -
1
votes1
answer1069
viewsHow to save an image of a form to the bank
In my form, the user puts the information of your request and an image for reference, however, this image is not being saved along with the record. The form: <!DOCTYPE html> <html…
-
1
votes1
answer1015
viewsHow to pass an array in HTML attributes and not to show single quotes?
Following this post I created the following html by passing arrays as an input element attribute: ... <input type="text" name="setValues[cardExpiration]" id="card_expiry" class="input-small"…
-
1
votes1
answer196
viewsError - Display an image saved in the BLOB database
I have a php script that already does the insertion of images in the database, as shown below: <?php session_start(); include "conexao.inc.php"; setlocale( LC_ALL, 'pt_BR', 'pt_BR.iso-8859-1',…
-
1
votes4
answers1140
viewsHow do you get a form down?
I have this form: <!DOCTYPE html> <html lang="pt-br"> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/> <meta charset="utf-8"/> <title>Jornal…
-
1
votes2
answers574
viewsHow to catch the "name" in an HTML editor?
I am with a question, as I will send by the POST method, what is typed inside an html editor? I need to send the typing information to the database, but I don’t know how to get the information from…
-
1
votes1
answer112
viewsUpdate of DIV
Hello, I have a small project just for Hobbie, and I have some Datatables on my web page, to facilitate the search of registered data, but when I register any data in a Brownser tab, the other one…
-
1
votes1
answer32
viewsPage Loading Can’t Work
Good morning, I’m trying to make an animated page load for my page but jquery is not able to hide the div that contains the animation HTML <div class="loading" id="background"> <div…
-
1
votes1
answer1655
viewsUncaught Typeerror: Cannot read Property 'NOME' of Undefined
I got a problem that’s killing me... I’m taking an API and putting it in a table there in the html, I made the Function to mount the td and everything, but when it arrives to put the API data in the…
-
1
votes1
answer196
viewsConsole shows javascript log very fast and not time view output
This is my code is a simple form: <!DOCTYPE html> <html> <head> <title>Formulário</title> <meta charset="utf-8" /> </head> <body> <form…
-
1
votes2
answers170
views -
1
votes1
answer35
viewsMetatag aleatoria
We use the metatags of Opengraph to detail a little more our site on Facebook for example. <head> <meta property="og:locale" content="pt_BR"> <meta property="og:url"…
-
1
votes2
answers109
viewsSearch filter that does not filter
So, I have a page with a search form for the user to select what will appear in his table. When the user clicks on the Submit button, another page should appear with the table properly filtered.…
-
1
votes1
answer91
viewsCollapse bootstrap opens all tabs at once
<div class="taskList"> <div class="taskToDo clearfix data-toggle="collapse"> <span class="col-sm-8 taskTitle"> <span class="checkTask"><i class="fa fa-check-circle-o"…
-
1
votes1
answer1119
viewsnavbar-Fixed-top bootstrap occupying every browser
I divided the web page into 2 grid, getting left and right side, and I have a menu on the left side that by applying the navbar-fixed-top, he occupies both grid. Can anyone help me? I want to get…
-
1
votes1
answer34
viewsSubmit form with event when checking radio buton bootflap
I am using this Responsive HTML library (http://bootflat.github.io/documentation.html) and I want to submit a form when I click on a radio button. The problem is that as there are multiple "layers"…
-
1
votes3
answers1489
viewsAdd jQuery hours in real time
Hi, I’m 3 input who receive hours and minutes of a timepicker : <input type="text" id="seg1" onBlur="calcular"> <input type="text" id="seg2" onBlur="calcular"> <input type="text"…
-
1
votes2
answers228
views -
1
votes3
answers2764
viewsHow to make the selected menu active with jquery?
I would like to know how to leave the selected menu active. It follows how is my html code and js, I believe it is not working because when redirects to the link of the tag < a >, it loses the…
-
1
votes1
answer2413
viewsJava external html page script not working
I’m having a problem on my pages after trying to put js in an external file it just crashed, and I couldn’t find the error so far. Follows the codes HTML <script type="text/javascript"…
-
1
votes0
answers120
viewsI’m having trouble showing the page by Vue.js using Electron
when I was opening the app by electron the page did not open and when I went to display by the console it shows the following error: "[Vue warn]: You are using the Runtime-only build of Vue Where…
-
1
votes0
answers24
viewsTo unite tables in Angularjs
I am in great need of a help from your knowledge. I am currently developing a web app for a restaurant with several modules. In the box module, in a <div> are displaying the requests that are…
-
1
votes1
answer19
viewsLike the second cell in the last column?
Whoa, guys, blz? How to line up this table? It is giving way here the Browser is not recognizing that has 8 lines, and with this he is throwing the second cell to the right. <table class="table"…
-
1
votes0
answers15
viewsDocument.adoptNode() - HTML - JS method
I need to develop a page that shows how the adoptNode() method works, so what I read basically removes a node from an external page and uploads it to the current document. This is my code, but the…
-
1
votes0
answers42
viewsLink that changes the src of the iframe?
How to change the src of the iframe at the click of a button? For example, I have this set of links: <li class="hover"> <a class="dropdown-toggle" href="#"> <span…
-
1
votes0
answers17
viewsHow do I Reload a directive with type A restriction?
I have an application in Angularjs that is with the following problem: Every time I access my view using: $Location.path('/my-url'); Directive with type 'A' restriction is simply not normally…
-
1
votes0
answers84
viewsJavascript popup does not work on IE11
After migrating to windows 10 and IE11 my popup stopped working. I can not say what it is, I searched and found nothing. On machines with windows 7 and IE7,8 still working normally. Important input…
-
1
votes1
answer620
viewsProblem with ROW Bootstrap
Hello, I’m starting in bootstrap, and I’m already asking for forgiveness for ignorance in the subject, I’m testing some things, and I noticed that when using the grid system using the class "Row"…
-
1
votes0
answers104
viewsHtml scripting with iframe
I have an application that serves with a HELP for the system, that is, the user clicks on the question mark and instantaneously opens a new tab with this HELP directly on the equivalent page, but as…
-
1
votes0
answers22
viewsFailed to display Longblob content on site
Guys I’m making a site for a tcc of high school and good did in php a while that would pull data from a table including photo(stored as longblob), and good at the time of running this code on the…
-
1
votes1
answer1181
viewsReload de Página Web
I intend to click on a button to make me Reload page. Notice that the <a> in a file of navbar is external to the original file. I call navbar through the php and that button is on navbar.…
-
1
votes1
answer1095
viewsChartjs - Insert % at end of value in tooltip
I’m doing an angular Chart.js and need to place the percent ( % ) at the end of each tooltip where it shows the value on the chart. Follow code from my chart: Html: <canvas class="chart…
-
1
votes1
answer195
viewsprint content from div on another page
I have a php page that receives values from a form (post) and wanted to print this results on paper. It turns out that by clicking the button the value in the textarea does not appear in the print.…
-
1
votes1
answer54
viewsProblem with PHP FOREACH
My problem is that my foreach only works when returning in XML, comes with more than one value in the array, but when it comes only 1, it doesn’t work. The return in XML when comes more than 1 value…
-
1
votes1
answer146
viewsDisplay Array Data in Jquery table
I am developing an application where calculates the average that I validate the fields if they are properly filled and if the fields are filled and the sum of the notes is less than 10 it passes the…
-
1
votes1
answer151
viewsCkeditor Fills data in URL when sending
Good morning guys. You’ve seen this problem using the Ckeditor? I have a form where my text box <textarea></textarea> is replaced by the text editor Ckeditor. I have it on my page:…
-
1
votes1
answer65
viewsDiv without padding lef and right in mobile view
Hello, I’m a bootstrap beginner and came across a text visualization problem that I’m having trouble solving. The situation is as follows, as in the attached images, my page has a field that…
-
1
votes0
answers228
viewsBug Carousel inside modal Materialize CSS
I have the following bug, I have a modal and inside it I put this Carousel. <!DOCTYPE html> <html> <head> <!--Import Google Icon Font--> <link…
-
1
votes1
answer64
viewserror when creating simple like button
I’m trying to create a simple button like that simply adds +1 in a table in the col like, ignoring that you can click more than once and that is subject to invasion because it is only a test. The…
-
1
votes0
answers33
viewsA webpage has a "waffle blocking layer" in Firefox and Blocks to see the content Behind screen. It Works fine on IE
Good afternoon. I’m trying to access a page developed and used internally by the company in a browser other than IE and I haven’t been able to. The page looks like it runs a java script that creates…
-
1
votes1
answer36
viewsHelp with ajax to send new variable value in emsma page without refresh via radio button
I’m trying to make a table with radio that when I click, changes the order that is displayed the table content, I saw that the way to do this is with ajax, but I do not have much time left, and from…
-
1
votes1
answer860
viewsBeautifulsoup - True href links
I was studying about Webscraping with Python and started using the bs4 bilioteca (Beautifulsoup). When I started picking up the tags a and the attribute href, I realized that I could not access the…
-
1
votes1
answer30
viewsBring descriptive information from a PHP sequence
I have a form, one of the fields is a dropdown that consults and brings the results as below: <select name="convenio" id="convenio" class="input" style="width:260px"> <option…
-
1
votes2
answers384
viewsHow to create a regular expression
I have the following div with information <div class="endereco-item"> <h2 class="azulclaro identify">Casa</h2> <div class="entrelinha_0"></div> <div…
-
1
votes0
answers430
viewsIndentation and line breaking in sql data for html
In short, I created a table with type text in sql so that the user can save some content. However when pulling it back into HTML the formatting is lost. To remedy this I thought of using the tag…
-
1
votes0
answers56
viewsDynamic form showing value that was not meant to show
Talk to the guys, all right? When I create a dynamic form, it defaults to select, an empty Value in the option, which is set to Value="N/A". When I add, for example, two dynamic forms to fill, when…