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...
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');
//...
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....
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...
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?
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...
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...
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....
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...
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.