Questions tagged as 'html5'

2
answers

Dynamic Link? And how to implement? [closed]

I do not know the name of this technique, I am a student, but sometimes I see in the lower left corner of the chrome the complete type link ... link Then suddenly it changes to: link I'm new to the web and forgive my ignorance if...
asked by 08.05.2015 / 06:14
2
answers

Questions and doubts about the bootstrap 3 Layout

Hello, I'm starting now with the bootstrap and it's my first contact with responsive layout. I'm trying to create something like this: But I can not leave everything in place I can not do anything. Can anyone help me?     
asked by 15.06.2014 / 21:20
1
answer

Convert Html to Canvas

Is it possible to convert an html page to canvas? For example, do I have a page built in html5 and I wanted this page to be "minified" for just one tag? I do not want the html page to be rendered image. Ps .: Question at the level of knowledg...
asked by 06.04.2016 / 00:43
1
answer

List-style disappearing when using 'columns'

I'm using 'columns' in ul to split my menu into 2 columns. More in use, list-style some. For what reason? Is there a possibility of not disappearing? <ul id="menu-footer"> <li><a href="index.php">home</a></li>...
asked by 05.06.2014 / 22:01
2
answers

Change jQuery function

I'm having a problem with a jquery code, I found a code almost perfect for my use, however, it has a function that does not fit me and I can not disable it. This function is when I click on some column of thead (the ones that have two sets),...
asked by 15.10.2016 / 09:19
1
answer

In CSS what are Implicit or Explicit attributes or attributes? What is the difference between an "Implicit Grid" and an "Explicit Grid"?

I've listened to CSS Grid Layout Grid Layout is built from display:grid , and I've been hearing the term "Implicit Grid" and "Grid Explicit" recurrently, but I did not understand it concept ... What would an Grid Explicit...
asked by 26.11.2018 / 13:26
2
answers

How to read what the user typed in a form?

The code looks like this: <form method="post" action="pagina.php"/> <?php $c= 1; $neg = 0; while($c <=3){ echo "Digite um numero: <input type='number' name='$num' min='1'/>"; if($num < $neg){...
asked by 29.09.2016 / 01:12
2
answers

PDF view in iframe

I already have some time I'm looking for how to view the PDF files in an iframe or a div on the page itself instead of opening it in a new one and using Adobe Reader. But the problem is that the files are not fixed, they come from a code that...
asked by 25.03.2014 / 18:42
1
answer

Draw same javascript object on different canvas

I created a standardized function to speed up the design process in a project that involves multiple canvases.    Thank you for the collaboration of bfavaretto link See the function: (it works correctly) var drawIt = function (canva...
asked by 04.03.2014 / 17:12
2
answers

Javascript: How to insert multiple blanks into a paragraph p element?

Good afternoon! I'm inserting within a TAG HTML% with% some blanks, to complete the number of characters within a certain description (120). I need white space to be visible on the page. TAG : <p> However, I'm...
asked by 07.08.2018 / 20:14