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
-
1
votes1
answer58
viewsHow to remove HTML and Scripts in user-written messages?
I created a messenger, and after the user writes the message it is saved in the database in format sweep, when the recipient sees the message, if it has been written with tags HTML, and tags of…
-
1
votes1
answer6234
viewsHow to use Angular onBlur?
I want it to be shown on console the value cep I typed in the field input after the field loses focus. But this code of mine is not doing that. html: <body ng-controller="appController">…
-
1
votes2
answers42
viewsHow to do with objects on a page at a certain width to group vertically?
Guys, I’m lined up a few div as columns inside another that serves as container. What I wanted to know is how do I make it in certain width of itself div or from the page they group together on top…
-
1
votes1
answer115
viewsWhat is this warning on the console using Angularjs?
I’m trying to run a simple code with angular and this warning stop on the console: Uncaught Error: [$injector:modulerr] http://errors.angularjs.org/1.4.2/$injector/modulerr? P0=app&p…
-
1
votes2
answers830
viewsMask in html field does not work
Good afternoon, I have a page in my application to register customers , nothing out of the ordinary. On this page , I have some fields ( cif ,rg , phone,phone_2 ,etc) that when typing are formatted…
-
1
votes1
answer617
viewsCropping image before uploading to server
It had a simple code that was just: <form action="upload.php" method="post" enctype="multipart/form-data"> <input type="text" name="description" /> <input type="file" name="file"…
-
1
votes3
answers782
viewsHow to group INPUTS in Bootstrap?
I wanted the fields of RG, Shipping Body and UF together to add the fulfillment of the field CPF Above.…
-
1
votes0
answers40
viewsHow to insert one HTML into another
Simple, but I’m starting and I believe they’ll help me objectively. I need to insert a menu and footer like a #include of Asp, but direct in HTML is possible?…
-
1
votes0
answers147
viewsSerialize does not load after Ajax request
I have a query that brings the result of the database to a table that at each row of the result has option to edit, until then the query and run normal, after clicking edit it loads the function…
-
1
votes1
answer35
viewsCodemirror does not display first in a modal
Guys I am creating a standard model for reading XML and to facilitate the life of the system users, I am displaying a default model example in a modal with codemirror, however, it does not display…
-
1
votes1
answer1372
viewsScroll bar does not descend until the end
I have a side menu that has position fixed, if I decrease the screen resolution the scroll bar does not descend until the end, that way: Currently I do this bar using the property overflow of css:…
-
1
votes1
answer74
viewsDisplay clickable link coming from the database
I want to display the Link that can be clickable, is appearing as text: I’m using the code below, but it still comes as text and I can’t click: @Html.Raw(HttpUtility.HtmlDecode(item.Facebook))…
-
1
votes1
answer713
viewsAdd a separator to each item
Hello, I have the website exemplo.com, in it I use the Bootstrap, I would like to add a / to each item in his navbar, as a breadcumb. Like a breadcumb but in the navbar. Thanks in advance.…
-
1
votes1
answer167
viewsChange transition and location of an action in jQuery
I recently found a code that has what I need. I’m developing a page with 3 buttons, each of them shows a content (a div) when clicked. When I click the first button, as the div is displayed right…
-
1
votes1
answer459
viewsField read HTML tags in JSF
I would like in my field that I will add the text and send to the database, add for example an ex link: <a href="http://www.globo.com/" ></a>, however, when printing on the screen,…
-
1
votes1
answer434
viewsHow do I click on a link and activate a JS function on another page?
want that when clicking on the link of the first page, it goes to the second page and makes the function JS, that is to show only what belongs to the sport of the link ie I want to click on the link…
-
1
votes1
answer2971
viewsClick on the link that leads to another part of the same page
I am creating a web page that the menu links will take to the bottom of the text and I would like to use an effect to slide from point A to B slowly. How do I do that? Ex: When you click on the menu…
-
1
votes1
answer1008
viewsHow to solve dropdown menu problem that does not work on android?
I’m learning to program, I’ve done the whole site, and it’s pretty much the way I wanted it, at first I had problems with IE the menu didn’t work at all, I reworked the menu, I used examples I…
-
1
votes1
answer178
viewsHow to enable the right-click (with the new tab option) on an input or button
I have a input I would like the option to appear when right-clicking abrir link em uma nova guia. How can I do it, is possible only with css and html, taking into consideration that this same button…
-
1
votes1
answer239
viewsInsert indented text in Textarea with Codemirror
I’m making an editor HTML in the browser, where the user can write his script in the Database, I recorded all lines of user code in a single string and recorded in the BD, but how do I bring back as…
-
1
votes2
answers455
viewsDynamically Loaded Content Handling
I need to manipulate an attribute of an html tag that was dynamically loaded via ajax. I have tried several ways using jQuery but none of them worked. The code being loaded via ajax is as follows:…
-
1
votes1
answer68
viewsWhy do Divs move after inserting content?
If I take the tags it is aligned right, however when I insert the image or, for example, H1 it already goes down again, if insert in all it goes back to normal, but because this occurs? body {…
-
1
votes1
answer606
viewsFunction search text
What is the correct way to search for text on the page? I am developing a "single" page on HTML and would like a search field when typing find the text, similar to what happens today with the…
-
1
votes2
answers176
viewsPHP/HTML/CSS and JAVASCRIPT script block
My question may be silly, but I really don’t know and I can’t find it on the net. I would like to add in my application chunks of snippets with script, and in this block the script highlights the…
-
1
votes2
answers104
viewsHow to insert element inside another dynamically created
When I load the page, I have some checkbox: <input type="checkbox"> And when I get to the ready of the page, I want to put the checkbox inside a label with class 'checkboxPersonalized', being…
-
1
votes2
answers1143
views -
1
votes1
answer1022
viewsPass text from a textbox via parameter in onclick
I need to pass as parameter the content that is in a textbox, in the onclick of a button. How can I do this? This is the HTML code: <div id="popup"> <table width="300" height="160">…
-
1
votes0
answers477
viewsManipulating Drag and Drop values sortable with Jquery
Picture scheme: Problems: Order and quantity of the boxes of first column should not be changed. I could not leave them only for the purpose of DRAG, I mean, I can’t remove a box from the second and…
-
1
votes1
answer174
viewsAnimation with CSS and jQuery
Well I am mounting an Alert system with jquery and css. Everything is working. However I noticed that in some browsers it is getting a little slow. The problem is because the div of Alert moves…
-
1
votes1
answer184
viewsHow to load multiple pages . html with ajax
I’m using this code to upload a page. html, however it does not create several as I would like, I have the feeling that it can only create it once. I would like to create several of them. for(var i…
-
1
votes2
answers1021
views -
1
votes1
answer786
viewsNg build -Prod Angular 2 - How to publish the application
after giving Ng build -Prod it generates files for distribution, my question is the following how can I publish it on a PHP server or any other normal, because when I try to get the files generated…
-
1
votes2
answers1044
viewsSimple jquey chat with html database - How to send form by pressing enter key
Well I am trying to minimize to the maximum as this very small I will post my entire code, I came across a problem the code is working perfectly, but only when I click the send button that works, I…
-
1
votes1
answer346
viewsButton element submitting form. How to deactivate?
I need to separate the form into 2 different Ivs on the same page. I tried the next one and it didn’t work: <div id="div1"> <form method="post"> <input type="text" name="Nome">…
htmlasked 9 years, 3 months ago Matheus Godoi 344 -
1
votes1
answer39
viewsHelp with misaligned flexbox footer
I’d like some help with mine footer , that is getting totally misaligned, I have tried a clear: both , but without success, I would like a help to correct this error. the original footer code is…
-
1
votes0
answers139
viewsPage break in print
I’m making some wallets and I need to break the page when I give 8 card on the sheet I made a code that only skips the front page. css @page { /*margin top,direita,rodape,esquerda*/ margin-left:…
-
1
votes0
answers38
viewsHow to receive and manipulate data from the browser?
My question is regarding communication with the browser. How to do, for example, a program that receives a notification whenever someone comments on your post on Facebook? I’ve seen someone do this,…
-
1
votes1
answer413
viewsHow to store multiple checkbox
I am creating a system and how could I store multiple checkbox and inputs in mysql ? I know I can do it this way but only if it goes to a column , in my case are four as could do…
-
1
votes1
answer1188
viewsRemove background color from autocomplete input
Something that makes me very uncomfortable is when the google browser autocompletes something and leaves the input with yellow background, how can I remove it?…
-
1
votes1
answer385
viewsparse HTML as PHP with Htaccess
I have an html site and want HTML pages to be parsed as php; I’m using a . htaccess file for this. On the localhost server, it works correctly. The command is: Addhandler application/x-httpd-php .…
-
1
votes1
answer3372
viewsHow to view Tables in pdf with MPDF library?
I have an html that is automatically generated by a wysiwyg component (a text editor) and within one of the texts I generated, this one has a table and this table appears normally in html, however I…
-
1
votes1
answer748
viewsSelect option in select otherwise with Angularjs
I recently found that example in Jsfiddle to select particular option in one element select. I noticed that it is selected as follows: HTML: <div class="listitem" ng-repeat="Choice in…
-
1
votes1
answer622
viewsHow to receive a variable within the php URL
I’ve had a problem for two days that I can’t decipher. I need the login and password variable passed in my system login form, to reach the url that receives the user and password parameter. This way…
-
1
votes2
answers1306
viewsHow to create view password option typed in form
I am creating a page to login and access the administrative area of a site. All this is being done in PHP, but I am wanting to create a stop that I saw on some sites that is the option to see the…
-
1
votes1
answer65
viewsDropdown Twitter Bootstrap, ignored in Ajax request
Hello community Stack Over Flow, I’m trying to include pages via ajax, but when I click to open the dropdown it is ignored and adds the page of Index of of WampServer, how to proceed in such cases?…
-
1
votes1
answer227
viewsFunction mouseout on icon
I would like when hovering over the search icon to load an input field. html <div id="navbar" class="navbar-collapse collapse pull-right"> <ul class="nav navbar-nav"> <li><a…
-
1
votes1
answer2392
viewsWhy doesn’t my Owl Carousel work? What am I installing wrong?
I’m setting up my "custom" Carousel Owl and I can’t get it to work on my computer. I did everything as the documentation says, but there’s no way it works. The only thing that appears is the words…
-
1
votes3
answers15260
viewsHow to insert an image in my html doc to serve as background image(background)
Greetings. I would like to know how to insert an image in my html document so that it serves as background on my site. The image is on the desktop of my PC with the name "backg.jpg". Thank you.…
-
1
votes4
answers3595
viewsHow to put picture in input type reset?
It is possible to input an image with the type="image" But he stays as Ubmit and I want to leave the input type="reset" With image also but without staying as Submit and yes to reset the information…
-
1
votes3
answers664
viewsHow to convert a numeric value to Boolean?
I get a value boolean of the database, in which I intend to define a checkbox dynamically. The value received is 0 or 1. I tried to do it this way below: var status = 1; //valor recebido…