Most voted "html5" questions
HTML5 (Hypertext Markup Language, version 5) is a generic term for recent web technologies (HTML, CSS, and Javascript). It is also the latest iteration of the HTML Recommendation scheduled for 2014, and featuring new elements and Apis.
Learn more…3,881 questions
Sort by count of
-
2
votes1
answer99
viewshow browsing-context works (browsing context)
I was reading the attribute documentation target of the HTML element <a>: (...) In HTML5, it is a name or keyword that refers to a browsing context (for example tab, window or frame) (...)…
html5asked 9 years ago Pedro Sanção 5,639 -
2
votes1
answer409
viewsHTML input that can store multiple values?
How can I input similar to the one in this forum? /questions/ask in the tag area, when we insert an example tag: "PHP", and give enter it already saves that value and expects another user.…
-
2
votes1
answer586
viewsHow to transfer content from a contenteditable div to a textarea or input?
I’m having a problem trying to transfer content from a DIV editable for a textarea with Jquery. The code I’m using is this one: function setData(id) { id.className = "input editavel esse"; var valor…
-
2
votes1
answer53
viewsHow to manipulate margin of a Flat-UI video
I’m wearing a skin for video Flat-UI, but when I put the video inside a panel, there’s a margin at the bottom that I can’t remove at all. See on FIDDLE (roll the bar of Results down), or in the…
-
2
votes0
answers52
viewsTrapezoid with CSS or JS
Hi, I need to make a trapeze, like this: Be done with CSS or JS. But it can’t be done with Borders, so it doesn’t work well if I need to put some text inside, I can’t use any Absolute position or…
-
2
votes1
answer53
viewsImage does not catch characteristic of the div in which it is inserted
I have a header tag, where is my menu, this header tag has 80% screen width and is fixed at the top. I have just below the menu an image, which I want to take 100% of the screen, but is inside the…
-
2
votes0
answers25
viewsShorten words
How do I shorten the word to stay Illo qui facere... However when passing the mouse you must open a full-name Popover Illo qui facere temporibus ut adipisicing pariatur…
-
2
votes2
answers1001
viewsReceive information from the database and send to the form field
Good morning. I was wondering how do I get the information I want sent inside the input(Client name), because I did select and the information was not placed in the form field, it was on top .…
-
2
votes1
answer428
viewsAdd "Input List" in Java Script
I’m having some difficulties with Javascript. I want to add some fields of my "Input List" and multiply others by clicking on a "Calculate button", thus informing a value in an "Input Text". Nothing…
-
2
votes2
answers1708
viewshow to create a youtube video in full screen with back button?
Guys, I need to create a player on my site, that when clicking the watch button, open it in full screen and contain a "back" button for the user to return home. It would be possible to do this using…
-
2
votes1
answer104
viewsHow to access link with parameter through html or Html5 form?
I have the following html code. <form action="http://www.meulinkqueseraredirecionado.com/namer/"> <input type="text" /> <input type="submit" value="Acessar" /> </form> I want…
-
2
votes1
answer442
viewsbackground-image css clickable. Is there a way?
can make a background-image css clickable? Follow the code I have: position: relative; width:140px; font-family: Arial, Verdana; font-size: 15px; padding: 5px;…
-
2
votes1
answer123
viewsStart Development App Result Board Games
I want to develop a android platform app who manages the scoreboard of board games between my friends. I know almost nothing about android, and I need to start. One of my questions is how to save…
-
2
votes2
answers207
viewsWhy do you declare yourself PUBLIC and xmlns using W3.org site?
I have always had this doubt, because most sites declare arguments PUBLIC on the tag !DOCTYPE and xmlns on the tag html and because always the values of these arguments are links to the W3.org? I…
-
2
votes2
answers4189
viewsRequired for Checkbox / HTML5
I have several input fields from checkbox referring to the interests of the customer to mark (Interest 1, 2, 3, ...), and another with option of All. I want him to be forced to mark one of these…
-
2
votes0
answers513
viewsSend a list to a web api using $http.put from Angularjs
I’m having trouble sending a list using the $http.put method from Angularjs, I can send an object normally, plus a list is not following, someone has some example code so that I can take this doubt…
-
2
votes1
answer465
viewsHow to run a video on Android Chrome?
How to run a video with the video tag in the google Chrome browser? My code: <video autobuffer id="bgVideo" loop="true" volume="0"> <source src="/video_bg_1.webm" type="video/webm">…
-
2
votes1
answer168
viewsStop animation with requestAnimationFrame on canvas
I’m using the Canvas to do this https://jsfiddle.net/m42hu8zg/ , only that I would like to stop the animation by clicking on div using some functionality of requestAnimationFrame. I used the…
-
2
votes1
answer765
viewsHow to position two selects within the same div?
I need to put two selects within a single div, one aligned to the left, and the other to the right. I’ve tried using CSS by creating a class to apply to each select, but it didn’t work: select.left…
-
2
votes1
answer214
viewsHow to Capture Audio with HTML5 and Javascript?
I’m doing research on audio recording with HTML5, but none of the tutorials I found worked, many of them use getUsermedia(), but it seems to me it’s deprecated, then, someone could introduce me a…
-
2
votes3
answers235
viewsHow to check by javascript if you have entered a new li tag through setInterval?
It is possible to ask through javascript if there is something new in a list ul - li? Like I’m working with a refresh of serInterval, but it is not very dynamic, pq? When the box receives a new…
-
2
votes1
answer1338
viewsHelp with Mask Directive for 4 decimal digits in Angularjs
I want to make a number directive in Angularjs with two features, one to format when typing a number in an html input. Example of how you would like : 1,200,0000 12.000,0000 120,000,0000 and the…
-
2
votes0
answers91
viewsYoutube player does not work on iOS
Guys with a problem here with youtube videos, I have it as option music player on the site in the bottom right, it works normal except on iOS mobile devices, what happens is that I can not play…
-
2
votes2
answers4370
viewsHow to "get rid" of vertical space between Divs?
I’d like to get every piece of my website glued to each other, each in a different color. But I can’t get rid of the blank space that stays between the Ivs. I tried to remove the code space and…
-
2
votes2
answers853
viewsHow to get input value by clicking the div(multiple Divs with the same class) with jquery?
I have the following code: <div class='premios text-center col-xs-12'> <div class='div-img-premio'> <img class='img-premio img-responsive' src='$imagem'> </div> <p…
-
2
votes2
answers829
viewsAsp.Net MVC Validators passing through the controller
When we create a project in Asp.Net it by default inserts some validators to be used with Razor, @Html.ValidationMessageFor(model => model.property). I saw in different projects that these…
javascript asp.net-mvc html5 validation jquery-validateasked 9 years, 3 months ago Luiz Negrini 1,424 -
2
votes1
answer518
viewsWhat is the purpose of the contentEditable global attribute in the html element?
In what actual situation or when will it be necessary to use the contentEditable global attribute, by the html element, since this is a root element and editing it would be the same as modifying,…
html5asked 8 years, 8 months ago Ingrid Farabulini 1,002 -
2
votes2
answers1070
viewsHow to arrange the table so that photo and information are on the same line?
I need the image and property information contained in the table to be at the same time, but I don’t know how to fix. They follow the pictures of how it is and how I wanted: Follows the code:…
-
2
votes1
answer381
viewsWhen to use the draggable attribute in the html element (tag)?
I’ve learned that the global draggable attribute makes HTML elements draggable and with a little Javascript gets even more interesting. But according to the HTML documentation, this attribute can be…
html5asked 8 years, 8 months ago Ingrid Farabulini 1,002 -
2
votes1
answer1127
viewsHow to reuse HTML menus on other pages
I am new to the front-end and I would like to know how I can write once the menu and reuse in other pages? I’ve read some posts but could not implement in my code. Example; I have a menu of the main…
-
2
votes2
answers326
viewsCreating Navbar to Test Responsive Site
Hello, I find this question strange to explain, but I will try my best not to take negative vote haha, come on. Situation: I have a website, in it I present other website templates, I would like to…
-
2
votes2
answers529
viewsLoad page without loading music player
I’m making a website I have a music player on HTML5, only that every time I change the page the player loads again. In my research it seems that there are all solutions or AJAX or IFRAME. IFRAME say…
-
2
votes1
answer182
viewsWhat is the best way to use Media Queries
What is the best way to use Media Queries for responsive max-width: or min-width:
-
2
votes1
answer53
viewsGruntjs error in installing plugin using Vagrant
I try to install the puglin npm install Grunt-contrib-uglify --save-dev in my project using Vagrant and gives error permission follows below : npm ERR! Please try running this command again as…
-
2
votes1
answer257
viewsInput constraint "type date"
Code: <input type="date" name="data" value=""> <input type="submit" class="success round button" value=""/> I need that when I click the Ubmit button and the date field is blank it…
-
2
votes1
answer159
viewsRemove white space from Chart
I’m facing a problem I can’t solve. I have a page, and it has 2 Charts, but the problem is that these Charts, are small, with lots of white space around them. I’ve tried setting up the property…
-
2
votes1
answer554
viewsWhat are the existing attributes in the html tag?
In HTML5, what are the possible attributes that can be used in element (tag) html? I always learned the attributes by studying by W3schools, but I realized that they say nothing about attributes…
html5asked 8 years, 8 months ago Ingrid Farabulini 1,002 -
2
votes1
answer101
viewsHow can I develop this layout?
I’m making a website as illustrated below, only I’m having a problem making the div central. I don’t know how to do that part where the nav and section. Code: html, body { position: relative; width:…
-
2
votes1
answer871
viewsCalling a href page by passing the input fields of the form
I have a page that has several inputs, when I click on the button I open a modal with the result and inside dese modal I have another button to be clicked but I need to take the form fields and pass…
-
2
votes1
answer294
viewsFirst value of Select2 is not shown when you use i18next
I am doing internationalization with the lib i18next, everything goes right, it translates puts the values within the select2, but the first value is not shown in any way, even if I open the select2…
-
2
votes4
answers5359
viewsCustom font in html/css does not work
I’m trying to insert a non-standard font into my html, but it’s not working. I downloaded the source and put it in a folder /font inside the briefcase css. Follows the code: @font-face {…
-
2
votes3
answers2450
viewsChange readonly to various fields
I have several inputs with readonly="true" which, when pressing the edit button, it should change to readonly="false", but I am able to do this only if I create 1 script for each input. Could I make…
-
2
votes2
answers909
viewsGenerate HTML elements via Javascript
I need to create a code that after passing some parameters it generates a graph similar to the image below, I thought of creating a table for each activity. Does anyone have any tips, or do you know…
-
2
votes0
answers283
views -
2
votes1
answer158
viewsInsert CSS to show dependencies
I need to develop an HTML document similar to the image below: I’m having trouble making the calls, look who’s my project. I need you to stay more or less like this My html is like this:…
-
2
votes1
answer159
viewsGraphic made with imperfection Javascript canvas
Guys I made a normal Cartesian plan here on a canvas, but with a problem, the chart is not perfectly centered and this is bothering me a bit, I know q I can change the position manually in code, but…
-
2
votes1
answer74
viewsAdding Rich Snippet in multiple Ivs
I am making a page that presents data of a person. At the beginning of it there is the name and a text, at the end there is the address, email, etc. I’m using Rich Snippet, but all the examples I…
-
2
votes1
answer1312
viewsHow to use Animate.css + wow,js
Guys, I’m using Animate.css. (https://daneden.github.io/animate.css/), and more specifically fadeInDown to show an element when scrolling the website page. However, the effect is loaded next to the…
-
2
votes1
answer322
viewsHow to list only the highlighted image of a post?
How can I show on my page, only the images highlighted, no titles and description on my page? This is my structure: <?php $args = array( 'posts_per_page' => 1, 'category_name' =>…
-
2
votes1
answer900
viewsHow to transform (cut) only one side of the element with css?
I need to do a background like that of the image, I was able to do both sides using the transform: skew(), But I need to do it on the right side as in the image! I appreciate the help!! mine is so I…