Questions tagged as 'html5'

2
answers

CSS - How do I effect this div in this site [closed]

Galera, In the link below, the top of the site, that is, the header that is the background photo along with the menu, they occupy the entire screen of the browser, regardless of being a pc, tablet or smartphone, how do I apply this effect?...
asked by 05.02.2017 / 00:47
1
answer

Get input values in html for object in ASP.NET MVC [closed]

I wanted to know how do I get the information from the data entered in the html input to create an object by my MVC template and save it to the database. Note: I already have all the model classes, the interface classes, I just need to mount the...
asked by 19.08.2017 / 22:32
1
answer

Scrollspy Boostrap [closed]

Hello, following the Bootstrap 4.0-beta documentation, and with difficulty executing a simple "Scrollspy", I would love to learn, to follow their examples, but it does not work anyway ... link Could someone give me an example done, of the "...
asked by 15.11.2017 / 01:12
0
answers

Cordova - Camera does not work

I developed a web application. However, in WebView that I created from this application, when I try to upload files, the code redirects me to the image gallery instead of opening the camera on the phone. In my HTML, I have the following field...
asked by 27.12.2018 / 18:52
1
answer

How to delete TXT file content using PHP?

I'm doing a web project in php to monitor with ping the network assets in my work I have a file named 'log.txt' in the root of my project that is fed with log information with date, time, ip etc. Line by line. Here's an example: function funct...
asked by 27.12.2018 / 20:13
1
answer

What is the essence of modeling a system? [closed]

Due to my idleness in the internship and lack of knowledge to work in medium-sized projects, I am looking for a mission that will increase my knowledge in both PHP (mainly) and database (in the MySQL case), but together to this by adding knowled...
asked by 09.04.2014 / 18:31
1
answer

Doubt with college work in javascript using DOM [closed]

Good morning, guys, I have this job to do and deliver tomorrow in the tutorial, but I'm completely lost in how to work out this in notepad ++. Could you please give me a light? I've been trying since 2:00 am and I can not. Thank you in advance....
asked by 08.02.2015 / 11:11
1
answer

Problem with Menu, CSS [closed]

Every time I hover over the menu, it gives a hover bug, and blinks, I need urgent help. (So far, no one has been able to solve it.) Link below; link Code:
asked by 02.03.2018 / 01:30
2
answers

Which doctype to use in an html document?

I'm doing a course online and the first tag that appeared in the line of typing was this for html, I know it's already in version 5 and other types of tags have already appeared. I opened this question out of curiosity. Is it really necessary to...
asked by 03.04.2017 / 15:26
1
answer

My if never falls on the else

I need to lower the volume of <audio> by clicking on the down arrow, but if is not working, it never enters else . Why? Code: $(document).keyup(function(e) { if (e.keyCode == 40) { if ($("#nome").get(0).volum...
asked by 14.04.2014 / 04:52