Questions tagged as 'html5'

1
answer

how browsing-context works

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...
asked by 05.11.2015 / 18:54
2
answers

How to open a screen with pre-filled form with PHP and HTML?

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...
asked by 20.06.2015 / 00:52
2
answers

Change color of a div using JS

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%;...
asked by 29.08.2016 / 23:55
2
answers

click on a button and the time appears within a div

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...
asked by 25.08.2016 / 01:11
1
answer

Insert CSS to show dependencies

I need to develop an HTML document similar to the image below: I'mhavingahardtimemakingconnections,lookwhatmyprojectis. Ineedyoutolookmoreorlesslikethis Myhtmllookslikethis:<!DOCTYPEHTML><htmllang="pt-br"> <head> <meta c...
asked by 26.10.2015 / 20:58
3
answers

How to work with content in thymeleaf?

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>...
asked by 10.04.2016 / 00:27
1
answer

Div appears and disappears

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...
asked by 24.10.2014 / 14:35
1
answer

Buga Email Signature in Gmail

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>...
asked by 27.10.2014 / 15:40
1
answer

javascript does not take form attributes

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...
asked by 04.03.2015 / 03:35
1
answer

Media queries for Internet Explorer 8 and 9

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...
asked by 01.04.2014 / 22:23