Questions tagged as 'html5'

3
answers

CSS Operators with @

As I had asked about the @media operator, I was curious because I saw other operators that started with @ and I would like to understand what is meant by operators like that, and which ones exist.     
asked by 14.12.2017 / 18:28
2
answers

Enter key do not give submit

How to make the enter key not give submit on a form? Example: in an input pressing enter nothing happens. Today, if you press enter , the browser gives submit , and you clicked the submit button.     
asked by 14.12.2015 / 20:24
4
answers

How to take print (screenshot) of a web page?

I'd like to know how to get print out of a page, and save it as an image. Here is an example for understanding:     
asked by 15.05.2015 / 16:28
1
answer

What is the difference between the img, picture and figure elements?

In HTML we have the elements <img> ( image ), <picture> and <figure> , which I believe is a" figure "or" image ". The img is well known, the others have been introduced recently. I notice that i...
asked by 17.10.2015 / 21:36
1
answer

HTML5 print screen automatically

Is it possible or is there any html5 / javascript / jquery library that allows me to take a print out of the window or a div and save it automatically without requiring the user's permission? I've tried window.print() but it asks for u...
asked by 25.02.2014 / 15:06
3
answers

Is it wrong to use more than one thead, tbody or tfoot in a table?

I have a table that gets a certain formatting when the elements have a tbody . Because of this formatting, I thought about using tbody twice in the same table, but I was wondering if that would be valid. So, I would like to ask t...
asked by 06.01.2017 / 12:22
1
answer

What is the use and how to use the "display: contents" of CSS?

Recently I saw that there is a new type of display in CSS display: contents , but I did not understand its intention to use it? link It seems to be just to remove the CSS from the container ... But is that what it's all about...
asked by 20.12.2018 / 13:55
1
answer

Place text side by side

I do not know if it's possible, but I'd like to know if I can get a text divided into two columns?     
asked by 02.03.2015 / 11:16
3
answers

With CSS is it possible to animate text-decoration?

Recently I saw this animation made with SVG, ButIwaswondering,isitpossibletoanimatetext-decoration-style:wavyin:hoverinordertoachievethesameresult? body { font-family: sans-serif; font-size: 2rem; } p {...
asked by 01.11.2018 / 12:14
3
answers

An image with display: none is loaded? Do you consume data?

I'm developing a responsive layout and would like to reduce the size of the images as per resolution. I've used display: none but I've seen in inspetor de elementos that it's loading. Is the data of the two images being consum...
asked by 21.08.2017 / 14:43