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.
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...
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...
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...
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...
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...
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...
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...