Questions tagged as 'html'

3
answers

Is there any way to make a default browser tooltip appear without placing the text in the title tag and without the tooltip plug-in?

I'm asking this because the application is almost ready and used a plugin that uses the title tag. This plugin causes a popup (in this case a confirmation box) to be clicked on the element, with a title bar using the title tag text. But when...
asked by 02.01.2014 / 16:15
2
answers

Open and close the code or use variable?

Two scripts with the same result: Example 1: <?php ...códigos PHP acima... $tabela = '<table>'; $tabela .= '<tr>'; $tabela .= '<th> Valor1 </th>'; $tabela .= '<th> Valor2 </th>'; $tabela .= '<th...
asked by 25.07.2018 / 17:54
2
answers

Is it necessary to use meta tags on administration pages?

Is it necessary to have the meta tags "description", "keywords" on site administration pages, as these will not be indexed?     
asked by 01.02.2015 / 13:13
2
answers

How to create a drawing in open book format with content inside?

I need a drawing of an open book with content inside, as shown below: JUST WITH CSS!     
asked by 20.07.2015 / 21:54
3
answers

Checkbox style with subway style

I need to change my checkbox so that it is identical to the following image: It should look like this when it is marked, when it is not marked, it removes the entire border and appears at the end. I did not insert code because I coul...
asked by 13.08.2015 / 19:32
3
answers

How to call a JS variable for an HTML h1

I have this little FIDDLE to exemplify my problem. HTML <ul> <li>1</li> <li>2</li> <li>3</li> <li>4</li> <li>5</li> </ul&...
asked by 24.04.2015 / 13:17
5
answers

HTML element does not become visible

I have the following HTML: <form action="cadastro/cadastrando.php" method="post"> <div class="elemf"> <label>Nome</label> <input id="nome" type="text" name="nome" maxlength="15"/> <p...
asked by 05.06.2014 / 15:52
6
answers

Same number of characters in the password after md5

I'm doing a process of opening a modal and registering a user. The user's password is changed to md5() ; After this the password gets with 32 caracteres . When the user is going to load the user data to do an update. If the...
asked by 18.11.2015 / 13:50
4
answers

Convert HTML into PNG

How to convert, via code javascript or php, the html ( DOM ) of the page being displayed for an image? I need the page shown to the user to be converted to an image file in png format so that it can be downloaded and started automatica...
asked by 05.10.2017 / 18:37
2
answers

Do not send via POST elements inside div "display none"

I want to remove the divs that are with display:none with the remove() function of jquery and when they are selected as display:block they come back .... since I want to send a form via POST that can not receive the elements...
asked by 18.11.2016 / 05:19