I was reading the documentation for the target attribute of the HTML element <a> :
(...) In HTML5, it is a name or keyword that refers to a navigation context (for example, tab, window, or a frame) / p>
What is a...
Good evening everyone,
I'd like to know how to open a form whose fields are already filled in with user data (resulting from a search in the database), and it's up to him to only edit the information. I searched the internet and found a way, but...
I'm trying to make a div element change background color when selecting the color of my input using Js.
I'm not getting anyone to help me?
<style>
.corExemplo {
width: 150px;
height: 150px;
border-radius: 50%;...
I'm creating a simple electronic point system, and I'm trying to put the time within a given div, by the time the user clicks on the link, the time he clicked on this link appears inside a div. The code of my button is like this:
I am using Html...
I need to develop an HTML document similar to the image below:
I'mhavingahardtimemakingconnections,lookwhatmyprojectis. Ineedyoutolookmoreorlesslikethis Myhtmllookslikethis:<!DOCTYPEHTML><htmllang="pt-br">
<head>
<meta c...
Through a tutorial you can create an inclusion of products using the following html code
<c:forEach items="${tipos}" var="tipoPreco" varStatus="status">
<div>
<label>${tipoPreco}</label>...
I created a div where it has 2 links, when the page loads, both links are hidden and when I click "fetch" they should appear. The detail, problem is that they appear and disappear! Why might this be happening?
Follow the code:
<input typ...
I created an email signature in HTML, in Thunderbird it works, but in Gmail it buga, it does not seem to interpret the css.
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<title>Assinatura Sitear</title>...
I'm breaking my head to make my javascript copy to a new variable the values passed by a form in HTML. Could someone give me a light?
My HTML looks like this:
<div class="imc"><!--primeiro container-->
<section cl...
How to make IE 8 and 9 read the conditions of Media Query? I have read some docs but I did not find anything enlightening.
The query is being done in the HTML example and I would not like to apply it to just one CSS.
<link rel="styleshee...