Questions tagged as 'html5'

1
answer

Is it possible to create an internal search of a site without using PHP and database?

Is it possible to create a search system within a website with javascript and without database or php? I want to create an HTML search system     
asked by 02.06.2017 / 01:47
0
answers

Web Push Notification Custom

I'd like to know how to Push Notification in the browser that is customized per user. Could you tell me how to proceed? Is it possible to generate a single ID for that device that the person is accepting to receive the notification...
asked by 31.05.2017 / 15:03
2
answers

How to redirect Css to just one Div

I'm creating a site where I need to use a unique css file for the responsible div to display the services performed on it. The problem is that this css file is downloaded from somewhere else, and it ends up changing the rest of the page. Does an...
asked by 01.06.2017 / 17:31
0
answers

Wrong location API Google HTML

Hello, I'm trying to capture my location from the Google API / with the features of the new HTML5. But my latitude and longitude always gives this one that is incorrect, either on the computer or mobile: latitude: -23.550519899999998 longit...
asked by 26.05.2017 / 16:13
1
answer

Problems with SECTION and ASIDE (HTML5)

I spent some time here with problems with background-image and today I'm here again with problems in these two semantics ... Whenever I minimize the window or inspect my code, content in ASIDE jumps down and the problem is not just that...
asked by 14.07.2016 / 00:47
1
answer

Problem with Background Image using Bootstrap 3

I'm having trouble displaying the background image when the site is accessed by Chrome on my smartphone, the PC displays normally (responsive). HTML <!DOCTYPE HTML> <html lang="pt-br"> <head> <meta charse...
asked by 28.04.2016 / 20:33
1
answer

Difficulty in making a different Shape

div { width: 280px; height: 280px; background: #1e90ff; -webkit-clip-path: polygon(15% 0, 100% 0%, 100% 29%, 41% 49%); clip-path: polygon(15% 0, 100% 0%, 100% 29%, 41% 49%); } <div></div> Good morning, good afte...
asked by 03.11.2016 / 20:28
0
answers

How to put in the html the page in Google? [closed]

I would like to know some tutorial, like putting the page in Google search and the other pages under the "HOME" type: Index contact, services, photos, videos. Everything on the google home page? Same in the site bajaki that pulls all pa...
asked by 16.05.2016 / 19:12
1
answer

jQuery does not use the HTML5 dataset on date?

When modifying a certain initial value of data of jQuery, I noticed that the value of dataset is not modified. Then I wrote the following test: HTML: <div data-value="initial value" id="div-test-1"></div> <di...
asked by 11.02.2015 / 18:38