Questions tagged as 'html'

2
answers

What is that "sr-only" for Twitter Bootstrap?

Studying the documentation I was wondering: what does the sr-only class of the bootstrap really serve ?     
asked by 19.08.2014 / 20:01
2
answers

How to adjust div height according to text?

I created a div with a defined width, but when I insert a very large word, the text continues to come out of the div, how do I continue on the bottom line?     
asked by 11.02.2014 / 18:19
1
answer

How to get values from a column of several tables displayed on a web page?

On a web page, there are one or more tables with information that I need to get in list form. Specifically, I need to get a list of the values of the second column of a table of the Web page that I inform. For example, the pages below. Lin...
asked by 18.12.2013 / 14:17
3
answers

How to leave facebook comments plugin with 100% width?

Is there any possibility of leaving the facebook plugin with 100% width? I think its default is 550px width.     
asked by 18.03.2014 / 16:11
3
answers

Create an "opaque stripe" on top of a tr

I have a dynamically generated table: IwouldliketocreateaclassinCSSthatwouldmakea"layer" overhead with transparency. Example: If I use background-color , it will only change the background, so it would have to be something...
asked by 27.07.2018 / 19:12
2
answers

How to force size justified?

Example scenario I have a dynamically generated (php) table, and one of the columns is vehicle license plates. The problem is that there is a certain difference as the letters and numbers are "larger" and / or "smaller" . Example : Th...
asked by 31.08.2018 / 12:54
1
answer

What is the role and responsibility of HTML, CSS and JavaScript technologies when creating the front end?

With these three technologies HTML, CSS and JavaScript can be developed all front-end or client-side of a particular site. So, I would like to know what role and responsibility each of these technologies mentioned above plays in creating t...
asked by 17.04.2016 / 18:36
1
answer

Select multiple CSS classes with wildcard

I want to color all classes of a grid that I downloaded, the Flexbox. It has 12 columns, I want to do something like col-md-* and select all that use this class to color.     
asked by 05.01.2017 / 01:54
1
answer

How to use the address tag, doubts?

Is it correct to only use the element <address> for an email? For example: <address><a href="mailto:[email protected]">[email protected]</a></address> Examples that I always see are something...
asked by 18.07.2016 / 01:37
2
answers

How to change image when clicking? [duplicate]

I have a course work and I had the following idea: There are several images that will represent the chairs of a cinema (all are the same images, the same are in my HTML file), and I want to make the effect of when the user clicks on one of...
asked by 19.01.2017 / 20:02