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
answer132
viewsSelect PHP + Mysql
Guys, I’m a beginner in web programming and I’m having trouble creating a CRUD, the insert worked OK, but the next step is SELECT is not running as it should and I would like you to help me see what…
-
0
votes0
answers39
viewsRandomization of IVD classes in Google?
Today I entered Developer Mode on a Google website from Chrome by pressing F12 and I noticed that the classes of divs are totally different compared to what you’ve seen before. Usually a name is…
-
0
votes1
answer1016
viewsInput type file with pre-selected image
I have the path of an image in the database ex: admin/conteudo_admin/imagem_noticia/athletes.jpg I have this input type="file" and intended that this image was selected <input type="file"…
-
0
votes1
answer35
viewsClick and change text inside the element
Giving a researched I found the contenteditable, but I was wondering if there’s another way to do that, by taking a look at some of the website builders that use this kind of thing, I don’t think…
-
0
votes1
answer196
viewsUse of the ID attribute in <link> tags
Is it appropriate to use the ID attribute in tags ? In which cases could I use it? Which versions of HTML would support this type of reference? In this case, the ID always has the selector function?…
htmlasked 8 years, 11 months ago StillBuggin 2,012 -
0
votes1
answer47
viewsHow do I put a description under an image?
Good, like I put a description under an image, inside the image div. I can’t use in table form it has to be even inside the picture div
-
0
votes1
answer111
viewsManipulating input date
I have a input of the kind date, i would like to manipulate this input, because when it runs on iOS(phonegap app) it becomes a combo, so when I run an event of onChange, there would be some way to…
-
0
votes1
answer2605
viewsIs it possible to create an iframe for a specific part of a page?
You can get a specific part of a site by mapping it to an iframe? I’ve seen some solutions using css, but it doesn’t give the effect of fixing the region. clip: rect (top, right, bottom, left)…
-
0
votes1
answer154
viewsHow to affect div who is before div with Hover
We assumed in this code. How do I affect the class nav and the class img__logo when the input is with Hover? <div class="nav"> <div class="img__logo"></div> <input…
-
0
votes1
answer61
viewsDoubt with PHP and textarea
all blz? I have a little problem. I have to send a text with paragraphs and line breaks, via php pro bd, and on another page call the text with the paragraphs and the correct line breaks, which I…
-
0
votes0
answers161
viewsWebbrowser click button or link with no name and DELPHI ID
Hello guys I know that to click this button here input type="Submit" id="btnSubmit" name="advance" value="Advance " onclick="Return onsubmit();"> if using this code…
-
0
votes1
answer1556
viewsPHP page returning HTTP/1.1 200 OK
After SQL query and return data using JSON, using the browser Firefox is written the following on the screen: 0 HTTP/1.1 200 OK Date: Sun, 12 Jun 2016 22:52:42 GMT Server: Apache X-Powered-By:…
-
0
votes2
answers2029
viewsNext and Prev Arrows in Slider
I’m trying to change the image using the arrows NEXT and PREV. HTML <div id="imagem-galeria"> {!! Html::image('img/quem-somos/galeria/foto-grande-1.jpg', 'Peças Colhedora de Cana', ['class'…
-
0
votes1
answer617
viewsHow to remove dynamically selected images before Submit
I wonder how I can remove selected images from input file before sending them, I’m new in Javascript, I saw several examples, but without the implementation with the "Submit" button and I don’t know…
-
0
votes0
answers88
viewsRoutine ajax doubt populating the page itself
Just one question. In the ajax URL field, when I work with MVC, I usually put the action/controller. Well, in my case now I have an Asp page. What passes is that ajax is on the same page that I will…
-
0
votes1
answer175
viewsRadio Carousel Radio Uttons
I am using the plugin Owl-Carousel 2.0.0, to make a Carousel of images packaging products that are selectable, through a radio input, only one package must be selected, the structure of this…
-
0
votes1
answer55
views -
0
votes0
answers463
viewsPhonegap + Iframe
I want to start using Phonegap and I wanted to know if you can use an Iframe within the APP to open a web page. If anyone knows any other way to do it will be helping me, thank you.
-
0
votes1
answer625
viewsAjax Returning all page HTML
I have an AJAX request on a customer’s website on the product page, which when selecting the available size of the product changes the price, but on the return of AJAX instead of only taking the…
-
0
votes1
answer122
viewsUse html tag to replace JSF components when possible
I am starting studies with JSF (Javaserver Faces) and writing a xhtml file, I came up with the following dilemma: Why not use HTML tag replacing some JSF compote, when possible? Example: use:…
-
0
votes2
answers1092
viewsMenu css separated by bar
I have the following list: <ul> <li>Inicio</li> <li>Notícias</li> <li>Download</li> <li>Contatos</li> </ul> I would like to make this a…
-
0
votes1
answer3187
viewsChange colors from zebra bootstrap table
I’m using the bootstrap and a table with table-Striped and a zebra is getting very light, ?
-
0
votes1
answer644
viewsScreen size browser window without scroll
I would like to know how it is possible to make a page that does not have scroll and that adapts to the exact screen size. how can I do this ?
-
0
votes3
answers868
viewsPHP - Sending form by e-mail
I wanted to know how to do in php for an html form to be sent to me by email, I searched tutorials on youtube, but they all only work with a host, I tried to emulate a server and could not run the…
-
0
votes1
answer51
viewsConstruct a table on page B with BD data and download on page A by ajax_jquery
I need now in a b.Asp file, build and popular a table(html) and then download by ajax in the a.asp file. So: b.Asp file <%@ LANGUAGE="VBSCRIPT" %> <% Option explicit %> <!--#include…
-
0
votes1
answer279
viewsMirror HTML page with Frames
Good morning Is it possible to control the same html page at two different points using FRAME? I have a form and would like to know if I can input information in it on two different points.…
htmlasked 8 years, 11 months ago Vitor Marques Lourenço 617 -
0
votes1
answer24
viewsSending Email on Server
I’m trying to create a page that sends emails but I’m not receiving them... Would you have something you should check ? Follow code I use to send... <?php $message = "Testando outros remetentes,…
-
0
votes1
answer193
viewsSave all PHP results to a single HTML table
On my host there is an index.html with a form that is linked to a login.php that takes the results that the user typed and saves in an HTML table at the site root. The problem is that a table is…
-
0
votes1
answer400
viewsHow to use Js events without html
How do I make it spin ? <html> <head> <script language="javascript"> function teste(){ alert("oi"); } document.getElementById("as").onclick = function(){ teste(); } </script>…
-
0
votes1
answer4573
viewsHTML - Customize checkbox put image and remove icon from checkbox
Good evening, is it possible to put an image in the checkbox? it is possible to make this image change when the checkbox is selected, make this image change when the mouse passes over it and make it…
-
0
votes1
answer57
viewsI can’t center the button with css
I’m having trouble centering the proceed to checkout button. I wanted to pass the paypal to the left. Anyone can help me,I’m using wordpress. http://ttu.awd.pt/carrinho/…
-
0
votes2
answers2002
viewsHow can I position a tree-shaped image in html and css?
I would like to position some images on my site so that they stay in the format of a tree as in the image I have each of the separate circles. I tried to align them with the tag table however I was…
-
0
votes0
answers30
views -
0
votes1
answer26
viewsFlexslider Buga in Tab or Modal
I’m making a tab with 1 Flexslider ( Slider ) in each tab, but the first works smoothly, already the second TAB the slider Buga, IE, I have to either minimize the browser or open element inspector.…
-
0
votes1
answer60
viewsCreating a forum, doubt between which languages to use
I am creating a discussion forum from scratch, but I already have a good part of the web skeleton like: creating a topic, responding and viewing topic. My doubt is between using php (I don’t know…
-
0
votes3
answers1963
viewsJavascript, save the initial values of the variables
Guys, I’m making a little code in JS, in it I need to save the initial values of my html. I have a paragraph field(<p>) that starts in a way, I wanted to save the initial state of this…
-
0
votes0
answers353
viewsHow to change menu position with materialize framework?
Someone knows how to always put the slide on top and everything else(menu, text, etc...) after the slide? example: http://99webpage.com/theme-review/html/tooku/index.html Using the framework:…
-
0
votes0
answers172
viewsInput Data type is returning the date reversed
I have this website http://tamandareplaza.com.br/ and I’m trying to get his form to communicate with the reservation system. As can be seen in the "MAKE YOUR RESERVATION HERE" area, the date that…
-
0
votes1
answer412
viewsSlideshow with the bootstrap?
I’m one creating a prototype in bootstrap , how do I create a slideshow for a power point presentation file ? can do this ? to present the images I made this way : <div id="myCarousel"…
-
0
votes0
answers121
viewsContinuous scrolling of page after div with internal scrolling
In the middle of the page I have a div with an internal scroll, when I roll the page and I reach this div when using the mouse wheel I get stuck in it, when the div ends the scrolling does not…
-
0
votes1
answer46
viewsallowing access to the webserver only with android
Guys I have a folder on my site called webserver, within it I have several php files that mount the json that is sent to my app that I am mounting. However I wanted to block this folder so that it…
-
0
votes0
answers986
viewsPhpstorm, php interpreter is not configured - wrong folder!
Guys I was doing some naughty codes on php and everything was going well, until I started to do integration html with php, I put the file html in the same folder as php, in the right folder of mine…
-
0
votes1
answer232
viewsFilling in masked input with zeros
I’m using the plugin https://igorescobar.github.io/jQuery-Mask-Plugin/ to create mask in an input field, the mask I am using is as follows:. $('.campo').mask('0.0.00.000'); I need that when typing…
-
0
votes1
answer2421
viewsMove Images with Javascript
I would like an example of how I could move an HTML image using Javascript. For example the Image is in a position, when touching a button it moves.Thank you!
-
0
votes2
answers270
viewsConvert bank date to AJAX
I would like to convert the bank coming date (2012-02-10) to Brazilian standard (10/02/2012) in AJAX Success, example: $.ajax({ type: 'POST', dataType: 'json', url: "crud/consulta.php", data: dados,…
-
0
votes2
answers508
viewsHow to save several radiobuttons in Mysql database?
Guys, I need to save several groups of radiobuttons in the bank. Example: <input type="radio" value="sim" name="grupo1"> <input type="radio" value="nao" name="grupo1"> <input…
-
0
votes1
answer1956
viewsHow do you copy the value of one DIV to another DIV with Javascript?
My problem is this: I have an html page, and on this page, there are 2 Divs. in the second div, I have a javascript that stores a value in a certain variable. What I want is to display the value of…
-
0
votes1
answer45
viewsAssign an Arttigo in more than one php category
I have to enter a register in the database assigned to more than one category , how could I do this ? In case would appear the available category options in my bank and I would select them with a…
-
0
votes1
answer100
viewsIt has to pass my dropdow menu to one of 3 Lines , but only when the mobile resolutions arrive
I can’t do that, because I’m still a layman in responsive design. I would be grateful for anyone who helps me. Here is the designation of my menu!! .nav{ width:100%; height:42px;…
-
0
votes1
answer219
viewsRange of Jquery loading
I would like to set a charging time between each load() to complete the loading of each. For that I would need to set a stop or something similar inside my Loop. That would be possible? for (var v =…