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
-
2
votes1
answer1459
viewsHow to force the maximum table width?
Can you set the width to be occupied by the table? forcing it to make a line break and continue when it reaches that maximum width?
-
2
votes1
answer178
viewsnoClonflict() jQuery - No longer works
Hello, I was using jQuery’s noClonflict() to not have conflict with the site http://www.casadoboteco.com.br/ Initially it worked, but after a few days is giving trouble again. It is giving conflict…
-
2
votes1
answer964
viewsHighlight table row under cursor with Pure CSS
I created a very simple HTML table with 4 lines and 4 columns and used the Pure CSS to make her more beautiful. Then, I wanted the table row to be highlighted when the user hovers over that row. All…
-
2
votes2
answers48
viewsHow not to let a Domain appear on Google and other search engines
I have an online system and would not like my domain to appear on google or other search engines, would like to make it private. there is some way to do this?
-
2
votes1
answer387
viewsCSS Disfigured mobile menu
When the site gets responsive the menu gets that button to open a menu. The problem I’m going through is the question of CSS him. He should have a style, cute, stay in block, only he stays that way:…
-
2
votes1
answer10173
viewsCentralize div container materialize
I got the following shit on mine HTML: <div class="image"> <div class="container center-align"> <h1 class="grey-text text-lighten-5">Análise de Sistemas</h1>…
-
2
votes1
answer5877
viewsHow to get a div to automatically scroll down?
I have a div with a lot of text, and I want that when loading the page the div starts to do automatic scroll showing the whole text... html: <div id="corpo"> <p> Titulo da notícia,…
-
2
votes1
answer88
viewsHow to protect a service site before launch?
I have no experience in this and I’m about to launch a service site and I was wondering if what I have to do to protect my idea is her patent, software registration or trademark? These are the…
-
2
votes4
answers447
viewsHow to change the link in the mobile version?
Hello I have two links that when they are in the desktop version show a link, but in the mobile version shows another. I wonder how I can make a javascript that changes when I’m on a particular…
-
2
votes1
answer34
viewsFields for entering data in the form
Ola would like to do a method where the user clicks on the input and always direct to the last character typed, any hint?
-
2
votes2
answers2640
viewsTake data attribute value and apply as text in another html element
I have a series of checkboxes in an interface that are already configured to display/hide other elements of the interface conditionally. In this same interface I have a div set to display messages…
-
2
votes2
answers2501
viewsHow to echo a php file?
I’m looking to create a simple email marketing server. So for this I have to take the content of an HTML and save a variable in PHP. This is my form. <form method="post" action="email.php"…
-
2
votes4
answers2294
viewsHow to return an error after sending a form?
How do I return the echo "Deu Erro!"? on my page? //page-2.php <form method="post" id="formulario" action="acoes/enviar-formulario.php"> //codigo aqui </form> within the…
-
2
votes1
answer1301
viewsWhat is the meta tag with itemprop="image" attribute for?
Out of curiosity, I used the Google Chrome option to view Google’s source code, and there I found a meta tag with an attribute itemprop="image". Thus: <meta…
-
2
votes3
answers527
viewsTake data from the page by javascript and convert it to whole
There is a problem, when picking a number within a span by javascript I try to convert it into int with parseint, but nothing. For if I try to make a sum with another number it ends up concatenated.…
-
2
votes1
answer614
viewsSliding divs for content
Someone could help me how to box with slider content and by clicking on the arrows the Div is Pushed and so showing the other box as in the image below the globe example . I’ve done with java script…
-
2
votes2
answers1909
viewsHow to get the element id from its class
I have the following list: <ul id = "qualquer"> <li id = "listitem1" class = "middle_item"> </li> <li id = "listitem2"> </li> <li id = "listitem3"> </li>…
-
2
votes1
answer68
viewsView different HTML in Web App
I have a responsive site, but I need it to be displayed differently within a webapp iframe (no navigation menu, no footer, for example). How do I load a different css, or hide elements, if the…
-
2
votes2
answers1233
viewsSELECT HTML field displaying Previous, current and next month only
I need to make the SELECT field that today is like this (code below) displayed only the previous, current and next month. For example: As we are in the month of MAY so it will display in this select…
-
2
votes1
answer1490
views -
2
votes1
answer371
viewsFixed footer at the bottom of the page
Well, I’ve searched a lot of sites how can I do this most of the time says it’s for me to body, html{height:100%;} footer{width:100%; bottom:0; position:absolute;} But when I do it, it’s at the…
-
2
votes1
answer4469
viewsHow to add color to radio?
I want to create a form and I want to include a kind of "option select" of HTML radios, it should look like a semaphore: 3 different colors indicating their values (good, regular and bad). I’ve been…
-
2
votes1
answer61
viewsInteracting with the linux system
Is there any function or way to get javascript/Angularjs to communicate with linux? For example: <!doctype html> <html ng-app="myApp"> <head> <link rel="stylesheet"…
-
2
votes1
answer223
viewsMemory consumption (HTML element x jQuery objects)
I’m creating a system where I need to record many DOM elements in variables. Is there any difference of memory consumption in writing HTML elements x jQuery objects? HTML elements: var elemento =…
-
2
votes1
answer409
viewsHTML input that can store multiple values?
How can I input similar to the one in this forum? /questions/ask in the tag area, when we insert an example tag: "PHP", and give enter it already saves that value and expects another user.…
-
2
votes1
answer3918
viewsCausing an input to appear only when an option(select) is chosen
I have a registration form, with a Selected, but one of the options of this Selected when selected should appear an input. Example: <select> <option>value1</option>…
-
2
votes1
answer125
viewsHow do I validate a value without leaving the page?
I’m developing a system with the discount part, so I wanted the user to enter the discount and after he finished validating whether or not and show the discount percentage. $cupom =…
-
2
votes2
answers752
viewsToggle between hiding/displaying Ivs from links
I’m trying to adapt this script, which I found in this excellent reply from Soen, so that when there is a click on the link, the divs alternate. On the page there are several Ivs, and each one will…
-
2
votes1
answer310
viewsChange CSS with session and misaligned Ivs
Generally speaking, how to change the CSS property of a tag depending on the user’s access to the system? Below is the header image (draft) before the user access the system: And below the same…
-
2
votes0
answers859
views -
2
votes3
answers1490
viewsChanging the modal content
I have this html: When I click on saiba mais, a modal is opened with the information according to the plan. The html and modal content is basically this: <div id="abrirModal"…
-
2
votes2
answers425
viewsHow to get the last (max) tabindex from an html form using jQuery
I need to get the last 'tabindex' of a form for when the user clicks 'tab' or 'enter' back to the first. Follows current code: $(':input').keydown( function(event) { if ( (event.which === 13 ||…
-
2
votes2
answers327
viewsSet file name in input file dialog
Good morning, I wonder if there is any way to set a default name in the dialog input type="file".... And there is also how to define the path in which this dialog will open. Ex.: "/Downloads/", (I’d…
-
2
votes0
answers52
viewsTrapezoid with CSS or JS
Hi, I need to make a trapeze, like this: Be done with CSS or JS. But it can’t be done with Borders, so it doesn’t work well if I need to put some text inside, I can’t use any Absolute position or…
-
2
votes1
answer59
viewsCentrar is not working on ipad
I’m developing an android application, but I’m programming in eclipse in windows using HTML, Javascript, CSS and Jquery To test the development of the application was using an extension for google…
-
2
votes2
answers2201
viewsDisplay element when mouse is over an image
I have 4 elements <div> where they have a component that is only displayed when the user hovers over the <div> container (the one that has class="thumbanil") however when I move the…
-
2
votes1
answer53
viewsImage does not catch characteristic of the div in which it is inserted
I have a header tag, where is my menu, this header tag has 80% screen width and is fixed at the top. I have just below the menu an image, which I want to take 100% of the screen, but is inside the…
-
2
votes1
answer58
viewsI can’t fix menu and site header
I’m trying to fix the menu and the header of the site, but I can’t!! I managed to get him online in case you could take a look: http://www.projectxna.esy.es/site-teste As you can see, when using the…
-
2
votes2
answers1244
viewsHow to work with scripts and style sheets in Laravel 5.1
I’m new to Laravel 5.1 (actually any Laravel) and I’m having a hard time understanding how to work with style sheets and simple scripts. On several sites, I see that I need to add an element to my…
-
2
votes0
answers25
viewsShorten words
How do I shorten the word to stay Illo qui facere... However when passing the mouse you must open a full-name Popover Illo qui facere temporibus ut adipisicing pariatur…
-
2
votes1
answer48
viewsImmature() does not work with href
Hello, I have a script that is an image slideshow with a animate() to the top. works 100%. but if I add a <a href="#"> in the image. the effect to. could you help me? it keeps working…
-
2
votes1
answer179
viewsHow to make the position of a moving div be saved automatically?
I developed a widget for my project and now I need that, when moving it, your position is saved. Example: Initial widget position 80px x 120px, after moving it, initial widget position 210px x…
-
2
votes1
answer104
viewsHow to access link with parameter through html or Html5 form?
I have the following html code. <form action="http://www.meulinkqueseraredirecionado.com/namer/"> <input type="text" /> <input type="submit" value="Acessar" /> </form> I want…
-
2
votes1
answer681
viewsUsing the HTTPS (SSL/TSL) protocol in a login with 2 (two) levels of authentication in PHP?
I am starting a project that will work with inventory information and other more sensitive data of companies so I decided to do 2 (two) login levels as in the systems of banks. first authentication…
-
2
votes1
answer973
viewsChange field Automatically after filled
I have a form: <div class="span12" style="padding: 10px;"> <form action="<?php echo base_url()?>index.php/chamadas" method="get"> <div class="span2"> <label for="">Data…
-
2
votes2
answers7394
viewsHow to change color of css header only
How do I change only the header color and not the entire body of the site? I’ve tried putting background: #fff; but it doesn’t work. I tried this, but to no avail: <header class="header">…
-
2
votes2
answers1761
viewsHide Div after x seconds after running action
Good morning Galera, I have in my home , a field to consult CPF. The field has only one text field , where I inform the CPF, if I find some Cpf in the database , it returns me some data.I submit the…
-
2
votes2
answers327
viewsElement:First-Child Does Not Work
In this example below there is an element .title. And in it I’m putting one first-child with margin-top:20px;. When compiling and saving is not working. Do not apply the top margin on the first…
-
2
votes1
answer572
views -
2
votes1
answer407
viewsBootstrap problem with Slick Boot boot and modal
Hello, I’m doing a project for a client where I’m using a modal of bootstrap and inside this modal has a Carrousel using Slick Carrousel, however I’m not sure why but it’s not starting when opening…
htmlasked 9 years, 2 months ago Gabriel Silva 49