Questions tagged as 'html'

2
answers

How to give a FadeIn only in the Clicked Item

I'm trying to do the following: I have a looping coming from the database. When I click on a button on one of the results, I wanted to make a div appear in fadeIn. It turns out that when I click on one, the div appears in all. How do I click...
asked by 04.02.2014 / 14:22
1
answer

I should still save files as .HTM or just as .HTML

Although the two are interpreted equally by Browser, it seems to me that the extension .HTM has fallen into disuse. Should I still save my files as .HTM or should I always opt for .HTML? It seems that in the early days the files were .html an...
asked by 08.02.2018 / 17:45
2
answers

Change in css only in iOS

I need to make a css change only on iOS, I've used if (navigator.userAgent.match(/(iPod|iPhone|iPad)/)) {}  But it did not work. The code I need to change is this one. .sdn-music-player>.yt-wrap>iframe { left: -22px;...
asked by 26.08.2015 / 16:55
1
answer

Float 2 divs side-by-side with triangular tip

This is being difficult, and I will explain why, I have two divs as in the print below, the site is responsive, they must float side by side, however, these divs have triangular tips, and they must scale horizontally until a given breakpoint tha...
asked by 01.09.2015 / 19:33
1
answer

php code is commented on in html

I'm creating a captcha in a registration form, and I'm calling the image with a php command, but the captcha image does not appear on the form, and when I enter the browser console the php code is commented out. Code in the editor looks like t...
asked by 08.09.2015 / 18:10
2
answers

How do I check if my application is open on mobile or web?

I need to make a style.css for mobile and another for web.     
asked by 28.08.2015 / 14:39
1
answer

Delete values from the list of options in html

I have one page and I display 4 options for each of the 4 alternatives. Each option is a value from 1 to 4. I would like every time the user selects a value, this value would be excluded from the options list of the other alternatives, forcin...
asked by 19.10.2016 / 06:35
2
answers

Structuring with html / div and css

I'm a beginner / enthusiast and I'm having trouble getting rid of the "table", I'm having trouble making this link below without leaving a fixed pixel value. Well,itwassolvedandthiswastheresult: *{ margin: 0; padding: 0; font-fa...
asked by 21.11.2016 / 01:00
1
answer

How to make a list of categories with a task counter fulfilled and not fulfilled?

Good evening, I'm like a doubt, I'm trying to do a dynamic task counter, that completed tasks should be presented on another page. I have the following HTML of tasks fulfilled: <!doctype html> <html ng-app="todoApp"> <head&...
asked by 21.12.2016 / 02:40
2
answers

Input elements outside the form tag

I would like to know if it is considered a bad entry attributes outside the form tag.    In w3schools The <form> tag is used to create an HTML form for user input. The <form> element may contain one or more of the f...
asked by 11.09.2017 / 19:31