Questions tagged as 'html'

1
answer

Links with LI within

I have this structure: <ul> <li><a></a></li> <li><a></a></li> </ul> Okay, what happens, is that sometimes I need to put the <a> link above the li and not inside...
asked by 22.08.2014 / 14:15
1
answer

Getting the document from an iframe

How do I create a script that returns with an iframe document. I tried this code but it did not work: function getDocumento(ifrane){ return iframe.document; }     
asked by 23.08.2014 / 23:54
2
answers

Action of the form for the same page or different page?

When creating an HTML form with insertion into the database, you can point the action of the form to the page itself or to another PHP script. I am in doubt about which would be the best option. I always use a second page, and I make t...
asked by 03.06.2014 / 02:44
2
answers

How do I find the right source of an event in a complex object via JavaScript?

If I create a button ... <button id="btn" value="fui eu">Clique Aqui</button> the event ... document.getElementById("btn").onclick = function(e){ console.log("Quem clicou "+e.target.value) }; It works cool! But if I inse...
asked by 01.07.2016 / 04:38
3
answers

Problems with special characters html5 bootstrap

I'm having problems with my html, the page does not recognize the special characters. <!DOCTYPE html> <html > <head> <title>Verde</title> <meta charset="utf-8"> <meta name="viewport...
asked by 11.07.2016 / 22:13
2
answers

Hiding half an icon on a Card

I have this code (Bootstrap 4): <link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css" rel="stylesheet"/> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></...
asked by 11.11.2016 / 13:07
1
answer

Divs has width with 33% because they do not line up?

Very specific question! Follow the line of code. .container {width: 80%;margin: 0 auto;} #servicos {width: 100%} #servicos .services {width: 33%;padding: 20px;display: inline-block;} #servicos .services img {width: 100%;} <div cla...
asked by 23.06.2018 / 15:04
3
answers

Click function and block inputs

Good morning !! I need to know how I do when I click a button, it will be able to block (disabled) all the inputs or selects I want, basically, maybe * ngIf can do this, but not I know how it's yet Here is the code for the button and select: &...
asked by 19.06.2018 / 15:26
2
answers

Keep the value of a countdown timer with javascript

I have a regressive cot, but when the browser is updated it comes back to the beginning, what I need is for it to keep the count even updating the page. I've been researching this solution with cookies but I did not find the solution, I do no...
asked by 11.06.2018 / 21:25
3
answers

html shellscript table

Well, does anyone know how to create this script request in the image below? I'm doing some exercises with the theme, and this medium that got me.     
asked by 27.10.2016 / 01:14