Most voted "html" questions
Use this tag when the question refers to some resource, information or problem related exclusively to the HTML language (Hypertext Markup Language). HTML is the main markup language used to structure web pages and format content. The latest revision of the HTML specification is HTML5.
Learn more…14,259 questions
Sort by count of
-
2
votes1
answer685
viewsBevel[Bevel] effect on PS text in CSS
I’m facing a problem I believe is common among Designer and Dev/Frontier/webdesigner or for lack of communication at the time of creation or for lack of technical knowledge of the developer to apply…
-
2
votes1
answer343
viewsStacking Blocks with Bootstrap
I’m making a layout using bootstrap and came across a problem when stacking blocks to be responsive. I have 5 blocks of different heights, divided into 3 columns: When arriving at a certain precise…
-
2
votes1
answer137
viewsLabel stylization in a file type input
There is a way to style a label in a certain way only when the input of the kind file is with a selected file ?
-
2
votes0
answers98
viewsHow to save checkbox in database?
My doubt is very simple, but I did not find exactly the command I want and I hope you can help me. I have a vehicle budget page and I want to do a checkbox to select between three models of wheels…
-
2
votes1
answer118
viewsHelp in passing a jsFiddle code to an HTML file
I have a code in this jsFiddle which I changed, but now I’m having trouble passing it to an HTML file. My code: <!DOCTYPE html> <html lang="pt-BR"> <head> <meta…
-
2
votes1
answer320
viewsHow are Wordpress texts and content displayed from the PHP file?
I am learning PHP to change the company website, hosted on the server and already online. I have all the access, but I’m used only to HTML and CSS, and in the beginner’s researches and tutorials I…
-
2
votes2
answers2862
viewsIs it possible to create a title for the "select" tag without it being part of the options?
I have a question about the "select" tag, if it is possible that it has a visible title without being part of the options?
-
2
votes1
answer241
viewsResponsive Landing Page with bootstrap
I am trying to create the following layout on my Landing page: However, when trying to create this in HTML, I can’t get the images to make this list. I’m trying to use the "deck" class,…
-
2
votes2
answers971
viewsAdd HTML TAG with CSS content
You can add an HTML TAG via CSS content? #teste{ content: "<p>tag HTML inserida via CSS</p>"; } <div id="teste"></teste>…
-
2
votes1
answer433
viewsChanging formatting of a link
personal. I would like to know how to apply an underscore on a link as soon as a person positions his mouse over a text with a. I removed the underlined link with text-decoration: none and would…
-
2
votes1
answer3557
viewsVideo not listed on youtube problems to open using iframe
I am unable to open videos not listed on youtube using the html tag iframe, the following error occurs: Refused to display 'https://www.youtube.com' in a frame because it set 'X-Frame-Options' to…
-
2
votes1
answer1110
viewsHow to create "grid" with floating elements similar to Pinterest
Hi, I’m creating a grid with divs floating to the left, but when it reaches the fifth div in blocking 1000px, it floats to the right and not to the left as it should be and the margin-top gets…
-
2
votes2
answers1102
viewsError while converting HTML to PDF
I need to make a PDF from a page HTML, but while converting I get the following error: Cannot convert an object of type 'iTextSharp.text.html.simpleparser.Tablewrapper' to type…
-
2
votes1
answer65
viewsChanging the font of a textarea with onclick in an option
<select> <option>Arial</option> <option>Open Sans</option> <option>Roboto</option> <option>Calibri</option>…
-
2
votes4
answers23354
viewsDisplay text to mouse positioning over word or image
I would like to know how I can show a text when positioning the mouse over a word or image.
-
2
votes3
answers1431
viewsHide object with Javascript
I’m trying to hide an object in Javascript, I’m having difficulties, I tried the command: document.getElementById("form-tab-1").style.display = "none"; But it doesn’t work, I don’t know why. The…
-
2
votes1
answer56
viewsDisabling Actionlink CLICK event
I have the following link in my view : @Html.ActionLink(" ", "Editar", new { id = item.ID }, new { @id = "btnEditar" }) And when loading the page, I have to block this link, according to the user’s…
-
2
votes3
answers441
viewsUse variable more times, click Event
I have a select HTML and change the value of a variable after passing the onchange() function. The problem is I have another condition and I can’t validate. JS: //function mode select var option = 0…
-
2
votes1
answer447
viewsProblems with Angular ngRoute links
I’m trying to link. I’m working with Angularjs and did the route setup part. I have a views folder with html files. Follows the codes: <html ng-app="fluxo"> <head>…
-
2
votes3
answers1751
viewsReceive Json array and insert into a loop with HTML
Good evening, I’m using phonegap to make an app and then I get the following problem: I have this code in HTML: <div class="content"> <article class="underline"> <a…
-
2
votes1
answer2986
viewsCopy value from one input to another
I need that when I put any value inside input1, this value appears already in input2. Since you’re both on the same page, you can do this?
-
2
votes1
answer422
viewsSeparate login page from other pages that are loaded from ng-view
I have a little app SPA (Single Page Application) with AngularJS where all pages are loaded on index.html through the ng-view. But I added a layout with a sidebar and a few other things on this page…
-
2
votes0
answers96
viewsWildfly in production does not recover properties and SQL script values
I am using a development environment and another production environment, in the development environment using the concept of i18n (Internationalization) is recovered correctly for example the value…
-
2
votes1
answer1172
viewsNode.js receiving GET command
Hello, due to some problems to load the bootstrap Twitter libraries in my project, I made several changes to it, in which with help from other users, I arrived at the following Node.js code: Node.js…
-
2
votes2
answers410
viewsVariable value changing according to a select
I got the following problem, guys: I have a variable $soma_produtos = 0 (Picks up bank values through a foreach) Picking up the foreach data would look something like this: $soma_produtos +=…
-
2
votes1
answer1892
viewsShow/Hide "Terms of Use" by clicking checkbox
How do I, when marking a checkbox, release content from the site? For example, I want to make a system of terms of use, where by clicking "I accept the terms" it releases the button to proceed with…
-
2
votes1
answer808
viewsI can’t change records from a database table
The thing is, I need to make sure that my site can change login data, registered in the database. I did the codes, but when I click to change, nothing happens... The files I’m using: alteraadm.php…
-
2
votes3
answers21511
viewsHow do I insert an image as the background of a div?
I want to add an image as the background of a div, and for this, I am using the following code: <div class="container"> <div class="row"> <div class="col-xs-12"> <div…
-
2
votes1
answer3011
viewshtml/css icon links
I could not express myself very well in the title, however it is the following, checking the source code of some sites I came across codes that do not understand how it works...follows the example…
-
2
votes1
answer3619
viewsEnable and disable a button
personal. I am developing a form with some mandatory inputs/fields, and below the fields, there is a button, whose destination/action given(a) to it is only released if the fields are filled in. I’d…
-
2
votes2
answers146
viewsSelect only one item
Here’s the code: <?php while($ver=mysql_fetch_row($busca)){ ?> <tr> <td><input type="radio" value="<?php echo "$var[0]"; ?>"></td><td><?php echo…
-
2
votes2
answers1074
viewsHow to do for when click on an item from a menu to receive the corresponding view tab in Angularjs?
Good guys I’m starting to study Angularjs, and in my application I wanted to do something similar to the following. I have a dropdown menu and I also have some tabs that I created manually. By…
-
2
votes1
answer226
viewsWhere can I use the -Webkit-Details-Marker?
Wanted to remove the default arrow from the tag details/summary in HTML and found this solution to use the -webkit-details-marker. I wanted to know what she really does, because I didn’t find any…
-
2
votes5
answers7505
viewsHow to make the font size automatically fit the size of a div
Hi, I have a div of 300px for 300px, on it I leave a text that comes from a database, the problem is that there are times when the text inside the div exceeds the size of the same, leaving…
-
2
votes1
answer81
viewsFile Upload
I have the following code below: PHP: <?php $nome_temporario = $_FILES["Arquivo"]["tmp_name"]; $nome_real = $_FILES["Arquivo"]["name"]; copy($nome_temporario, "/public_html/publico/$nome_real");…
-
2
votes2
answers522
viewsHow to click and scroll a hidden part?
I know the question is confusing, but here’s the thing, I made a jQuery code by codeacademy (jQuery Functions and Selectors 11.Click and Pull), and there it teaches you how to make an algorithm that…
-
2
votes3
answers248
viewsHow to take the value of an inputtext and generate an IMG URL
How can I take the X value of an INPUT and generate an IMG URL using Javascript? Example: I put the number 505050 in the form and gave Submit; Form Code: <form action="teste" method="GET">…
-
2
votes2
answers899
viewsHow to remove waste on printing screens
How to create a CSS to remove waste as in the attached image. I’m wearing a bootstrap.…
-
2
votes1
answer3056
viewsOpen and close one Collapse at a time
People, the situation is as follows: I have 04 links that when you click on one of them a Collapse appears and presents its respective content. So far so good, the problem is at the time of…
-
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
answer61
views"Mask-image" property does not work in Firefox. Is there an alternative solution?
I am doing a project where I should apply a mask (PNG or SVG) on an image < img >. I’m using .svg-clipped { mask-image: url("../img/desktop_tds_hist.png") ; -webkit-mask-image:…
-
2
votes2
answers175
viewsUse links in geometric shapes
I have the following code: .menu .trapezioinvertido{ float:left; border-top: 70px solid #c1c1c1; border-left: 30px solid transparent; border-right: 15px solid transparent; height: 0; width: 120px;…
-
2
votes3
answers3943
viewsRemove "margin" of responsive website image by CSS
Good afternoon! I’m a beginner in web-based programming, and I’m having a hard time removing a space I call "margin" from the page’s background image, which is responsive with a width:100% (imagined…
-
2
votes0
answers137
viewsTypeahead clears input when value is provided by javascript
I’m using the Typeahead version 0.9.3 to auto-complete my inputs. It’s working fine, get the bank info and show it all right. However, if I want to define some value for the input through…
-
2
votes1
answer1939
viewsSearching and changing the value of the checkbox with javascript
I’m trying to search and change the values of a checkbox using Javascript. The intention is, when the JS function is called, to check if the checkbox is set. If not, seven-a as checked, and vice…
-
2
votes2
answers1119
viewsHow to put the background effect fixed and on the whole screen?
I am new as Frond-End programmer and my boss wants me to put a fixed background effect as shown in the model below;…
-
2
votes2
answers3219
viewsPicking up text field content via ID using Javascript
I have a checkbox that at the time I select and search the value in the field type="text", one of the fields is working perfectly but the second field does not work. function pega(){ var opcao =…
-
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…
-
2
votes4
answers3072
viewsHow to leave a height-height fixed on the page?
What to make the page occupy 100% of the viewport, that it does not have scrollbar. Whether on a small, medium, large phone, tablet and desktop. The height (height) has to be fixed, occupying the…
-
2
votes1
answer1125
viewsHow to modify a Json object (javascript)?
I need to change a json object that I am receiving. I would like to insert a data input into this Json. The idea is simple put a dice, it pulls the json according to this data, but I need to change…