Questions tagged as 'html'

1
answer

Obtain the necessary data from a URL to display the web content [duplicated]

For the use of a forum, I would like to know how it could, introducing only the URL of a gif for example ( link ), obtain the necessary data so that the gif is displayed and not have to be imbibed manually. Is information parsed with JavaSc...
asked by 08.07.2017 / 05:28
1
answer

error with mysqli when connecting with a bd

Good trying to have some records added to the bd but I can not get them to be saved I do not know what I should get these errors and warnings    mysqli_query () expects at most 3 parameters, 4 given in C: \ xampp \ htdocs \ boostrap \ css \ w...
asked by 25.04.2018 / 19:28
1
answer

Adjust elements when collapsing sidebar [closed]

I have the following page that shows me such data when the lateral menu is collapsed: But when the menu is in its original position the elements run to one side and it is lost to the right What should I add so that the elements...
asked by 06.04.2018 / 22:47
2
answers

make javascript press a button?

I was looking at the pomodoro technique a little bit and what I wanted to do is that my javascript when I press a key, shortbread, that is, start counting 5 minutes. the javascript: /** Represents a timer that can count down. */ function Count...
asked by 27.02.2018 / 13:07
1
answer

How to change an event in jquery? [closed]

I have a modal which has two functions, to record the data received by ajax in tags <span class="nombre"></span> and the other alternative is to be able to give the user the option that when he presses a button that dat...
asked by 30.03.2017 / 13:33
1
answer

How to include JQuery in the html [closed]

I'm trying to include a css from an external link, but I can not get it. <head> <link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/smoothness/jquery-ui.css"> <link rel="stylesheet" type="text/css" href...
asked by 03.05.2017 / 19:44
1
answer

Embed tag in HTML

Inside the atiqueta embed I have a pdf, when it is already loaded in the firebox console I can see the contents of the DOM and I see that the label emdeb has from son to #document that it has as a son a label <html> an...
asked by 17.02.2017 / 19:39
1
answer

I get this error and I do not know why it is: URIs must begin with 'https: //' or 'http: //' or 'data:

<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <h1 style="background-color:rgb(0,255,0)">BIENVENIDOS AL SERVIDOR DE GREAT GREEN!</h1> <p> <a href="https:/...
asked by 27.10.2016 / 22:07
1
answer

Problem CSS web background [closed]

Why do I get between the first and second element of my web (div) without the blank space if I have a transparent background or a white background? I leave my website: link I leave you my CSS code: *{ margin-top: 4px; margin-b...
asked by 09.01.2017 / 08:29
1
answer

HTML INPUT RADIO empty the value of a radio button with JavaScript

Good day I'm working on a SELECT input which, according to the element, displays a different Radio Button group but I need the radiobutton not to be selected when it shows a new group, all radios are deselected and I want to do it with JavaScrip...
asked by 12.03.2018 / 23:12