Questions tagged as 'html5'

2
answers

Search system listing error with pagination

When I query, I get the following result [image1] When clicking to go to page 2, I get the following result [image2] That is, on page "1" everything works with the total results displayed (10) and total links (2), but when going to page "2...
asked by 04.09.2015 / 00:33
2
answers

How to insert an image inside a CSS file?

I use a program here in the company that in its Web module it has its logo inserted directly in CSS something like: #logo img{ max-width:100%; background-image: 'data|base64=acSs....'; } How do I create this kind of background myself?...
asked by 13.12.2013 / 19:46
2
answers

Is the hgroup tag unusable?

I was seeing some video tutorials on HTML5 and I came across the hgroup tag that serves to group h1 , h2 ..., reading this this morning I saw that it was removed from HTML5. Does it confer? is not it necessary to study it anymore...
asked by 30.07.2014 / 13:26
2
answers

jQuery - how to change text after element "i"?

Follow the code below: <div class="file-caption-name"> <i class="glyphicon glyphicon-file kv-caption-icon"></i> Alterar texto aqui </div> I've tried it this way: $('div.file-caption-name i').text('your new...
asked by 04.10.2017 / 18:11
2
answers

Input radio that looks like checkbox?

I need to do a quiz, and the alternatives are radio type inputs, but it looks like custom checkbox. What is the best way to do this? .tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs { border-bottom...
asked by 06.04.2015 / 03:34
2
answers

How can I leave half of a side of an element curved inward as in the figure with css?

I need to make a menu exactly the same as the one in the figure, the problem is that I can not do the bottom curve of the element, preferably I would just do it with css, but if it does not, another solution is accepted.     
asked by 26.08.2015 / 13:50
3
answers

Is it OK to omit the html start tag in HTML5?

Should we omit the html start tag in an HTML5 document? Many developers ignore its use. Thank you! <!DOCTYPE html> <head> <title>...</title> </head> <body> <p>Tag html foi omitida!...
asked by 26.03.2016 / 16:58
2
answers

What is the difference between the 'q' and 'blockquote' and 'cite' tags in HTML? And how do you use them correctly?

What is the difference between <q> and <blockquote> and <cite> , because everything stops me being for citation. Is there any good practice or correct way to use these tags correctly? We can use these tags o...
asked by 17.09.2018 / 14:51
2
answers

How to limit the interval between two dates in the input type="month"?

Although they are 3 questions, I think they all apply to the same case on the range / range Is it possible to limit the "interval" between two dates in <input type="month"> ? If yes, is there any mandatory format we should f...
asked by 06.09.2018 / 16:57
3
answers

CSS DIV diagonal

I recently received a layout to develop, in which I have a specific aside that I can not do, I need a div that is tilted, as in the example, the more that the text flows normally, the text is not turned over in case of using transform. Anyon...
asked by 24.01.2015 / 18:21