Questions tagged as 'html'

1
answer

Add page to Google [duplicate]

Is there any <meta> tag that causes Google to search my site and show it that way? or is it some script developed by Google to improve how to search the site?     
asked by 20.04.2016 / 02:03
1
answer

Change text of a div after clicking the button

I am completing the design of a mini shopping cart. My question is, how to make clicking a button change the title and price of two divs. And another, how to change the payment button according to the product and the values selected by the us...
asked by 24.10.2016 / 02:58
1
answer

A transition or effect

Would anyone have any idea of any transition or effect of some image arising from left to right in a sense of being passing in a straight line?     
asked by 21.01.2018 / 04:45
1
answer

Require_once not being able to access file

I'm not able to include pages to my controle_login.php file as it generates the following errors:    Notice: Use of undefined constant ABSPATH - assumed 'ABSPATH' in C: \ xampp \ htdocs \ Model_MVC \ controlles \ control_login.php on l...
asked by 21.01.2018 / 18:35
2
answers

How to start Accordion closed

Hello, I have an accordion on my page, it works perfectly, but when the page starts it is already open. What I want is for it to come closed, does it have? HTML: <div class="bs-example"> <div class="panel-group" id="accordion"&g...
asked by 17.04.2017 / 16:22
1
answer

How to limit the size of a div

Well, I do not know what title I'm going to give the question to, so if anyone wants to edit I'll accept it. I have the following scheme: link I want to do with the div itemsatuais, have that limited width, but that the divs, that are...
asked by 17.04.2017 / 16:24
3
answers

how can I make a div hide on the side and when clicked appears on the screen?

How can I make the div hide on the side of the screen? notice the side menu of this site link tried it in a way but it was not someone knows a means? I put the display none and in js I put block, however I always have to go back to none then i...
asked by 19.04.2017 / 15:51
3
answers

numeric validation in javascript [duplicate]

I'm trying to validate a form. the user can only instroduz numerals values. I did the following but it is not working function ValidateContactForm() { var year = document.ContactForm.year; if (year.value == "") { isNaN( document.m...
asked by 20.04.2017 / 21:03
1
answer

Create search bar

I'm creating a website and I've drawn the search bar. The problem is that I do not know how to activate it or that it works with my site in html. There is an easy way using google search boxes on our site but the design I drew for the search bar...
asked by 13.03.2016 / 17:53
2
answers

jQuery function called by two distinct elements at once

I have the following code: <table> [...] <tr class=""> <td class="col-md-2"> 10.1 </td> <td class="col-md-8"> Teste </td> <td class="col-md-1"> 1...
asked by 03.03.2016 / 14:34