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
votes2
answers146
viewsIs it possible to change the background color of an element for printing?
Is it possible to change the background of an element in the print style sheet? I have the following code: <td valign="top" bgcolor="#dddddd" class="cinza" nowrap="">Seu Nome<br> <div…
-
0
votes3
answers734
viewsShow image after loading via ajax
Hello, I’m setting up a site with no refresh. When the user clicks on the tab clients are loaded slides of the same, however as the embedded images have a 2mb and end up loading by part. I wonder if…
-
0
votes0
answers98
viewsHow to fix image resizing for lightbox?
I’m trying to do that lightbox work on my site, but the images do not resize to their original size, as can be seen below. What can I do about the problem? function openModal() {…
-
0
votes1
answer67
viewsHow to display two Textbox from a result in the Dropdownlist
I display a Dropdownlist with two SC and PR values, if it selects SC then I want it to display two Textbox, one with the RG, and one with the Date of Birth, and if the person selects PR, I want to…
-
0
votes2
answers59
viewsHow not to return an "X" value in the BD?
How do I not return an "X" value in the database? For example, I have a site style Firefly, and the same has the page of each artist where is the tab "Related Artists" which is based on the TAGS…
-
0
votes1
answer97
viewsHelp positioning icone/view under image
would like to take a doubt of CSS/HTML,I will start a project in REACT NATIVE, and in the project I came across this layout objective: My doubt is, how can I put the icone (STAR) under the…
-
0
votes3
answers299
viewsGrid bootstrap getting misaligned in panel with results brought from database
I am displaying the result of a query in panels, only that they are getting misaligned, I want to show as ta in the image below only 1 below the other, the way this, generating a pyramide effect,…
-
0
votes2
answers1034
viewsHow do you pass two parameters in Ng-click Angular JS?
<button class="btn btn-conf-t btn-deletar" ng-click="deleteCategory(cat.id)"><i class="fa fa-trash"></i></button> Here I just step one parameter, it is possible to pass…
-
0
votes0
answers21
views"Drop button" only with information
Can anyone explain to me how I can find a tutorial on this? I look for "drop button" (which makes sense) but I can’t find anything related to this! is a link (<a>) normal: When you click on…
-
0
votes2
answers103
viewsLoop in $_POST to save data to a file. CSV
Hello, I’ve been having a doubt for two days, I’m trying everything and still can’t, if anyone can help me!! I made a form in HTML and PHP, where I fill out the form and after giving Submit i Gero a…
-
0
votes0
answers56
viewsEnable the invalid Foundation 6 input via JS/jQuery
I’m developing a logins registration form. The login must be unique. Every time a login is typed in the field the onblur event makes a connection in ajax where it is checked if in the database there…
-
0
votes1
answer760
viewsKanban with Bootstrap
Good morning to all! I need to ride a Kanban, preferably with Bootstrap. Do you know any project (opensource) to download it and implement?
-
0
votes1
answer190
viewsI am unable to go to the "main2" frame. VBA and Selleniumwrapper
I am trying to access a web page and manipulate its controls via VBA and Selennium Wrapper, however, these controls are within a frame with the "name = main2", follows the code VBA: Sub z() Dim…
-
0
votes0
answers51
viewsProblem with Ajax script
I have an Ajax search script without reloading the page, I select the taxonomy’s to filter the content, and I click "Search", in which the search form disappears, a load bar appears. The load bar…
-
0
votes0
answers44
viewsHow to create equal stack overflow tag field?
I am developing a website of recipes and one of the fields to register the revenue, are the tags. I wanted to put a function equal to the stackoverflow, an input that as I type it brings the tags…
-
0
votes2
answers134
viewsremoveClass does not work
I need to validate two fields in my form to enable the Submit button for the final user, however the removeClass('disabled') not working. $('#main-form').on(function () { simCode = $('#main-form…
-
0
votes2
answers64
viewsSend e-mail without finalizing the form
I have an html form in step by step, that when I click on the "next" button I need to send the completed data by email but without finalizing the form, how can I do this, is in php?
-
0
votes1
answer71
viewsDiv does not respect width of img
I made a div with a border bottom similar to a fold of a page. I am trying to put a centralized image but width and height is not working. I thank you very much! :) CODE: .boxDobrado{…
-
0
votes2
answers73
viewsHow to make a database search appear in a table?
A few days ago, I’ve been trying to get my comic book search to be presented internally to a bordered table. However, although the server does not return any error, no results are shown. I have…
-
0
votes1
answer40
viewsTotal registered in Database with Script
my php page uses the following files "1-config.php = connects to the database" "2-total.php = connects to the Form and shows the total record on the page" in the html of my main page I use <?php…
-
0
votes1
answer368
viewsdoubts about target="_Blank"
When I use target="_Blank" he opens a new flap and focuses on it i just want it to open a new tab but that the focus continues on the current page.
-
0
votes1
answer24
viewsPHP page connects to the database, loads but does not delete
Could you help me identify what’s wrong with this code? <?php include ("conexao.php");?> <?php $id = isset ($_POST['id']) ? $_POST['id']:''; $sql= "DELETE FROM `guaxinim` WHERE…
-
0
votes1
answer47
viewsSticky menu with problem updating page in Firefox
The Sticky menu I made has a problem only in Firefox. If I update the page with the Sticky menu active, that is, when the scroll bar is not at the beginning of the screen, the menu goes back to the…
-
0
votes1
answer39
viewsObjects change position when switching from browser
Can anyone tell me why when switching from browser, from Chrome to Firefox, the relative positions I gave in CSS change? Normally I use Chrome, but I tried it on Firefox and all the objects I gave…
-
0
votes1
answer55
viewsOpen new page only the top of the main page
Eae guys! I’m a beginner in web development and would like to ask a simple question. How do I open only the top of the page. For example: I have the main page with various contents, including a menu…
-
0
votes4
answers71
viewsRepeat zebra style color only 5 by 5
How to make this loop repeat to have 5 numbers of one color and 5 numbers of another color? var collection = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; var html=''; for (var i in…
-
0
votes2
answers226
viewsForm action without appearing name
How can I send this action only with link+valueInput example http://google.com/test When giving the Submit it returns https://www.google.com/? search=test <form action="http://google.com">…
-
0
votes1
answer1414
viewsProblem to apply a jQuery mask to a modal
I have an HTML modal and in it there are two text fields that should receive dates, I am trying to apply a jQuery mask to these fields, but I was not successful, the mask usually applies when the…
-
0
votes1
answer62
viewsphp appears on my main page
I’m making my front page with my login, but I don’t know why PHP appears that I did. What I wanted to do was hide PHP. My code: <html> <head> <meta http-equiv="Content-Type"…
-
0
votes0
answers133
viewsHtml "active" of the Carousel
Good. I have a project with several views that contain a Carousel. For example, this is my main page and when I press, for example, the first "See more" button this appears So far so good! But if I…
-
0
votes1
answer61
viewsYoutube videos on the website (audio only)
I need to create a radio for a client, where she will have how to choose what to play, for rhythms, singer, band, etc.. I was wondering if there is any way to capture playlists and videos from…
-
0
votes1
answer69
viewsHow to position the Section below the menu
I’m using Ancora menu, and when I click on the link it gets the top of the menu, how do I place it below the menu? How does it look: How it should look: code: Script <script> var menu =…
-
0
votes0
answers72
viewsHow to "fix" Copyright?
Hello! I am with a doubt that I could not find on any site, or I did not use the correct words to find. There’s a template site that obviously provides templates, but when the guy removes the…
-
0
votes3
answers2853
viewsPass variable value inside text with echo
I’m trying to add a value to a variable within a text with echo and I’m not getting it, the value is available because I can access it. What I have is this, I couldn’t insert the code properly, so…
-
0
votes1
answer303
viewsI cannot save form using spring boot
I’m starting to study spring boot now and trying to do a CRUD, but I’m having a hard time saving my form. No error message appears, neither in the console nor in the browser. I have already reviewed…
-
0
votes0
answers31
viewsHow do I find, amid the inspection of a web page, code parts in Base64?
As I think, amid the inspection of a web page, parts of coigo in Base64?
-
0
votes1
answer1001
viewsHow to capture the td of a web page using Selenium vba?
html code looks like this: <table> <tr> <td width="01%" class="tex3b"><img height="14" src="/imagens/tm_bullet.gif" width="6"></td> <td width="20%"…
-
0
votes1
answer683
viewsRemove an iframe element
Good morning, I am trying to remove an element that is inside an iframe, I am even trying to add a class via jquery but without success, I have tried to use jQuery load, setTimeout and onload by…
-
0
votes1
answer998
viewsHow to add Padding in Select
I put a 30px padding, the select really gets bigger but it doesn’t appear anything. select.custom{ padding: 30px!important; -moz-appearance: none; -webkit-appearance:none; } select.custom option{…
-
0
votes1
answer46
viewsshow text on another page
I am making the validations of the form fields, and I want to show a message in case they are wrong, as in the example: Passwords do not match This is the code of the action page, where you do the…
-
0
votes1
answer28
viewsProblem When pulling data from different tables for Inputs
I’m having a problem pulling the values that are within two tables different for some inputs. When clicking on a tr of table the script created pull your values and sends to some Inputs that are on…
-
0
votes1
answer254
viewsGoogle maps does not work within the bootstrap modal
Hello, everybody. I’m developing a register that uses the Google Maps API to find an address and I’m trying to use it within a modal, but when I put inside the modal, it doesn’t show the map and…
-
0
votes2
answers142
viewsIs there any way for a form to inherit from _Layout.cshtml in c#?
I’m developing a website on asp.net c#, I have a contact page that contains a form for the user to fill and send if you want to send an email. I wanted the page of this form to inherit the…
-
0
votes1
answer58
viewsDoes anyone know where I can find material for per toolbar in a Textarea, to use with php in the posting area?
I want to put a toolbar in this style in a text area, to use for styling articles for posts, someone can tell me where I find material, or perhaps, already teach or send some code for me to analyze…
-
0
votes1
answer348
viewsDynamically create HTML Elements at Angular 2
Good Morning! I’m new to Angular 2 and I’m putting together a blog for personal enhancement. This "p" tag gets my text <!-- Post Content --> <p id="post-aux">{{post.Texto}}</p> I…
-
0
votes1
answer269
viewsIs there any way to translate the months into the input type date?
How I translate the date input? in the html I put lang="pt-br" but still English. The image is just an example!…
-
0
votes1
answer65
viewsHTML and Javascript
I would like to know how to open this screen when clicking on an image, as the example:…
-
0
votes0
answers244
viewsHow to display/hide, individually, replicated div in Angularjs, using jQuery?
[SIMULATION using Jsfiddle at the end of the problem description] The following function performs the insertion of some elements using Angularjs: $scope.addItem = function (user){…
-
0
votes1
answer144
viewsUpload files and inputs of any type submitted with ajax
Guys I need help for the first time I’m not managing to put something into practice. I need to get a form that contains <textarea> and inputs like text,number and crucially the file type are…
-
0
votes2
answers113
viewsKeep menu item disabled
How to keep a menu item temporarily disabled on the site? <li><a href='cadastrar.php'>CADASTRAR</a></li> Grateful.