Questions tagged as 'html'

1
answer

List all the data of an API in numerical list (Array)

I have this Array: [tracks] => Array ( [data] => Array ( [0] => Array ( [title] => Amiga Da Minha Mulher...
asked by 14.11.2018 / 09:02
2
answers

Fixed menu interferes with footer positioning

I'm developing a web application and I put a side menu with <aside> and also a footer in my application, but the content of the footer does not go down but rather stays in the middle of the application screen. <!doctype htm...
asked by 24.01.2018 / 00:32
1
answer

PHP does not take phone field information

I'm creating a form to send direct email from a site, via PHP . However, when I add the field to put the phone to contact the code PHP , it does not seem to recognize the field and does not get the information from that field. I made...
asked by 20.01.2018 / 13:35
1
answer

Several buttons on the same page with different functions

I have the following code that has 3 buttons, at the push of a button, it should change a value in my table in Mysql, but when I press one of the buttons, it is the same as pressing all the other buttons at the same time time. Follow the code...
asked by 18.11.2017 / 19:35
1
answer

Background animation HTML [closed]

People I saw on a website the following animation in the background and would like to know if someone has her source code or something like this. Follow the site link with the animation: the link !     
asked by 22.11.2017 / 18:16
2
answers

My img tag does not respond to my css settings

I was trying to learn HTML, until my image did not respond with my CSS: img#imagens1{ height: 19.92; width: 19.92; } The image was responding up to five minutes ago: <img src="IconTwiter.png"id="imagens1"> Does anyone kn...
asked by 25.09.2018 / 01:11
1
answer

Read file does not enter the accents

if(isset($_GET['rf'])){ $filename=$_GET['rf']; //$path=$_SERVER['DOCUMENT_ROOT'].'/'.$filename; //echo $path; if(file_exists("subs/" . $filename)){ header('Content-Type: text/plain'); //header('Content-Disposition: attachm...
asked by 05.11.2017 / 16:45
2
answers

Picture appears when hovering over text

I'm making a website for a pizzeria and I need to see an image of the corresponding pizza next to the pizza on the menu (text).     
asked by 01.11.2017 / 15:51
2
answers

Checkbox show / hide button for generated lines

I have an array of generated checkboxes and table rows that have the same class-class starts at 1 and increments by 1 as more elements are retrieved. Succinct explanation: I need when I click on the checkbox with class = 1 , the line (...
asked by 06.11.2017 / 13:14
2
answers

Bootstrap responsive examples please

Hello, I'm a beginner in this freameworks world, and I have a lot of difficulty, I'd like someone to give me a simple example of responsive div, which suits some screen sizes using the bootstrap, making some comments about the classes used. I say...
asked by 01.11.2017 / 04:36