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
votes0
answers288
views -
1
votes1
answer1005
viewsHow to make responsive
I have this more advanced project , but I left it flat to facilitate the visualization and for you to help me =D , I tried everything possible using the media queries but nothing, I want the window…
-
1
votes1
answer145
viewsResponsive site with %
Well, my doubt is a bit abstract, however I would like to hear some aspects regarding Responsive Site. I would like to know, what is the way a website will look the best for all screens. That is, if…
-
1
votes0
answers24
viewsReceive Text content from another page
I am involved in a project and at the moment I need to receive content from a page (in this case, this: http://150.165.202.10/ -> online and working). I try to do it through the code below that…
-
1
votes1
answer912
viewsTake the values of two inputs, perform the calculation and display a third input
Guys, I’m developing a form that will calculate the value of the freight and discount the debts to reach the net amount that the Driver has to receive. But I wanted some fields to display the values…
-
1
votes1
answer85
viewsProblem with css menu
Guys I set up a menu in css that works very well, the problem that when placing the mouse cursor on top of menu letter it changes, it seems to change its edges. Can someone help me solve this?…
-
1
votes0
answers687
viewsGenerate document . doc using HTML to format text and fixed footer on all pages
I have a big problem to generate a file .doc specific. My file .doc has a very complex table like document header, but this header will be done by hand and will not have to repeat on all pages. As…
-
1
votes1
answer1448
viewsInput Subtraction System With Javascript
I have a subtraction system via input only that the following is happening for example if the value is 30 and I want to subtract 29.50 instead of appearing 0.50 it appears 0.5 does not appear 0 at…
-
1
votes2
answers365
viewsWhy do browsers render the same page in different ways?
I would like to know why browsers read the same page (HTML, CSS and scripts) and the displayed result is different in some cases.
-
1
votes2
answers2038
viewsHow to transform text into input text when clicking?
So, I need to transform a text that is inside an HTML tag into input text to edit it. What better way to do this ? Example: http://www.codigopronto.com/codigos/Texto-editavel-com-JavaScript.php…
-
1
votes2
answers229
viewsCreation of Masks with javascript
I need to create masks for some inputs that I have in the code, and had already asked about it, but I think the post was outdated and then was "forgotten". However what he had achieved with that…
-
1
votes1
answer148
viewsHow to scroll position div by an image
I’m using a script that when triggered positions me in a div specific, is working, but the code I have does it from a link text and I am trying to adapt it to an image and that it is positioned…
-
1
votes2
answers560
viewsValues from one form to another
In the index.html will have a pre-form with name, email, city and UF. I will need to take this data and play for another form that will be in another html file. I have a certain notion in jQuery,…
-
1
votes1
answer244
viewsReceive multiple inputs in html tag with Angular 2
In my Component app, I am sending the following inputs to html. How do I receive all of them in html? export class AppComponent { nomeRedeSocial: string = "Minha Rede Social"; linhaDoTempo: string =…
-
1
votes3
answers323
viewsWriting Div ID Makes Div Hidden Appear
I know the question is already confused, but the doubt is simple but I have no idea how I can do it, come on. I have a login system The person logs into this site There is the home page, on which I…
-
1
votes2
answers81
viewsHow do I pass this function to a php file called Geolocation via ajax?
var x = document.getElementById("demo"); function getLocation() { if (navigator.geolocation) { navigator.geolocation.getCurrentPosition(showPosition); } else { x.innerHTML = "Geolocation is not…
-
1
votes2
answers588
viewsReload in Table HTML
Good afternoon. I have a table that I carry some equipment in HTML. I would like to reload it when deleting a device from the table. I have the following function in my Javascript page. This…
-
1
votes2
answers182
viewsOpen different Divs via links
Hello, I have the following SCRIPT below. It opens the DIV that is with display:None; however I will have a list of links to open new DIV’s and I don’t want to keep creating new ones to open each…
-
1
votes2
answers2840
viewsPage number on all mpdf pages
How to make the page number appear in the footer on all pages? I have briefly the code below, but the way it is, the page number only appears on the last page, how to make it appear on all pages?…
-
1
votes1
answer386
viewsHow to read an ID of a DIV, and put in a VAR?
Friends, On my page, with that DIV listed below, I would need to "read" the id that is on the tag < a id="memo-list-delete-6_2544_0" > that is to say the value "memo-list-delete-6_2544_0" and…
-
1
votes1
answer92
viewsDifficulty Bootstrap image menu
I think doubt is simple, but I’m having a hard time. I am creating a menu of images, using Bootstrap, and it is working properly. The problem is, how do I click on one of the thumbnail images,…
-
1
votes4
answers2005
viewsLine break error in <textarea>
Well I have a field in Mysql database of type march 255. I set up a textarea like this: <textarea name="obs" maxlength="255"></textarea> If I put 255 character inside it, I can save…
-
1
votes2
answers250
viewsDisplay sum in span
I have a javascript code that sums the values of checkboxs selected and displays in a input. However, I would like to know how do I display the value in a span? Follow the code below: <script…
-
1
votes0
answers281
viewsfloating banner covering the entire page
I want a banner or a div that is in the middle of my page is that in this banner has a button to close it is that until it closes it is not possible to have access to anything of the page..…
-
1
votes2
answers163
viewsShow the after after after the Hover
I’m having a doubt, I’m developing a site based on a layout in PSD and the main menu, it has a Hover that makes an underscore kind of customized: I thought of putting as after and when I did the…
-
1
votes1
answer87
viewscreating a website to measure knowledge
Hello, I’m starting my studies on the web and for now only know HTML 5 and CSS3, and to measure knowledge I wanted to know about some framework that can help me make a responsive site with…
-
1
votes1
answer616
viewsLaravel 5 mail format html with css
I’m sending an email through Mail of Laravel 5 $data = Input::all(); Mail::send('mails.sendteste', $data, function ($message) { $message->from('[email protected]', 'Sistema');…
-
1
votes0
answers67
viewsLists in HTML5
I’m making a video site and wanted to put a page with several videos next to each other, I tried to do creating div by div was right in my resolution but for other resolutions the content passes the…
-
1
votes1
answer38
viewsHow to make when you have talks at the same time one of them goes up in files . vtt
I’d like to know if there’s any way to get one line to the top when two lines are at the same time, but not to do it manually, but automatically.
-
1
votes0
answers22
viewsRemember the status of the item with cookies
https://jsfiddle.net/kmvo2wum/ I wanted, in case the user opened one of the main items, giving refresh, to remain open. I’ve tried it a few ways but I haven’t been able to, if anyone can help, I’d…
-
1
votes1
answer168
viewsClose Form Dynamically jQuery
The form is a registration form for a cat hotel. The form has the option to add more than one cat per registration, so I clone the cat’s registration form to include the second cat, but I can’t get…
-
1
votes2
answers580
viewsHow do you use align-self?
I’ve used many alignments: center, left etc... but never align-self. How can I use it? I would like to see an application I use align-self.
-
1
votes1
answer594
viewsProblem with tag select in form
I developed a contact form in my website but on that form you have a select unde the person will be able to choose a service but I have no idea how to insert this into my code I would like to know…
-
1
votes2
answers1235
viewsAnchor Link Edge or Positioning
I have an anchor link that takes a button at the top to a certain part of the page, but as my menu accompanies the page, it ends up being cut as in the image below: How would I give a space? Margin…
-
1
votes2
answers2186
viewsOpen a page within a page
For example, there is a button that leads to another page, but I would like it to open in the same, like a dialog box, with close button, maximize and also to be highlighted, (without being able to…
htmlasked 8 years ago MrVanDaime 101 -
1
votes3
answers2919
viewsDefine multiple "id" in an HTML tag
HTML allows to define several class in a single goal. Interestingly I tried to do the same, trying to define several id in a tag : <div id="id1 id2 id3">Tester plusieurs id</div> Didn’t…
-
1
votes1
answer524
viewsCalculate pixels for columns in css
Good guys I have 3 columns in a space of 950px; I did the calculations here on the calculator 950/3 = 316,666666666666667 Only when I convert it to css: width: 316.6666666666667px; nothing changes,…
-
1
votes1
answer272
viewsButton to quit app
I’m developing an example app for Iphone using Xcode with Swift 3.0. I need to put a button that when clicked closes the entire application. I couldn’t identify any event or function that does this.…
-
1
votes1
answer220
viewsCreate parameters in div to use in Javascript
I wonder if I can create custom parameters within a div and if it is recommended by W3C, as it would like to create some parameters for a tag, but I did not find any reference on the internet, an…
htmlasked 8 years ago Anderson Santos 475 -
1
votes2
answers135
viewsHelp with HTML/Javascript
I need to create a page that has two questions with two answers (radio) of YES or NO, and, at the bottom, a send button. I need the questions and answers, when answered and the user clicks the send…
-
1
votes1
answer447
viewsBackslash on links before the file name
I was posting an answer to a question from a user of this site when I noticed that in HTML there were image tags with src containing a backslash before the file name <img src="galerias\001.jpg"…
htmlasked 8 years ago user60252 -
1
votes1
answer1001
viewstransform Mysql record into php variable and show in HTML?
I am asking to search in the database a result equal to a variable url that I already have, it looks right, but I want to pick another column in the same row of the url that it was looking for like…
-
1
votes0
answers292
viewsError in Revolution Slider
I’m using the plugin Revolution Slider, I’ve always used it and it’s the first time I’ve had problems. When I add text to mine Slider, it cancels automatic playback. I have already tried to remove…
-
1
votes1
answer30
viewsturn objects into a list when the resolution is less than X
I need to change a rendering to show a checkbox if the device resolution is less than X for example: show radio’s Buttons and if the screen resolution is less than X it becomes a select…
-
1
votes2
answers2534
viewsAlign Framework Cards Materialize
Just now I decided to take a look at Materialize and tried to use the card element. I just can’t understand why they’re not organized horizontally! <div class="container"> <div…
-
1
votes2
answers466
viewsHow to delete div by class name using Webbrowser?
Considering this code: <div class="panel panel-default"> <div class="panel-heading"> <p>Informações Adicionais</p> </div> <div class="panel-body"> <ul…
-
1
votes0
answers886
viewsMulti-file upload in PHP
I’m a beginner in PHP and I’m developing a real estate system. The problem that occurred to me was the following: I need to upload 20 photos of a property using only 1 input and save the name of the…
-
1
votes2
answers68
viewsNew page in html
Let’s assume I have a site called site.com.br, and two HTML files. One called index.html, and the other sub.html. I would like to make sure that the index.html file stays on the site as just…
-
1
votes0
answers321
viewsPagination effect Carousel
I’m trying to do something in a job but I can’t do anything. I need to do according to the image below: The "and so we recommend" part is recovered via json file and displayed on the screen, there…
-
1
votes1
answer190
viewsGetting information from an external url’s meta tags
I need to mainly get the content of this tag: <meta property="og:image" content="www.meusite.com.br/imagem.jpg"> and put on my website as facebook does in this image:…