Questions tagged as 'html5'

2
answers

aside inside the header

Hello, I would like to know if it is semantic to use the <aside></aside> tag inside the head in a menu that is fixed in the header of the page next to the logo of the site, in my conclusion I think it is wrong because the tag...
asked by 31.03.2018 / 07:10
2
answers

Session does not log off in php

I'm creating a small site, but when I press to exit, the site shifts, but if I put the link on one of the pages, I can enter the system and it does not check if it was logged in, even with security fields Login.php: <div class="login">...
asked by 01.03.2018 / 01:20
1
answer

Stylize the native HTML5 video player

Is there any way to style the native HTML5 video player? If yes, how? Note: I do not create my own player because it is only a basic change.     
asked by 02.03.2018 / 13:19
1
answer

: hover does not work

I had used something similar for a background of an image, but now for the buttons on my site it is not working anymore. nav#menu li:hover { display: inline-block; transition-duration:0.3s; **-webkit-transition-duration: 0.3s;** **-moz-tra...
asked by 24.02.2018 / 18:06
1
answer

Laravel 5.5 link with Ancora

I have the route below that redirects to the main page of my site .. Route::group(['prefix' =>'site', 'namespace' => 'site'], function(){ Route::get('/', 'SiteController@index')->name('site'); I wanted to add an anchor to the...
asked by 23.02.2018 / 18:06
1
answer

Add color to mine when scrolling the page and remove when it reaches the top

I'm developing a menu with bootstrap and it does the following it stays on the top of the page and as soon as the user rolls the page down it disappears and when the user rolls up the menu it appears until then everything okay the problem is the...
asked by 24.02.2018 / 08:09
1
answer

Include files and get multiple repetitions of html and body tags can give problem?

Assuming I have a file named home.php and it is has the following codes: <html> <head> <p>Head do home.php</p> </head> <body> <span>Body do home.php</span> </body> </html&...
asked by 20.03.2018 / 02:52
1
answer

Print all pages generated by PHP and MYSQL

Hello, I am making an extract in which you can generate several pages, I used a very simple paging system using limit in the querys of mysql . > The problem is that several pages are generated and at the time of printing it only prin...
asked by 21.03.2018 / 12:49
1
answer

Variable php in meta tag [closed]

This is the following, I have an audio player in html5 and javascript, when I try to share a song in the face for example, the post will not with the audio title but only with the title of the page, my question is how can I do so that when shari...
asked by 16.02.2018 / 03:09
1
answer

How to use the bootstrap carousel in a wordpress theme

I made a simple theme in wordpress and I'm using this type of js: (function($) { console.log("teste"); $('.carousel').carousel(); })(jQuery); and this html: <div id="carousel1" class="carousel slide" data-ride="carousel">...
asked by 17.03.2018 / 16:36