Questions tagged as 'html5'

1
answer

How to customize CSS (tr: hover) in a table with thead?

I am creating a project to exercise some things, and I made a table with fictitious data, where, when mouseover, the corresponding line changes color. Except I did not want this to happen to the title line. What can I do? I tried everything but...
asked by 09.11.2018 / 03:14
1
answer

Create CRUD pagination with Jquery and Ajax

I have this code in HTML / JavaScript / Jquery and I need to create a paging with the elements of the server. The page displayed the elements of 5 out of 5, I wanted to know how to go to the next pages and go back. <!DOCTYPE html>   ...
asked by 11.11.2018 / 21:27
2
answers

Non-clickable links

Hello, I'm creating the home of a website that has a full screen video that automatically plays but with the full screen video even with z-index the links are not clickable as you can see, how do I to solve this? *{ margin: 0; pad...
asked by 14.06.2018 / 11:00
1
answer

Canvas is not showing up

I have a menu of buttons being displayed, and when I click on one of them, some operations happen and then a canvas with text should be displayed. It happens that these operations all happen, but the generation of the canvas does not happen ....
asked by 08.06.2018 / 14:48
1
answer

Resolution image size in Mobile CSS - Increase height

To trying to increase the image of a div, but not to success. here's the code, am I missing something? @media (max-width: 768px){ .row-fluid banner cheio{ height:80%; display:block; } } Any information only en...
asked by 19.04.2018 / 01:58
1
answer

Show password typed in two fields by clicking on only one icon

I have a page to change the user's password with two fields one for the password and another to confirm the password. I would like to know how to display the password entered in both fields by clicking on just one icon, in the code below with on...
asked by 29.05.2018 / 23:25
1
answer

FORM HTML5 and PHP all on the same page [closed]

How to process these tasks before the form is written to the database? CASE 01: How do you prevent visitor from being repeated in visitor ? CASE 02: How to determine winner or draw? CASE 03: Given the CASE 02 , how to write...
asked by 21.08.2018 / 03:59
2
answers

What does the aside tag do in HTML? [duplicate]

I would like to know what the function of the <aside> tag is and to know if there is any similarity to the <nav> tag, since in the code I am doing I changed aside to nav and there were no changes.     
asked by 23.02.2018 / 14:12
1
answer

Toggle part of a text to bold under a condition

I need help to change the color of a specific part of a text. It's the following, I have a string that I broke into several separate sentences to get the relevant phrases. The sentences are of tuple format (phrase, relevance). I want to concaten...
asked by 09.02.2018 / 19:59
1
answer

I am inserting an array into the database through a script that I did but only saves the first and second digits

I am inserting a array into the database through a script that I did, but save only the first and second digits. HTML: <script type="text/javascript"> //ADICIONAR MAIS CAMPOS OUTRO SCRIPT $(function() { var spanC...
asked by 09.03.2018 / 07:23