Questions tagged as 'html'

2
answers

Display rows of a table according to filters

I have the code below where I have a onchange that should filter the status of each request (hiding / showing table rows), however it is hiding the header of table . Code: <!DOCTYPE html> <html> <head>...
asked by 16.04.2018 / 14:41
2
answers

Search result open in new tab

I have a simple search engine that does the html search itself, how can I make the search results show up in a new tab? <input type="text" placeholder="Digite sua pergunta" autofocus name="query" size="16" style="font-size: 11 pt; colo...
asked by 16.04.2018 / 15:20
2
answers

Remove links from CSS images in @media print

My blog shows links when printed through a[href]:after { content:" (" attr(href) ")"; } , however I do not want it to show image links since I also removed them from CSS for printing. Is there a way to remove these links through something...
asked by 17.04.2018 / 14:49
2
answers

Tag change with javascript

I want to make the p tag be replaced by the img in the hover, already bringing an image that I have in the directory. Is it possible to do or have to do something like that? If possible, in the same function. Code: $(funct...
asked by 19.05.2018 / 14:56
2
answers

What is divs for?

Div is one of the tags I see most in HTML and that is used from start to finish in the body but I do not understand what exactly it is for or why they put div inside another div.     
asked by 19.05.2018 / 02:04
2
answers

Align items on html page

I have the following code: CSS: .apoio{ float:left; } .box{ width:300px; height:100px; background-color:#666; border-radius: 10px; margin: 0 auto; } HTML: <canvas class="apoio" id="cvs" width="500" height="20...
asked by 14.02.2018 / 17:13
1
answer

I get ghost emails before the test email

I have faced a curious problem. I made a basic form in php just to send email through the site. But I'm running some tests on the hosting service and I've received several phantom emails before the test email. I've already checked to s...
asked by 06.03.2018 / 14:53
1
answer

Document.Write with variable does not print

Why do not window.document.write(valores) nor $("body").append(valores) not print on the screen? <!DOCTYPE html> <html> <head> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0...
asked by 05.02.2018 / 00:59
1
answer

Stop function when mouse / cell pass

I have the following code: I would like to know some function that can stop the cellphone by mouseover for about 10 seconds, after the arrow is removed from above. Thank you in advance! <!DOCTYPE html> <meta charset="UTF-8">...
asked by 06.02.2018 / 03:19
2
answers

Setting Bootstrap Buttons

Hello, I need to adjust the bootstrap carrousel buttons so that it is next to the photo, today according to the attached photo the buttons go beyond the desired area. Can anyone help me? This is the html code of my carusel, css is comin...
asked by 08.02.2018 / 12:03