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
votes1
answer901
viewsCurl PHP - Retrieving html from page
Hello, I’m training this URL. Can you tell me why the following section doesn’t work? <html> <head> <meta charset="UTF-8"> <title></title> </head> <body>…
-
1
votes1
answer66
viewsProblem in Creating a responsive menu
Guys I’m trying to create a responsive menu but I’m in big trouble... Follow the code I need you to keep that burger and when it reaches a certain width, show this icon by clicking on it and the…
-
1
votes1
answer706
viewsPopular a select generated by javascript
I am copying fields from a form with javascript, but in this form two input sane select and the option are generated from the result of a query. When copies are created query do not rotate and…
-
1
votes3
answers93
viewsQ: Choose two select and display result
So, guys, I’m new to the site and I’m in urgent need of some help. I’m creating a site where the person selects origin city and destination city so far so good, I want that when the person select…
-
1
votes2
answers1095
viewsHow to take values within multiple tags
Hello, I have the following HTML page: <!DOCTYPE html> <html> <head> <title>Exemplo</title> </head> <body> <div id="text">Valor 1</div> <div…
-
1
votes3
answers1412
viewsRefresh only 1 time
I’m doing the creation of a website and I need a force. The problem is this, I need that when entering the site the same of a refresh, just as you enter it I tried the code: <meta…
-
1
votes2
answers82
viewsError in Image Gallery
Edit: https://github.com/amrodr/galeria_projeto I am having a small problem, when I upload my files to the server the images look like this, however when this location works normally. The error is…
-
1
votes2
answers265
viewsRedirect to browser language based subdomain
What is the correct method to direct a site’s navigation to a specific page based on the user’s browser language? I have a website (www.site.com) with the default language in English and I need…
-
1
votes1
answer185
viewsLogical doubt of PHP code
Hello, folks. I’m starting in PHP and am having some problems with this code: <?php function linha($semana) { echo "<tr>"; for ($i= 0; $i <= 6; $i++) { if (isset($semana[$i])) { echo…
-
1
votes2
answers370
viewsHow to capture the value of the src attribute of an iframe?
I have to capture the value of an iframe attribute in pagina.html, from the parent page pai.html. I’ve tried everything but failed. pai.html: <iframe id="meuframe"…
-
1
votes1
answer287
viewshow to horizontal all items of a div
html <div id="containerprodutos" class="containerprodutos"> <div id="containerprodutosfilha" class="containerprodutosfilha"> <h3 class="text-center align-middle"><img…
-
1
votes2
answers174
viewsAbout tag meta name="Author" content="">
A doubt I always have, this Meta tag is for the name of the owner of the company or who made the template? meta name="author" content="">
-
1
votes1
answer212
viewsHow to place a GET order on each line with jQuery
Hello, I have the following code: $('#checar').click(function() { $.ajax({ type: 'GET', url: 'checar.php', data: { lista: $('#lista').val() }, success: function(data) { $('#sucesso').html(data); }…
-
1
votes1
answer159
viewsReferencing elements with CSS to reposition them
I have to change a code base responsible for generating PDF reports using the tool Jinja2. To do so, I need to change HTML and CSS documents. For the former, my concern is with the naming convention…
-
1
votes2
answers93
viewsClick event does not work
Good evening guys. I’m a beginner in Html, CSS and Java Script. That is why I am studying, but today I have stumbled upon a mistake that I am unable to find a solution. I have a responsive grid with…
-
1
votes1
answer57
viewsCan I get an image of any directory on my PC to put on my HTML page?
Can I get an image from any directory on my pc, or can I just grab images from the project directory? I am using JSF: h:graphicImage url="C:\teste\rcvp\18\04\20\16\372_180420160013_0000000_1.jpg"…
-
1
votes0
answers13
viewsGulp - Browser-Sync
I need some help! I am not getting any way to synchronize my browser with the browser-Sync. I wanted to use in localhost(wampserver), but I already searched, I have done several tests and nothing.…
-
1
votes2
answers495
viewsHow do I read an XML with HTML markup
I have an XML where inside it has a complete table. How do I read this XML and already print this structure of Table in html? I am working in PHP XML <document page-count="1"> <page…
-
1
votes1
answer242
viewsHow to get the last selected option in a select Multiple?
I have a select where I can select more than one option(Multiple): <select class="produtos form-control input-lg" multiple="multiple" onchange="adicionaALista();" id="selectDeProdutos">…
-
1
votes1
answer221
viewsPut Outline into HTML5 USEMAP
I want to put edge or Outline on the image map in HTML. I tried to use: map area{outline: 1} But it didn’t work!
-
1
votes2
answers142
viewsPopular Dropdownlist from another
Good morning, I have a Dropdownlist populated from a Model class. Example: Processor, Memory, HD After clicking "+" I have to add another Dropdownlist with all values less the value selected in the…
-
1
votes1
answer553
viewsTransition effect in angular menu
I ask for a transition effect in the menu when giving an ng show or ng Hide (click on the open button). <a class="sandwich panel" ng-class="{'open' : isOpen}" ng-click="isOpen=!isOpen;…
-
1
votes4
answers2194
viewsHow to block the click on an input
I’m trying to block the click on one input Html <input id="txtData" class="form-control" /><span class="input-group-addon" data-role="data"><i class="glyphicon…
-
1
votes1
answer515
viewsStyle (css) SVG with border
I am using svg Sprite and would like to know how to style these icons, I can use the fill: color, but I’d like to give a Hover effect by just leaving the edge. I’ll put the codes I have here to make…
-
1
votes2
answers931
viewsRemove specific input file Multiple type="file"
I input as follows: <input type="file" id="arquivos" name='arquivos[]' multiple onchange="funcao_listar()"> Where after clicking the button and selecting the various files to upload it lists…
-
1
votes1
answer164
viewsImage transition css and html
Guys, I’m starting to get interested in html and css, I’ve been studying and taking a course, and I’m doing this site. I put a transition for when it scrolls the sidebar, but I wanted to be smoother…
-
1
votes1
answer65
views -
1
votes1
answer93
viewsRemove tag from angular component 6
Is there any way to render only the content of the component, hiding the tags? How it works: <ul> <li-component> </li-component> </ul> Renderiza: <ul>…
-
1
votes0
answers331
viewsHow do I leave the Friendly URL in Classic ASP?
I can only access the file by placing its extension, for example clients.php. I configured the web.config file this way, but I did not get results: <?xml version="1.0" encoding="UTF-8"?>…
-
1
votes0
answers42
viewsDifference between /> and </
What’s the difference between using /> and </ to close an HTML tag? Example1: <div> <img src="caminho"/> </div> Exemplo2: <div> <img src="caminho"></img>…
-
1
votes1
answer133
viewsAnchor link with file download
I need to do something simple, but I’m not getting it. <div class="txt-center"> <a href="software/programa.exe#final">Solicite agora</a> </div> I tried to do something…
-
1
votes0
answers67
viewsDoes the CSS Box-Shadow property affect page performance and element rendering?
I know the property box-shadow is relatively old, and widely used. But when using it in excess, I say when applying box-shadow in 100 elements on the same page I have lost performance? I did this…
-
1
votes1
answer229
viewsJavascript onclick/addeventlistener with no anonymous function
I have a problem with javascript onclick/addeventlistener, I have tried several different ways and no results were found, I wanted my click event to be equal to a function already declared and not…
javascript html web-application function javascript-eventsasked 8 years, 2 months ago Alexandre Gomes 321 -
1
votes1
answer881
viewsUpload Multiple jQuery PHP Files
I would like to send multiple files via post using jQuery, I tested several codes and could not, I would like you to help me. I have this form: HTML - index.html <div class="arquivo"…
-
1
votes0
answers154
viewsInsert same image several times through input file
I’m setting up a school website, and I’m adopting a new resource. I created an input file for people to insert images and they, through a preview should trim in the respective frames below. But it…
-
1
votes1
answer435
viewsVisual Studio Code - Empty CSS ruleset
When I create a class in HTML and go to CSS and put ". alguma_Class{}" the css file does not recognize this class in the automatic search and only works if I type everything in hand and only after…
-
1
votes0
answers59
viewsClick event does not get given
Guys, I’m a beginner in this whole world, and I’m looking to implement a function in an application of mine. I found a project available for download and changed all the code to my favor, but at the…
-
1
votes0
answers90
viewsReceive table content by Webbrowser?
I have the following table. <table class="table1"> <tbody> <tr> <th></th> <th>SEQ</th> <th>LOGIN</th> <th>WHATSAPP</th>…
-
1
votes2
answers983
viewsLeave Input next to Label
How to align inputs with the label Good afternoon, I have a dynamic form, it is done using Bootstrap and the inputs/Labels is according to the database data, everything is correct, but in the inputs…
-
1
votes1
answer560
viewsHow to remove attributes from some bootstrap class
I have the Modal below which included a Wizard to show some information. For this, I am using the tag <ul> to align, but I’m using the class nav nav-tabs, but it generates a line that I can’t…
htmlasked 6 years, 6 months ago Igor Carreiro 1,917 -
1
votes2
answers657
viewsHow to focus on a specific DIV and blur the rest
Is there a Javascript/Jquery library that of a targetdelimiting an area in a DIV specific and blur the rest ? Example I added a new item to the menu and as soon as I loaded the screen this one focus…
-
1
votes0
answers140
viewsGenerate a PDF of a Morris Graph
I’m developing an application that generates a report using Morris charts (https://startbootstrap.com/template-overviews/sb-admin-2/) The graphics are working properly, now I need to generate a PDF…
-
1
votes1
answer27
viewsReread tags scripts and style with js
I have these tags scripts that serve to adjust and give functions to a carousel. However I am adding the carousel as soon as I click on a button, however as the page has already been rendered these…
-
1
votes1
answer58
viewsRedirect without being detected
I would like my user to be redirected without it being detected from source. Example:<a href="ola.php">oi</a> The ola.php takes the source, with the attribute $_SERVER['HTTP_REFERER']. I…
-
1
votes0
answers274
viewsBlogger can’t read data:post.body and data:post.url
I have social sharing buttons on my blog that work normally through the expr:href="data:post.url/data:post.title" parameter that takes, respectively, the address and title of the post in question.…
-
1
votes2
answers319
viewsHide div with fadeToggle when click out of it
There is a read with the id 'user-login-menu' that when clicked opens a div with a sub-menu, but it is only possible to close it by clicking again on the li. I would like it to be possible to close…
-
1
votes1
answer81
viewsTransform into Submenu
I made a change here about the menu codes and the codes were with errors Our friend Hugocsl sent me to search another menu and I found I only have one question how do I make the menu be responsive?…
-
1
votes0
answers55
viewsHide Google user profile photo from the site when you have logged in
Good afternoon, I’m making a website for a client, it has interaction with the Google Maps Plataform api, when the user is logged in to your google account keeps showing his photo on the maps, my…
-
1
votes1
answer449
viewsFrom a selected checkbox, take the value of an upcoming date attribute
Good afternoon, i have a checkbox selected (check = true) <div class="form-group col-xs-12 col-sm-12 col-md-3 col-lg-3 space"> <div class="input-group"> <span…
-
1
votes0
answers21
viewsTwitter button does not read #
My blog has the tweet button that works normally like any other: it gets the title of the page and URL through the date:post.title / data:post.url, respectively. The problem is that a few days ago,…