Questions tagged as 'html5'

1
answer

HTML5 PHP data without refresh?

How can I do this? <select name="ativo" action=""> <?php while($reg = $query->fetch_array()) { ?> <option value="<?php echo $reg["id"]?>"> <?php echo $reg["prof"]?> </option>...
asked by 23.11.2016 / 18:42
1
answer

How do I get the calendar started on Monday?

<?php function linha($semana){ echo "<tr>"; for ($i=0; $i<=6; $i++): if(isset($semana[$i])): echo "<td>$semana[$i]</td>"; else:...
asked by 06.07.2016 / 22:21
1
answer

Slider by clicking on Fullscreen

Hello everyone, I'm building a web project, and I'd like to know about a slider that when I click on fullscreen, I'm not finding a good option. I wanted something similar to that of the Tecmundo Site. link I do not know many plugins, lan...
asked by 19.06.2015 / 19:59
1
answer

Choose the language of the player in HTML5

I have a video in dual audio (English and Portuguese) but when my page loads the audio is only in English. <video width="200" height="200" controls> <source src="video/lucifer/T03E01.mkv" type="video/mp4"> <source src="video...
asked by 11.12.2018 / 17:25
1
answer

Slidebar does not work

Good afternoon! So, I have a sliderbar on my page, but it's not working and I'm not finding the error. Here is the code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional....
asked by 27.08.2015 / 21:35
3
answers

Website with centralized content but out of context with the background [closed]

I have my website ready, but I wanted to change something that has been bothering me for some time. I'm having a hard time leaving the site in two layers, I'll try to exemplify it to make it easier. The layout of Facebook has the central p...
asked by 12.11.2018 / 16:02
1
answer

best way to create a video gallery [closed]

I'm studying PHP, HTML 5 and CSS. I would like to know how best to create a kind of well organized gallery or video grid and what better language for that.     
asked by 22.06.2017 / 18:11
1
answer

Fill in the table with bank data. (Mysql and Bootstrap 4.1)

Save folks, I'm trying to populate a table with data coming directly from the database (Mysql). I'm new to the web, I've been able to put together an outline of what I'm trying to do. If anyone can give you some tips, I would be extremely gratef...
asked by 27.07.2018 / 21:11
2
answers

Link button is not clickable [closed]

The problem is that you can not click the button or the icon, how do I resolve this? Code: .heroimg{ position: relative; background-repeat: no-repeat; background-image: url('../img/fjords.png'); background-size: cover; backgro...
asked by 23.07.2018 / 22:22
1
answer

How to organize the root folder of a site correctly? [closed]

I would like to know what the pattern to follow and how best to organize the site files correctly, example I have a main folder which is the name of the site and inside that folder I have a css folder, js, img, fonts For each section of my si...
asked by 23.02.2017 / 02:25