Questions tagged as 'html'

1
answer

Is there any way to bring information from the database without using server side language?

I was evaluating the Zap Imoveis site to find out which languages and technologies are used on their site. I use Wappalyzer , a Chrome extension that shows the technologies used on any site. Well, I noticed that on that site Wappalyzer did...
asked by 07.09.2017 / 20:52
2
answers

Browser problem

I'm new to web development and I'm having a problem that I think is more basic, but it's causing me problems. When I change my CSS, JS or HTML and refresh the page in Chrome to review the site and see how it got, the site continues with the old...
asked by 11.01.2017 / 21:54
1
answer

Create Phone Mask Only Html / Css

I would like to make a mask without plugin in a field on my form eg: (00) 0000-0000? Using only CSS or HTML?     
asked by 20.06.2016 / 19:30
3
answers

Make Transition From Javascript Evolution To Cross Browser

I see this need, which people like me self-taught, try to understand. The question is - Nowadays some features are already supported by the main browsers HTML5, CSS3, DOM, APIs and ECMAScript ... being very Javascript , is not my case, bu...
asked by 30.06.2016 / 18:14
2
answers

JAVASCRIPT: Sort HTML list by name and age

Good evening, I need to sort a list of HTML phrases by user name or by age, depending on which button is clicked. How can I do this? Below is a clearer version of the code: <html> <head> <title>JS</title> <...
asked by 27.06.2018 / 23:56
4
answers

Character limit

I need to limit characters in a text, and should stick with (...). The title goes out of the layout. if($related){ echo ' <div class="row"> <div class="medium-12 columns"> <div class="ap-ads-related"&...
asked by 01.11.2016 / 09:48
2
answers

Help / information balloon [duplicate]

I'd like to know, basically, how to make these balloons that appear when we hover over the icon: It can appear anywhere on the correct screen!? But how do you align it with the icon?
asked by 05.07.2018 / 15:01
2
answers

Is there any 'native' form tag form to identify change to the original state of a form?

Assuming a form was loaded with 10 text fields with a value of 1, and the user changed one of these to 0. When submitting the form, is there something 'native' that identifies that it has had a change in the value of its fields? I want thi...
asked by 20.09.2017 / 16:21
3
answers

Vertical text with css (90º)

I am transforming a word document into html, however I do not know how to do it to write the text this way: Would anyone know how?     
asked by 06.09.2016 / 16:05
2
answers

domain after @ - HTML

Can anyone tell me how I can input only one email with one domain and reject another? Ex: [email protected] - ok [email protected] - erro HTML <input type="text" name="nome" class="txt_input first_input" placeholder="Nome" r...
asked by 08.08.2016 / 16:10