I was starting a simple project but when I use <iframe> a problem occurs, the problem of the page that I'm requesting does not appear.
I did a search on the subject and found some people talking about X-Frame-Options Header...
I want to leave the slide with the format of the image below.
I add display:block to the images in my slideshow, but, it does not work!
HTML:<divclass="slideshow">
<div class="slide">
<div class="slide-1">...
I ran Chrome Audits and alarmed in accessibility that my inputs do not have labels, but esotu using placeholder, what do you think? I believe this accused error is not real, what do you think?
<div class="col-md-6">
<input name="name"...
I have 2 div, a smaller div than the thumbnail and another div major , which after the hover effect I want to increase the size of the image in this div and superimpose the text that is in it, eg:
Without the Hover:
Duringthehover(Whenmovi...
I started learning code a short time ago and created these two forms in HTML, in which I need to get the values that were filled in the first form, and pass them to the second one.
How can I do this?
1st Form:
<html>
<form>...
How can I upload an image, and then display it on another page, without a database, for example
I have a form on my "home" page, the person uploads the image, when the image appears on the "images" page
I have a problem trying to use the InteractJS library as a library.
At this moment my code , as you can see, is invoking the necessary files for the correct execution of the example: / p>
<link href="css/drag-drop.css" rel="stylesheet"...
I can not put a custom icon in my header! Can anyone help?
html:
<a data-role="button" class="icon-myicon" data-icon="myicon"></a>
css:
.ui-icon-myicon{
background-image: url("icons/IconMenuPrincipal.png");
}
I have Fieldsets that when displayed in Chrome , they appear one below the other, which should actually be next to each other. This, to appear side by side, only happens in IE . In Chrome , it breaks every layout. Below...
I have HTML code:
<label class="labelinput">Nº Compra<em>*</em></label>
Moving on to Helper ran as follows:
@Html.Label("Nº Compra:", new {@class = "labelinput"})
But I could not add the <em> tag to...