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
-
0
votes1
answer34
views"Help Center" on the website - E-mail reference
Speak, folks. I created a form and would like that whenever a person reported an error and complained in the help center of the site (page on which the user fills an input/field and sends his…
-
0
votes1
answer362
viewsSend Selected Checkbox
I looked at some questions here on the site, but could not understand well. I have several checkboxes like this: <td> <label class="ls-label-text"> <input type="checkbox"…
-
0
votes1
answer59
viewsWhat is the easiest way to make a slide with Bootstrap?
I was following the following tutorial to make a slide: http://getbootstrap.com/javascript/#Carousel The Design I managed to deploy on my page, as it is practically just copy and paste, I followed…
-
0
votes1
answer338
viewsDropdown menu language
I visualized on a site that exists in the upper right corner a dropdown menu where the user can make the language selection. Below a print of the site with the open selection option. When the user…
-
0
votes2
answers23336
viewsCentralize form etc, leave in the center of the screen
I’d like to know how to center anything on css, like, leave in the center of the screen. Can anyone help me? I’m using HTML5.
htmlasked 8 years, 9 months ago João Vitor 21 -
0
votes1
answer1157
viewsHow to hide an object in javascript
I’m trying to hide an object in Javascript, I’m using the command style.display = 'none'; but unsuccessfully yet. How can I hide the object by Javascript, not CSS? object: source code is on this…
-
0
votes0
answers66
viewsAssign CSS in jquery
I have the following code, how do I assign a display: block inside jquery ? because I want the fields to appear without having to click on "add", it will appear automatically the quantity, as I…
-
0
votes0
answers211
viewsDo a Jquery conditional test?
I am making a page and I need it updated constantly, but only when the value of an external page I called with the Jquery.get() function is different from the one already contained in the file, it…
-
0
votes1
answer904
viewsPrinting values with foreach in three different html <td> values
Good, guys. I want to list my database data in an HTML table, but this in three columns <td>, when I maxed this value, it would create one more line <tr>. Example: <?php…
-
0
votes1
answer465
viewsAdd button under div using the after() function
Good afternoon! I have the following situation: Multiple Ivs, side by side, using display: inline-block. I want, by clicking on a div, I can put a button underneath of this div. I started using…
-
0
votes1
answer134
viewsProblem developing Wordpress comments.php form
Hello! I am developing a theme and my form on comments.php is giving error. The rest of the comment file is working right. I am following the book "How To Be a Rockstar Wordpress Designer" as…
-
0
votes1
answer280
viewsWord restriction
Speak, folks. I’d like to know how to restrict certain words, like, a person tries to write 'PQP', so the site doesn’t let this word stay there. HTML5 - CSS - JS…
-
0
votes1
answer261
viewsLoad div only after clicking on specific ID
I have the following excerpt: <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a data-toggle="collapse" data-parent="#accordion"…
-
0
votes1
answer70
viewsString nonce is not being generated
I’m using the Braintree API and I can put the dropin form of them on the page: var braintreeToken = @Html.Raw(Json.Encode(Model.brainTreeToken)); braintree.setup( braintreeToken, "dropin", {…
-
0
votes1
answer1487
viewsIncrease icon size in browser tab
I would like to slightly increase the size of my icon in the browser tab, as I have attached the image and as you can see it is smaller than the standard. <link rel="shortcut icon"…
-
0
votes1
answer41
viewsCSS3 and HTML5 Shape-Outside
How to do the same image below? With HTML and CSS…
-
0
votes1
answer80
viewsTraversing String html
Good afternoon! I’m getting an html string to display in a webview. Inside that string may or may not be images, but for me to display it, I have to pass a base URL before src= "crmResources/,…
-
0
votes2
answers7764
viewsLock special characters but allow hyphen
My code for locking characters is like this: $('#nome').on('keypress', function() { var regex = new RegExp("^[ 0-9a-zA-Zàèìòùáéíóúâêîôûãõ\b]+$"); var _this = this; // Curta pausa para esperar colar…
-
0
votes1
answer506
viewsSelect in the database, only with jQuery
How do I make a select in the database using only a jQuery? I have two combobox and want to use their value to make a select in my database: $.getJSON('/MinhaDoenca/rest/hospital/get',…
-
0
votes2
answers3582
viewsRequired does not work
I would like the fields not to be sent in empty, so I tried using the required.. but it is not working. What is the reason why? <form action="https:/----Site---" method="POST"> <input…
-
0
votes0
answers57
viewsoverflow: auto hides content at the bottom of the page
I have a problem with my html, I couldn’t find an answer. I have a div called box-footer. This div is inside a div main, where I added overflow: auto and height 100%. All that content is inside a…
-
0
votes1
answer106
viewsng-bind-html removing style
I’m trying to pass a style in a span, more when I use ng-Bing-html it pulls out In the json that is placed on the page until this with the style <script id="data" type="application/json"…
-
0
votes2
answers116
viewspull site structure through database
I have a doubt I have a relatively large site where a section of the site repeats often to where the structure and equal on all pages what changes is the content that is pulled by the database most…
-
0
votes2
answers303
viewsAnchor locks with Parallax effect
After adding the effect of Parallax, when clicking on any anchor it jumps normally to the point, but when trying to scroll on the page it is "coming back" at the point of anchorage, that is, it is…
-
0
votes2
answers2517
viewsTextarea without scrollbar
Whenever you write inside a textarea, the scroll bar appears to scroll down and see the rest of the text. What I want is for the textarea to automatically drop, like, when I’m typing inside the…
-
0
votes1
answer66
viewsError Warning on console
The following warnings are appearing on the console with Chrome: "Uncaught Typeerror: $ is not a Function bootstrap.js:29" "Syntaxerror: Unexpected token [ angular.js:12330" Follows my code:…
-
0
votes0
answers46
viewsQqlite + HTML5 put results into variables
And I’m doing a query in a Sqlite database and wanted the result to be stored in a javascript variable so I can work with these results in the rest of the code. I’m doing like this:…
-
0
votes4
answers175
viewsComment element ID attribute
I have a question in Jquery and I would like to know if this is possible. I have an element: <input type="text" id="meuid" class="minhaclasse" > I would like my property id to be dead, but can…
-
0
votes0
answers771
viewsIs it possible to convert an HTML template to Wordpress?
I recently bought a template on a certain site, and did not realize that it was HTML, and not what I need, which is theme for Wordpress. They do not trade. It is possible to convert?
-
0
votes2
answers89
viewsError when giving spaces between Ivs
I’m having a problem for space on some Divs, follow code below: HTML: <div id="feira"> <div class="barraca"></div> <div class="barraca"></div> <div…
-
0
votes1
answer472
viewsPHP Mail function does not work
Hello, I have been trying to send an email through the PHP mail function, but nothing works, and after searching a little, I found a site that said it was necessary to have a fifth parameter, being…
-
0
votes1
answer1054
viewsHow to know which div is shown on the screen with javascript?
I have a site with multiple Ivs, and I need that when the screen arrives in a certain div, an action happens, but I don’t know which javascript event or jquery is responsible for it. Example:…
-
0
votes1
answer834
viewsButtons with HTTP Request Action
The Button Click Request is receiving: { 'QTD1LED, ON': '' }, but I would like to receive only {QTD1LED, ON}. What I have is the change in my code? var http = require("http").createServer(servidor);…
-
0
votes2
answers59
viewsAccentuation of the database not accepted on the site
I have a text in the database but the site does not assume the accentuation of type ã, á, ç and puts in place of those letters some strange characters: My database is with latin1_swedish_ci grouping…
-
0
votes1
answer51
viewsPrevent input from having default text
How do I prevent that when opening a form, inputs are empty and have no text by default. Basically what I want is for the inputs to be without any associated value. In this case the password is…
-
0
votes1
answer37
viewsProblem navbar bootstrap in Wordpress
A customer asked me to increase the size of the navbar, so far so good. I increased and had no problem, however, when I go down the page and rise again, the navbar goes behind the slider.…
-
0
votes1
answer143
viewsHow to Create Div that appears in the page scroll
Some websites have a div which appears on the side of the page as it comes close to the end of the page. I don’t know his name, but I have an example: on the pages of the site’s posts…
-
0
votes1
answer173
viewsDatabase data does not appear on the screen, using angular and php
This is my Angular Code: <script> angular.module("fluxo", ["ngRoute"]); angular.module("fluxo").config(function ($routeProvider) { $routeProvider.when("/entradas", { templateUrl:…
-
0
votes1
answer100
viewsAdding language manually
Hello, I am working on top of a website, where the client passed me in pdf of the texts of the site, in another language, so I add an option on the site to change the language. *the site is not in…
-
0
votes1
answer197
viewsHTML snippet as parameter of a javascript function
I have little knowledge of javascript, how can I pass a code embedding some video in a function as a string? <a href="javascript:void(0)" onclick="exibirVideo('CODIGO DE EMBED AQUI')"> I’m…
-
0
votes1
answer100
viewsProblem with Nav css boostrap menu
I’m trying to make a menu by following this template here: But since not everything in life is flowers, I can’t possibly leave one border and the text in the middle, centered between the same edges…
-
0
votes2
answers235
viewsheader Content-Type does not let you use HTML/CSS
I have this code to overlay two images, one on top of the other <?php $img = $_POST['img']; $user = imagecreatefromjpeg($img); $mask = imagecreatefromgif('imgs/logo.gif'); $width =…
-
0
votes1
answer224
viewsLogin from an external system using ASP.NET MVC
I need to implement a form of my system (written in ASP.NET MVC) to log in from an external system to which I do not have the source code. This external system uses the same users of my system. How…
-
0
votes3
answers3658
viewsAdd Values in Angularjs
I’m 5 inputs where I enter some values, but when I try to sum the total result is not displayed in the last input. HTML: <label class="item item-input"> <span class="cinza…
-
0
votes0
answers20
viewsReload anchors
I am developing a website - plm87.com.br/Davi - this is the temporary link. So the question is this: when I click on the menu links the anchors work normally. However, when I click on the "see more"…
-
0
votes0
answers60
viewsBy clicking on the phone number be redirected to Call
I would like to click on a phone number to be redirected to the links on android as per the attached images, or click 1058 and it redirects to perform the link on the number, as is done?…
-
0
votes2
answers51
viewsPHP-get the last 4 id’s inserted in the database
I have a database in which one of the tables has the designation "Products" and I would like to extract from it the last 4 items inserted in it. The column with the main key (Primary key) is…
-
0
votes1
answer346
viewsEmpty dynamic array table
It’s the following guys I have a dynamic table in Java where it includes a row with some data filled by the user, in the method of adding the row I put an array also passing the fields I am sending…
-
0
votes1
answer190
viewsWrite to bank only chekbox checked at angular
How do I record only checkboxes that are checked. Check this out, I have this example and when I record is recording the 22 items. <li> <label class="requerido">Profissoes</label>…
-
0
votes2
answers599
viewsmenu with the selected option of another color in Angularjs
my first question and my first "real" project as well. I am using bootstrap, html/css and angular and have a horizontal menu in an unordered list. What I need to do is that this menu has another…