Questions tagged as 'html'

1
answer

When I click on the reference id of the tag does not call the page I want

I can not make it work at all ... help me out! <script> document.getElementById("ClicouNaTag").addEventListener( "click",function() { window.location.href = "vaiparaessapagina.php"; } ); </script&...
asked by 23.05.2018 / 18:53
2
answers

Responsibility error in HTML and CSS

When I minimize the screen, the photos are out of the block, follow the HTML and CSS code <!DOCTYPE HTML> <HTML lang="PT-BR"> <head> <title>Cartola dos Amigos</title> <meta charset="UTF-8"> <l...
asked by 23.05.2018 / 01:50
1
answer

Searching for the next table after a clicked element

Hello, I'm trying to fill in the next table closest to the clicked button, but I'm not getting it. It's important to be the next soon after, as there are several tables with the same class, can you help me? Here's the javascript: $(".bt...
asked by 08.11.2017 / 01:02
2
answers

HTML form values are not varying within the while PHP

Well, I made an extract that selects the data from the DB and prints it on the screen through the while, which is generating the correct values, but now I'm trying to create an edit button that opens a popup with the inputs already populated wit...
asked by 07.11.2017 / 14:38
2
answers

HTML how to open url stored in a variable

I am not very knowledgeable in html, I want to open a link that is stored in a variable but without success. <div class="csgo-item--inspectLink"> <img src="static/img/inspect.png" href="{{item.inspect}}" target="_blank"style="wi...
asked by 07.11.2017 / 18:29
2
answers

Lack of security page register

Well, I'm having a question about security. I made a form, to register users, until then ok. But for example, this form has an action, which is for the same page in the case. If a person creates a page in PHP for example, with a form simil...
asked by 08.11.2017 / 03:08
1
answer

How to calculate size of a header div to do the correct spacing?

Hello, I have a site with a fixed menu at the top which I put the class header, and it accompanies the scroll bar, I know that my other div with the content class needs a margin according to the height of the header to not stay capped. My que...
asked by 14.11.2018 / 19:18
1
answer

How to have two checkbox components inside a row with a title

I am new to HTML / CSS / Bootstrap and am having a question about how to put two checkbox components inside some kind of container with a title. Am I doing it the right way or is there another better way to do it? My components look like this:...
asked by 16.11.2018 / 23:54
2
answers

Insert Image through CSS or HTML? [duplicate]

Hello! I am having a question about the difference in how to insert images. I know that I can insert images by HTML and CSS . But what's the difference? And in what situation should I use each of them in the right way?     
asked by 15.11.2018 / 23:00
1
answer

How to insert 2-image slide (html)? [duplicate]

<div id="home" style="background-image: url(assets/images/slider-1-background.jpg); width: 100%; height: 862px;" class="parallax hidden-xs"> I am using this code in the header with an image, how can I insert another background image...
asked by 07.02.2018 / 22:38