Questions tagged as 'html'

1
answer

Use screen size at 100%

I have two divs, DIV 1 with 80% width, centralized and I have the DIV 2 that is inside the DIV 1, I want it to be 100% wide, but since it is inside the DIV 1 that has 80% 100% becomes 100% of the DIV 1 (Turning 80%). But I want DIV 2 to have...
asked by 19.05.2017 / 14:38
1
answer

Delete or change sql data using php

I'm creating a page where some information will be uploaded, and that information will be transferred to a database and displayed on that same page, as follows: As highlighted in blue, I have created a list with options that the user can c...
asked by 13.05.2017 / 22:08
2
answers

how to use the case with a select coming from html

Good morning, I need to pull data from the database, but wanted the user to choose from which data what value to search. My code html : <head> <title></title> </head> <body> <form method="POST"...
asked by 24.02.2017 / 14:16
2
answers

Hover with border and CSS image

I'm developing a web application and would like that when I did not hover over the image, I would only see the image on the screen, without the description of the product, the price and the border around it. Image without hover effect. An...
asked by 22.10.2017 / 06:37
2
answers

CheckBox Switch - One of them must be marked as true or 1

Example: I have 6 different checkboxes. All of them are with name="checkbox[]" , one of them must be marked with 1 or true. Here's an example in jsfiddle: link The "SUBMIT" button is not working. Update - Try 1 Here's jsfid...
asked by 07.02.2017 / 01:50
1
answer

Best HTML library for Android Studio [closed]

Can anyone give me suggestions on HTML libraries to use in Android Studio, or what would be the best way to get HTML without being native? Example: Html-TextView     
asked by 23.10.2017 / 12:05
1
answer

Links are not working

I have three links, which go to different pages, only the Links Tape and Disk Lease links, nor do they change the effect when I move the mouse over and nor go to the defined page when I click, since the Back button is working correctly @ch...
asked by 16.02.2017 / 15:57
2
answers

HTML5 Local video

I have this HTML code to try to play a video that is on my hard drive. When I open the source link directly in the browser, it reproduces without problem, however, using this code: <video width="750" controls> <source src="C:\FileUp...
asked by 20.02.2017 / 14:48
1
answer

Clear form data if the page refresh?

I am running a simple test and would like to know if there is any way to clear the form data if the user gives refresh to the browser. <?php $test1 = ""; $test2 = ""; if($_SERVER["REQUEST_METHOD"] == "POST") { $test1 = $_POST['test...
asked by 14.02.2017 / 21:09
1
answer

About Local Storage [closed]

Good evening! I'm doing a job for college that is an online store. Well, I was not able to get the buy button to send to the shopping cart page until a friend told me about Local Storage, the problem is that I've never seen anything about it, ca...
asked by 26.05.2017 / 05:36