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
-
1
votes2
answers835
viewsDate range
I am using HTML 5 type date, for the user to provide a date. <input type="date" name="data-inicial"> <input type="date" name="data-final"> There are two fields: Start date and End date,…
-
1
votes1
answer1405
viewsPlace a button next to the input
Segue jsfiddle: https://jsfiddle.net/oq0zcn94/8/ The first code is correct, but in the second code I put a button on the side and the input became smaller. Because this happens ? I want to leave the…
-
1
votes2
answers1058
viewsHow to take the content of a Javascript variable, which is an HTML tag?
I have HTML tag content: <p id="horaInicial">2018-07-23 16:40:16</p> within a Javascript variable, I want to know how to access the value: 2018-07-23 16:40:16 and put inside another…
-
1
votes2
answers235
viewsFault/Doubt event change jquery
Hello, I’m having a little problem with a checkbox. When the checkbox becomes true, two fields must be visible (by default these fields are invisible), otherwise the fields are invisible. The…
-
1
votes1
answer315
viewsOptimization in SVG image loading
I’m creating a site that contains several SVG images. I’ve tried creating a Sprite with some images and embedding them directly into CSS (background-image). After searching for several days I could…
-
1
votes1
answer956
viewsZoom in and Zoom out CSS3 in the same animation
I’m trying to make an animation in CSS3 with zoom in, zoom out and Transition in CSS3 + HTML. What I want is that by hovering the mouse over the div, it will scale down to 0.9 and then increase to…
-
1
votes1
answer265
viewsInfinite Menu with recursive function
I’d like to know how to create a recursive interface. I have a set of menus, these menus are parents having children and so on, not existing a maximum number of children. I would like to find a…
-
1
votes1
answer1259
viewsHow to decrease TAB size in Sublime Text 3
I edit HTML files with CSS and JS using Sublime Text 3. To reset to Sublime Text 3, use shortcut Ctrl+shift+r when pasting a code from the outside. What is the best practice to automate the tab key…
-
1
votes2
answers324
viewsOnclick event in a list show an image
I need help with an event onclick: When clicking on a text within a list <ul><li>. I’d like you to show an image in a div next door. How do I do that?…
-
1
votes0
answers987
viewsCss How to Leave the Right Side of the Slanted Div?
I have a demand in which I need to leave only one right side of an inclined div, that is, diagonally. How do I achieve this effect? While researching, I saw that I could use the code below to tilt…
-
1
votes1
answer34
viewsDoubt Css - Unify Divs
Hello everybody Good afternoon! Look at the image below, is there any css property where I can remove the dividing line of the 2 Divs so the content stays the same? or the best option would be to…
-
1
votes0
answers70
viewsPanel to hide PHP user page elements
Good evening, I am making a management system for the company and now appeared an unforeseen requirement that I need to adjust. Inside the administrative page of each customer there are buttons that…
-
1
votes0
answers670
viewsFinding Error in My Css by NETBEANS
My code is presenting the following problem in css (IMAGE ERROR MESSAGE) error code does not interfere and I can run my site normally even with css error. @supports ((-webkit-transform:…
-
1
votes0
answers81
viewsForce table header to follow width of other columns dynamically
I’m using flexbox to do everything on the site, including the table, first tried using the basic structure of a table (thead, tbody and tfoot), but I couldn’t, so I tried to do it with simple rows…
-
1
votes1
answer1181
viewsHow popular dropdown 2 based on dropdown 1 with angular
I want to use two dropdowns in my HTML5 As I select in dropdown 1, it displays the respective data in dropdown 2, as in this link I searched the documentation of the angle that that you’ve come very…
-
1
votes1
answer2201
viewsRemove edge that appears in browser Chrome and Firefox
How to remove edge that appears in browser Chrome and Firefox. Already in browser Edge does not appear. .fa-admin { font-size: 23px !important; line-height: .75em; vertical-align: -15%; position:…
-
1
votes1
answer547
viewsvisualizarImg() is not defined at Htmlinputelement.onchange
I’ve seen some similar topics, followed the recommendations and was unsuccessful, so I open up a new topic. This error occurs when I upload an image and at the time of displaying it this message…
-
1
votes0
answers83
viewsIframe blocking flash property
I need to add an iframe of the game TRANSFORMICE. Sounds easy, right? Being: <iframe src="http://transformice.com" frameborder="0" width="100%" height="100%" ></iframe> However, there is…
-
1
votes2
answers155
viewsGoogle Chrome inserting datepicker into inputs
I’m having trouble with tags <input> of the kind type="date", as shown below, when user uses Chrome (ie in Firefox works as expected). <input name="dt_fim" id="dt_fim" type="date"…
-
1
votes1
answer466
viewsPressing the Backspace key, delete the previous input fields
The code below causes the user to type in a given input field, it jumps to the other field automatically: <form class="form-inline"> <div align="center"> <div class="form-group">…
-
1
votes1
answer428
viewsWhat is the best method to load JS files?
I try to work with the code in the way that gives me the greatest possible use of what was written, with this, for every feature that I will need to do in javascript/jQuery I control the individual…
-
1
votes0
answers109
views -
1
votes1
answer922
viewsAJAX request in Bootstrap
Hello I am needing to open an external page through an AJAX request on my ROW in Bootstrap, but I am not succeeding, I am following the tutorial of the link below, but it is not opening my page in…
-
1
votes2
answers272
viewsJavascript does not run
I have the following HTML code: function idade() { var idade = document.getElementById('idade') alert("A idade do cliente é: " + idade); } <form name="cliente"> Nome: <input type="text"…
-
1
votes1
answer123
viewsIs product image in <option> of <select> possible?
I have a budget system but as there are many items with similar description arose the need to view the image together with the description, the image link and the description will be dynamic and…
-
1
votes1
answer225
viewsSprites Phaser JS
I have a problem in the animation of my character using Sprite, I have a Sprite with 7 frames of 100x90 for animation left and 7 frames of 100x90 for animation right, the problem is precisely in…
-
1
votes1
answer40
viewsHow to insert a link to another pg in each image in this menu
Good personal evening I’m new to the subject and I found a very interesting menu on codepen - https://codepen.io/bennettfeely/pen/wWVZAW I am sending you the link of the original project because I…
-
1
votes2
answers174
viewsAbout tag meta name="Author" content="">
A doubt I always have, this Meta tag is for the name of the owner of the company or who made the template? meta name="author" content="">
-
1
votes2
answers682
viewsAdjustment of css bootstrap button
I’m trying to get the height of one button in the form, but it appears very high in relation to the fields: <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"…
-
1
votes1
answer474
viewsLet the video occupy 100% of the screen with fixed height
People would like to know how to leave a video 100% of the screen with fixed height without it being smaller than the image below The idea is that the video occupies all this space in light gray if…
-
1
votes1
answer93
viewsAngular 1 reading JSON cross-Domain
Guys having a small problem with angular and wanted to know if someone can help me, I was asked the following task to make a shelf from products of an external JSON (where has all the info of each…
-
1
votes1
answer116
viewshow to define a background-image in src of an img tag using jquery?
I’m creating a modal to display a gallery and the idea is that when clicked on the images, the modal looks in the background-image of each <img> and apply to src. The modal works, but the…
-
1
votes0
answers46
viewsBack where you went (Video Club)
Hello, I’m creating a mini video club, and I wanted to implement a system that if the user is watching a movie and if he closes the page and logs back in, has a button to continue where he left off…
-
1
votes2
answers931
viewsRemove specific input file Multiple type="file"
I input as follows: <input type="file" id="arquivos" name='arquivos[]' multiple onchange="funcao_listar()"> Where after clicking the button and selecting the various files to upload it lists…
-
1
votes1
answer164
viewsImage transition css and html
Guys, I’m starting to get interested in html and css, I’ve been studying and taking a course, and I’m doing this site. I put a transition for when it scrolls the sidebar, but I wanted to be smoother…
-
1
votes2
answers160
viewsDecrease Field Size Edit
good morning. I’m beginner, I’m trying to decrease the size of the column edit and I’m not getting as the image below. Can someone help me? <thead> <tr> @*Campo Nome*@ <th…
-
1
votes4
answers1118
viewsAutomate click of button
I need to automate the action of a button click for some script (Javascript), could help me? <!doctype html> <html lang="en" class="no-js"> <head> <meta charset="UTF-8">…
-
1
votes2
answers653
viewsAdd object in Localstorage [Object Object]
I have added an object to LocalStorage as follows: user: { authenticated: false, email: '', id: '', cpf: '' } localStorage.setItem('userData', this.user) When will I recover,…
-
1
votes2
answers983
viewsLeave Input next to Label
How to align inputs with the label Good afternoon, I have a dynamic form, it is done using Bootstrap and the inputs/Labels is according to the database data, everything is correct, but in the inputs…
-
1
votes1
answer163
viewsRefresh in data attr to show in bootstrap Popover
I have a table who owns a td with the following code : .append($("<td class='popOverStatusAlmo' data-container='body' data-toggle='popover' data-placement='top' data-content='" +…
-
1
votes3
answers198
viewsChange link text without id or class
I need to change the text of the link, but this link has no identifier to do it quickly. I know almost nothing about Js, but I believe it is possible to do this by accessing the TD and then the…
-
1
votes1
answer367
viewsColumn break in table
I need to create an item table that comes from an XSLT foreach to HTML, every four lines break into a new column, follows an example: example of code that does not break by column <table>…
-
1
votes1
answer795
viewsWebview Android Studio with HTML5
How do I make a layout 100% responsive in Webview? I have to set it up in Webview or and my HTML is not Responsive? Code: protected void onCreate(Bundle savedInstanceState) {…
-
1
votes2
answers81
viewsHow to execute a function whose name is in the database?
I would like to know how to execute a Javascript function by taking its name in the database. Example: data["nome_coluna"] // essa será a informação que estará no banco. (exemplo: somar();) // Aí o…
-
1
votes1
answer187
viewsProblem running method to insert new User using ASP.NET MVC with HTML and RAZOR
I have a problem running a request to enter a new user, I do not know what I need to do now to finalize my request, By clicking the sign up button nothing happens below are my HTML code and the…
-
1
votes1
answer39
viewsHow to make a Validator jQuery
Hello, I created a "part" field of the rest of my form, and I would like it to have the same "face" as the rest, I did a validation for it, to check whether or not there is already an element in the…
-
1
votes2
answers11465
viewsInsert Image via CSS or HTML?
Hello! I have a question about the difference in the ways to insert images. I know I can insert images through HTML and by CSS. But what’s the difference? And in what situation should I use each of…
-
1
votes1
answer374
viewsLeave image with responsive text
Hello, I need to insert a text on top of an image, which is responsive in the correct place of the image, until then it is working "well", but the site is done in bootstrap, and when it comes out of…
-
1
votes1
answer208
viewsTake only a portion of the input content without submitting
I am creating an image gallery using the responsivefilemanager plugin and a problem has arisen that I am unable to solve. Look at this picture: Clicking the blue button (With the symbol of the…
-
1
votes1
answer100
viewsDIV resize after being clicked
hello I have a page with several DIV. that are different News. these divs are at a size of 300px by 250px, would like to know how do i click on any of these div she redeem on screen and get bigger…