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
answer68
viewsDash Sliding-Middle-out on top image
I have an image and at Hover, I want to present a dash at the top of the image growing from the middle out. example here (below "our Programs"): http://www.templatemonster.com/demo/58536.html I’m…
-
0
votes2
answers553
viewsChange image when selecting radio in form
Good evening, I’ll provide an image and the code. I don’t know how, and I’d like to learn. NOTE: I don’t want the image to change when I submit the form, I want it to change right after I click on…
-
0
votes1
answer46
viewsHow to make the box of the question page?
Stackoverflow has these question text editors, so you start editing the question. Has italics, bold, links/citation, and several others. How were they made? They look like those wysiwig editors, but…
-
0
votes1
answer1967
viewsSize and position of div
Hello everyone I’m trying for a div next to another div as you can see below, I’m not sure what I’m doing wrong here’s the code: .div { background-color: #cecece; margin-right: 700px;…
-
0
votes1
answer28
viewsalignment between div
Guys I rode a container and a flap system using css, but I’m having trouble putting the flaps inside the container. My problem is that the container does not follow the size of the tabs, someone…
-
0
votes0
answers14
viewsTransition effect on image
I can’t explain very well what the name of this effect is, but can anyone give me a light on how to do it? Or the name of it at least, I thought it was cool, I wanted to implement it on the page I’m…
-
0
votes0
answers65
viewsStrange text appearing on page after saving a file
I’m creating a C#text editor, but when I saved a file .html, on the page appeared this error Code: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;…
-
0
votes1
answer248
viewsCountdown
Good afternoon, I want to add on my page a countdown, which at the end only emits a warning saying that the time has expired. Is it possible to do this with html? I have no idea.
-
0
votes2
answers1286
viewsHow to get the value of an attribute in Jquery?
Here’s what I need to do: when a person clicks on an image, the display attribute of a 'ul' is changed to block, and then, when that person clicks again, the attribute value is 'None'. I wanted to…
-
0
votes1
answer103
viewsHow to add item in API
I’m doing a basic forum just for testing, I’m using the mongo and postman to add some things for testing. However, now, I want from the page, I send such data. Use of…
-
0
votes1
answer706
viewsJquery - How to use a href link to call a dialog
I need a command that opens a dialog every time I click a link... <map name="Mapeamento"> <div id="dialog" title="Imagem1"> <p>Informação 1</p> <p>Informação…
-
0
votes1
answer139
viewsHow to make minimized element or hidden on site?
What is the name so that I can search as it does, of those items in html that appear minimized in the page. for example: on an html site on your home on the right side near the window bar has a…
-
0
votes1
answer42
viewsI need help how to limit or balance the colors of an image with php
I need help with an image. I want to know how to limit her colors to 16 colors? Example: Before: Afterward:…
-
0
votes0
answers38
viewsHow to load 2 ajax on the same page?
Hello. I would like to have this ajax query return the value to be placed next and feed to the chart. I am running, but the value is not being loaded, the graph appears empty. Any problem in loading…
-
0
votes2
answers84
viewsscript only in a div
<script type="text/javascript"> onmousemove = function adfy() { adfy_id = '.html'; //replace with your ID for (var i = 0; i < document.links.length; i++) { var hrefer =…
-
0
votes1
answer279
viewspull information via php ajax
good afternoon, I am studying ajax and I am trying to make an input pass to a file via post, but nothing happens.. I am following via Chrome firebug and I see that always the type: 'post' is in…
-
0
votes1
answer2583
viewsCollect HTML tag data with VBA
How can I get the return of an html tag through getElementById? I’m testing in the application below, but I’m not getting it. My intention is to catch what’s inside the tag. Sub teste() Dim IE As…
-
0
votes1
answer53
viewsInclude function to a field
Good afternoon, I need to make an error message appear when the user does not put the email with "@". already has a function that already includes all fields a class when they are left unfilled. Is…
-
0
votes1
answer103
viewsInsert into field in mysql
I have a system where have registered matches and the logged user tries to hit the results of these matches, Each match has a registration id that is with the name (game) in the database, I already…
-
0
votes0
answers186
viewsHow to forward a page with masking without creating an iframe?
I bought a domain yesterday on Godaddy, and I’m redirecting the site with masking to a server I made, only it’s creating an iframe on top and I can’t see the path of the site, always stays in the…
-
0
votes2
answers39
viewsHow to apply the Hover method in my class?
I have the following code: <section class="content-header"> <h1><i class="fa" ng-class="{'fa-tasks': !isCodeError, 'fa-remove': isCodeError}"></i> {{t(title)}}</h1>…
-
0
votes1
answer82
viewsjstree create new Node does not work
Guys I’m using the jstree to create a tree. I’m trying to create a new Ode, but I’m not getting it. The first level of Node will already be loaded into html, so only the next ones will be added by…
-
0
votes1
answer35
viewsproblem with Submit
I have the following code on my form: <div class="uk-grid"> <div class="uk-width-1-1"> <button type="submit" class="md-btn md-btn-primary" ng-submit="frm.$valid &&…
-
0
votes1
answer48
viewsHTML/PHP code block
I have an HTML page, and I would like to add a block with code in some language, so that it looks aesthetically beautiful as if it were in the code editor. I know the tag <pre></pre> is…
htmlasked 7 years, 6 months ago Victor Nogueira 152 -
0
votes0
answers82
viewsDisplay items of a particular ID using angular GET
I’m making a very basic forum where the user type the title, subject and theme description, and this is sent to Mongo (I’m also using Postman), with the help of the people from here on another…
-
0
votes1
answer91
viewsFlexslider - Loading with still images
I’m using Flexslider, but while the images load and the function is not executed, it plays one image under the other, generating a huge scroll bar and, after the execution and loading of the images,…
-
0
votes0
answers284
viewsMascara no Ionic
Good morning people, I wanted a help, in the ion-input of Ionic, I would like to use mask, cell number and Cpf for example, could help me with a very simple example, I use Ionic 3 and angular 4…
-
0
votes2
answers44
views -
0
votes3
answers2290
viewsUse database data in a select option (HTML/PHP)
With which tools I can integrate my database with an html/php, the intention is to create a field of type <select>$opção1</select> <select>$opção2</select>…
-
0
votes1
answer640
viewsTo assign value to the input field after selecting item in Select
I have a select field with a list of names, after selecting one of them I have to assign a value in the database to an input field.…
-
0
votes1
answer786
viewsHow to leave the width of the last TR of the bootstrap table size?
I have the following table: <div class="col-xs-8 col-sm-8 col-md-8 col-lg-8 col-xs-offset-2 col-sm-offset-2 col-md-offset-2 col-lg-offset-2"> <h3 class=" text-center">Treino 1 para o…
-
0
votes1
answer35
viewsChange element generated through the event of an already ready element
I have the following HTML code: <div class="header"> <ul class="navigation"> <li><a>Home</a></li> <li><a id="limpar">Limpar</a></li>…
-
0
votes1
answer50
viewsError opening and closing modals
Javascript var inicio = document.getElementById('inicio-modal'); var banner = document.getElementById('banner-modal'); var produto = document.getElementById('produtos-modal'); function abreInicio(){…
-
0
votes1
answer1587
viewsGenerate a PDF from a Div HTML
Good evening, guys... I wonder what I can use to generate a PDF from a selected div. It could be in Jquery,VB,Vb net or Javascript. Could you help me ?
-
0
votes2
answers90
viewsButton available when filling fields
Good afternoon, How can I make the send message button available only when the user fills all fields correctly? <h2>Quero um <span>Automóvel</span></h2> <div…
-
0
votes1
answer167
viewsChange button behavior according to URL
How can I change the behavior of a button according to the URL? I have the following URL, e.g.: site.com/search/hill climbing machine the button would be something to filter according to the price,…
-
0
votes2
answers81
viewsUpload with java script
I have the following image upload code but it only works if the js is on the same form page and does not work coming from external file js, I would like to use external because I use other…
-
0
votes0
answers163
viewsEdit input suggestions
Hi, I would like to know how to edit the suggestions of the Exp input: when the user writes something in the input in his suggestions show the results of the request by ajax so he can select with…
-
0
votes1
answer8826
viewsBackground with transparent image
As I make the background image transparent and responsive, responsive I managed with the code below, more now I need to put transparecia in the image. CSS body{ background: url(../img/bg.jpg)…
-
0
votes2
answers139
viewsForce file . EML open directly in e-mail client
Thunderbird allows a 'imagem' email be saved in a file, this file comes in format '.EML', and on my system, users load this file into the system along with what they are doing related to particular…
-
0
votes1
answer37
viewsHow to make a wordwrap inside a <pre>?
I have a tag <pre>Oie</pre> I wanted this text to have a maximum width of 595px word-wrap:break-word; what I did was this pre { width:595px; word-wrap:break-word; } I do it , but nothing…
-
0
votes1
answer156
viewsFooter element do not descend using the bootstrap class when I open the menu in mobile mode
In mobile mode is having problems when I open the menu as it collides with the buttons to pass images of Carousel and also with the footer CSS .footer { position: absolute; bottom: 0; width: 100%;…
-
0
votes1
answer787
viewsDotted or striped background in css
Someone help me make a dotted or striped background in css?
-
0
votes1
answer450
viewsHtml and css alignment
I am facing some difficulties while trying to align the following content HTML <div class="header"> <div class="logo-para-header"> <h2>Logo teste</h2> </div> <div…
-
0
votes1
answer1439
viewsPassing ID by modal parameter
I have the following problem, I have a $Id PHP I need to receive it in modal to make a SELECT in the table, and search for information in the BD. The button it sits on one page, and the modal on…
-
0
votes2
answers981
viewsPHP/Mysql - Switching from localhost to online hosting
I created a website with PHP and a Mysql database using XAMPP. Now I’d like to put the site online on a host, I have to change the connection to the database where it says localhost? What procedures…
-
0
votes1
answer378
viewsClick and show div, click again and hide
Guys I have the following html <nav class="nav nav-default"> <div class="container"> <a href="#" class="nav-brand">Brand</a> <button type="button" class="nav-button">…
-
0
votes1
answer36
viewsVideo with Reflection in firefox
I have the following structure that displays a video: div { height: 460px; width: 100% background: -moz-linear-gradient(top, black 0%, #020223 100%); /* FF3.6+ */ background:…
-
0
votes1
answer30
viewsPlaceholder does not identify characters
I’m having a problem with a placeholder and a login page, <div class="group"> @Html.TextBoxFor(t => t.Email, new { required = "required" } ) <span…
-
0
votes1
answer44
viewsHow to use a website on the server
So, I created a php system that saves the numbers among other things of the employees of the company, I use xampp on my computer, I wanted to know how I do to put the system in php on the server and…