Questions tagged as 'html5'

1
answer

How to hide lectures on a web server

I am setting up my website, I have a login section, but if I put the full url to the next page after login it is within reach, although it has no data, since I use PHP through POST, but I would like to know if there is any form inside my server...
asked by 16.04.2018 / 00:55
2
answers

format carousel bootstrap

I've downloaded a carousel of bootstrap images ( link ) and I'm trying to see what device I see it on (pc, tablet or mobile) are hiding images. I have left 3 images in the carousel and when I go to tablet I should leave 2 images active and hide...
asked by 05.11.2018 / 18:22
1
answer

Emulate effect with intro logo

I have this url link in which upon entering an effect appears with the logo that covers the entire screen with a solid color and then positioned at the left side of the page. How could I emulate this effect. I have this code link which ha...
asked by 03.09.2018 / 00:12
2
answers

How to position block number 3 below block number 1?

I am building or designing a website, I am using CSS Grid (I am learning it) and it occurred to me to do it in this way the site. I am practicing it. I have a problem and I do not know how to position block number 3 (right) under block number...
asked by 23.08.2018 / 23:25
1
answer

delete alert not configured

I have a problem that I do not know how to solve, to see if you can help me. In a window I have a window which has the personal data and other data of a person in which you have a "Modify" link that takes me to the form to modify the data, bu...
asked by 22.08.2018 / 11:14
1
answer

How can I download links directly?

Good, my question is how can I directly download this type of links: link Without having to click derechi and download.     
asked by 19.08.2018 / 22:19
2
answers

Why does not my element type ul disappear when I hover over another element?

What I want to do is that the last of my menus that I created would have an effect where submenus children would appear. A basic functionality in a basic and simple menu HTML code <div id="containerMenuFirst" class="col-md-12"> <se...
asked by 10.09.2018 / 03:46
1
answer

change name of a class within a method

var slideIndex = 0; showSlides(); var slides function showSlides() { var i; slides = document.getElementsByClassName("mySlides"); for (i = 0; i < slides.length; i++) { slides[i].style.display = "none"; } slideInde...
asked by 22.10.2018 / 02:36
1
answer

doubt with form in HTML5 and PHP

I have the following form that I create with PHP: echo '<form name="frmCalificar" method="post" action="calificar.php">'; echo '<br>Calificacion:<input type="number" name="txtCalificacion" required/><br>';...
asked by 16.08.2018 / 09:05
1
answer

ENTER AdSense in the Head

How can I enter an Adsense within a Head? I already have the structure and the code that I am going to place, how can I implement it? <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script...
asked by 16.08.2018 / 15:35