Questions tagged as 'html'

3
answers

Limit HTML5 Audio Controls

I wanted, if it were possible, of course, that a component <Audio> of HTML5 would just show mute , and the rest would not show up; such as volume , play , pause , etc.     
asked by 30.12.2014 / 18:56
1
answer

Calculate distance between 2 points in Google maps

I do not have much experience with javascript and I have no idea how to get the result of this script and move to a <input text> field. This script calculates the distance and time between two points. So I wanted to take the time an...
asked by 05.02.2015 / 05:07
1
answer

How to insert a favicon into HTML? [duplicate]

I'm starting to play around in HTML and would like to know how to implement a favicon .     
asked by 09.12.2014 / 14:16
2
answers

creation of tables with margin between them

I want to create a table spice but with spacing between each rectangle. What I have created is: <table border="1" margin="2"> <tr> <td>Célula 1</td> <td>Célula 2</td> </tr> <tr> &l...
asked by 19.12.2014 / 11:18
2
answers

How to add value to the variable in jQuery?

I have a variable x that is written on the screen with initial value 0; I want each click of a button (be input or button same) in the HTML file, the value of that variable to be added 1; When added, I want the variable...
asked by 09.05.2015 / 03:18
3
answers

HTML / CSS - input date height width

How can I change the height and width of the tag input of type date and time, in HTML itself or CSS?     
asked by 20.05.2018 / 15:59
3
answers

How to put an image inside the bootstrap popover

I want to put an image inside the popover. Anyone know if this is possible? <!DOCTYPE html> <html lang="en"> <head> <title>Bootstrap Example</title> <meta charset="utf-8"> <meta name="viewport" cont...
asked by 13.07.2018 / 21:57
1
answer

CSS responsive layout in columns

I'm making a layout that will have two columns, the first one on the left will compose a menu a second will occupy all the remaining space on the screen on the right side and it will stay in the content. In developing the css of these columns...
asked by 22.05.2014 / 01:45
1
answer

Get TD value and send as parameter

I have a table with two TD only (CNPJ and Social Reason). My controller has a method that receives 2 parameters (CNPJ or Razao). These parameters are sent via jquery. I can not do the following. When you click on the TD CNPJ or Razao, you should...
asked by 07.07.2014 / 22:32
2
answers

Do not view PDF inside browser

I have the following anchor: <a href="http://localhost/refazer/uploads/0503-14.pdf">Conteúdo</a> By clicking this link the browser automatically recognizes that it is PDF and views it. As below: Otherwise, I wanted the br...
asked by 14.05.2014 / 22:49