Questions tagged as 'html5'

3
answers

How do I open a floating div style tooltip when clicking an input?

Hello. I have a problem that I can not resolve. I have an input of type text and needed that when I clicked it open a window or floating div underneath it like a tooltip but with HTML inside it. How can I make when I click on a <inpu...
asked by 07.09.2017 / 14:51
1
answer

Align form items with CSS

Hello, I would like some help to align the items in the following form. I would like the labels of the selects to be above the same as the labels of the inputs. Additionally I would like the selects, the imputs and the buttons to be aligned in t...
asked by 22.08.2016 / 18:18
1
answer

Referencing Variables in HTML

I'm a beginner in web programming and I have a simple (I think) doubt: I was wondering if there is any way to reference variables from a backend language (in my case I'm using Go-lang) in HTML? I'm using the Bootstrap framework to build the fron...
asked by 30.09.2016 / 13:26
1
answer

How to change the color of INPUT when it exceeds a certain number of characters?

I have this CSS of INPUT , and would like it to change the background color when it exceeds 70 characters. CSS .imv-frm-campo{ width: 95%; font-size: 20px; padding: 10px; box-sizing: border-box; color: #33...
asked by 07.08.2018 / 06:52
4
answers

Position div below the other after decreasing browser

My question is how to position the black div below the network when the browser is resized? .teste2 { float:right; width: 200px; height: 100px; margin-top: -100px; background-color:black; } #teste { width:...
asked by 27.03.2017 / 16:06
1
answer

Tag "a" can be used without "href"?

Is there any restriction or problem in using the tag a without the href attribute? Example: <a>teste</a> .     
asked by 20.01.2017 / 14:55
1
answer

When should I use "xml:" in front of some attributes?

I noticed that some attributes use xml: for example xml:lang="pt-BR" ? It seems to me to be an attribute, but it is not local or global. In HTML5, is it necessary to use it? <html xml:lang="pt-BR"> </html>     
asked by 21.03.2016 / 00:52
2
answers

Materializecss is not responsive

A few days ago I made a template in materializecss; Today I accessed the phone and I realized that it is not getting responsive. I'll leave some prints to clarify better: Responsive (only when browser is down) Nonresponsive(whenacces...
asked by 17.12.2015 / 16:11
1
answer

Turning Javascript code into HTML?

I made a banner in the bannersnack site to be used in the eBay Marketplace, the site of the option to download the banner in GIF, PNG, JPG and HTML5 and makes available the code in JavaScript as well. The GIF does put it in eBay, however...
asked by 17.12.2015 / 19:46
2
answers

What is the correct tag for grouping elements in an aside

I'm creating a sidebar for my site, I want to put something like "latest posts, social networking, a kind of top most downloaded etc ..." or something simpler "latest posts" only: D .. butI'mindoubtabouttagaside,Iread,reli,andI'mstillreadingabo...
asked by 15.07.2016 / 10:52