Questions tagged as 'html'

3
answers

Resize images using Bootstrap

I have an image of 400px by 400px, and I want to display it as if it had 200px X 200px. What is the ideal way to do this using Bootstrap?     
asked by 08.08.2014 / 16:16
3
answers

Horizontal line in the middle of an unordered HTML list

I have an unordered list that has some list items, and I would like to put a horizontal line (horizontal rule < hr >) in it, right in the middle, with a height of 2px. I tried to vertical-align: middle but the line stayed on top of...
asked by 02.04.2014 / 19:50
2
answers

Spacing between html paragraphs

At first I want to say that I am a beginner in the field, I started to study Information System recently and my question is to do a good job. using the tag: <p>primeiro parágrafo</p> (este espaço precisa ser reduzido) <p>s...
asked by 18.05.2014 / 14:57
1
answer

How to make this effect with Javascript? [closed]

I'm still studying Javascript and a friend of mine introduced me to a website that has a very nice effect on your texts. The site is this: (example site) As we can see, when the site loads, it gives an effect where the elements are formi...
asked by 12.01.2017 / 20:52
1
answer

Validate input size with AngularS

I have a field in a form that I need to validate with angle. The field must be up to 11 characters long. If you have less than 5 you should get an error message requiring the user to be numbered correctly. Angle Controller angular.module(...
asked by 10.02.2017 / 19:17
2
answers

How to show data of the most recent date? [duplicate]

I have a table1: Auto_Increment ID; varchar name; data date; I would like to see only the data with the most recent date. How do I?     
asked by 05.09.2016 / 11:31
2
answers

Email HTML 5 still needs to be done within tables?

Hello, I'm making a HTML for send by email , and I noticed they are last made in tables , but , my question is if this is still needed. There is some kind of risk if I does not do it in tables and css is not inline , because I j...
asked by 03.12.2016 / 03:10
2
answers

Check if HTML is visually filled

I have this div: <div class="listagem-usuarios"> //Aqui eu deixo vazio e insiro algo quando necessário através do append </div> I would like to check if there is nothing inside this div. I did so: if($('.listagem-usuari...
asked by 26.12.2018 / 16:45
1
answer

Catch the text between a tag

I have this string <td id="aui_3_2_0_1196">500</td> , I'd like to get the value 500 between the start and end tag ( <td id="aui_3_2_0_1196"> and </td> ).     
asked by 05.11.2016 / 04:31
5
answers

How to redirect php pages

I have a login system in a PHP program that I want it to forwards users to different pages depending on your profile. There is a login table that has a field named " perfil " which is either 0 or 1 . The goal is to rout...
asked by 16.06.2016 / 13:35