Questions tagged as 'html'

1
answer

How to make a circular progress bar for web? [closed]

Like the one from the attached image below     
asked by 05.12.2016 / 08:29
2
answers

The HTML page is not "calling" JavaScript

I'm having the following problem, I'm using Notepad ++ as an editor, and when I load the HTML page and fill in the CPF data, nothing happens, there is no answer. My HTML page is: <html> <head> <script type="text/jav...
asked by 01.08.2014 / 01:37
2
answers

Browsing entire DOM with jQuery

How do I go through the entire DOM and find a particular element in jQuery? I want, by clicking on li of classe="home" , open div of classe="submenu" . <body class="home"> <!-- Header --> <div class...
asked by 21.05.2014 / 20:54
2
answers

css menu separated by bar

I have the following list: <ul> <li>Inicio</li> <li>Notícias</li> <li>Download</li> <li>Contatos</li> </ul> I would like to make this a horizontal list separated by a slas...
asked by 21.06.2016 / 20:55
2
answers

Appear a div with hover

I'm doing a project and I have to make an icon appear in each menu link when hovering the mouse. I thought about doing with JavaScript but I do not have much experience, so I decided to do with CSS , can someone help me? Thank you....
asked by 17.06.2016 / 14:29
1
answer

HTML does not execute when within a PHP variable

Good morning, friends. I'm returning an html code through DB in php, when I echo the variable instead of executing the html code it displays as if it were a text does anyone know how to help me? Thanks in advance, <div class="papel" i...
asked by 23.06.2016 / 16:04
2
answers

Problems making ajax call with checkbox

I have several checkbox that will make an ajax call, but only the first checkbox is calling. Any solution in the IDs for this list to make the same ajax call? Script: <script> $(document).ready(function () {...
asked by 14.04.2016 / 18:31
1
answer

What is the best way to assemble this layout?

Well I'm building a simple layout for a system in php. My question is, what is the best shape, table or div? I mounted it on a table to display what I need. Follow it: body{margin: 0; height: 20000px;} .layo...
asked by 17.03.2016 / 18:08
1
answer

How to insert Java code in html?

Hello everyone, I would like to know if it is possible to insert Java code in html, since I am trying to do a Java encryption program myself and put it inside the html. I'm asking here why I have not found anywhere about whether it's possible...
asked by 20.05.2016 / 21:59
2
answers

How to do validation in HTML forms

How are mandatory fields made in HTML forms (those that commonly use an asterisk * to indicate mandatory)? Is there any parameter directly in the input tag? If not, how is validation done (for example, at the time the user clicks s...
asked by 22.03.2016 / 18:55