Questions tagged as 'html'

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
2
answers

How to analyze malformed HTML syntactically?

As part of a procedure, I need to extract the contents of a table present on a page. I'm using cURL to get the raw HTML data and the Simple HTML DOM Parser to parse and render HTML. <?php // (...) require_once('simple_html_dom.php'); //...
asked by 29.01.2015 / 17:57
4
answers

How to force the opening of a link in another tab and not window?

I have a button (anchor) that needs to be 'hidden', or no text at all. His structure is this: <a class="testeimprimir" href="javascript:teste1();" target="_blank">TESTE</a> The function is this: function teste1() { window....
asked by 07.11.2014 / 12:47
2
answers

Voice connection between two points

I would like to study about, read how it is done and all possible details about making voice calls between two points A and B It also works these links between users like viber, WhatsApp, facebook provide. Is it possible to use PHP HTML5 J...
asked by 17.02.2015 / 03:49
4
answers

Text that is typed in the Few?

People, I see an effect on the sites. The text will appear (as if someone was typing it). Automatically I related to the marquee, but the effect is not legal. Do you know how to do it?     
asked by 14.05.2015 / 22:37
7
answers

Hide input value

I need to hide / remove the value of my input, but I'm not getting anywhere, where am I going? Thank you very much HTML: <div class="caixa-pesquisa"> <div class="caixa-pesquisa-input"> <input type="text" class="pesqu...
asked by 14.02.2014 / 19:28
1
answer

What is parse, and how DOM parse works in HTML5

I started to study CSS3 in depth, and I ended up wanting to better understand how HTML rendering works in the Document Object Model (DOM), and how to do this joining of HTML and CSS (and JS) style tags in the browser . I've read a lot, but he...
asked by 21.11.2015 / 19:14
3
answers

Automatic calculation in text box

Good morning. Is there any way for the user to type this in a text box: Does a script run the account automatically and result, in this case, = 1? It is also important that he do this with all operations and that it is in pure javascript....
asked by 02.08.2014 / 16:55
1
answer

What is baseline?

Studying Flexbox (type of layout in HTML / CSS ), I came across this concept of baseline , which I had never seen before:    align-items       ...           ...    baseline:Itemsarealignedsothattheirbaselinesalign  Lookingaround,Isawtha...
asked by 04.04.2015 / 09:32
2
answers

What exactly is hypertext?

I searched and did not find an answer about this: Is CSS considered hypertext? I have this doubt because PHP, which is hypertext preprocessor, can also preprocess CSS and even JS.     
asked by 11.10.2015 / 04:11