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
-
0
votes1
answer1730
viewsAngularjs Argument 'controller' is not a Function, got Undefined
Good night, you guys! I am beginner in Angularjs, I’m having the following problem Error: [ng:areq] Argument 'smgoCtrl' is not a function, got undefined…
-
0
votes1
answer59
viewsDoubts regarding data entry in the database
Ola, I wonder if it had like the field TEACHING UNIT where there is the input and select it at the time of saving in the database save the same as if one would have like ?? <!DOCTYPE html>…
-
0
votes0
answers96
viewsHow to make a div stay fixed with CSS Translate
I have a mobile menu that "pushes" content to the right when it’s opened. The problem is that the visitor can "drag" the content due to "Translate". I would like to make the content stay fixed.…
-
0
votes3
answers115
viewsComparison with the if
Personal what is wrong in the code, I made a function that calls a css if a value is greater than 5 , the higher value works but the lower that would be 3 where would appear other css does not work…
-
0
votes1
answer21
viewsTaking data from php formats with cycles
I need to use some PHP cycle to get the form data on a processing page. I thought I’d put a count variable inside an input name ID box, like this: $c=1; while($c <= 5) { $tabela[$c]=…
-
0
votes1
answer40
viewsUPDATE of database information
I have a table, where there is a field called (PAY), the default value of it is "PAY". I made the following code, to change the VALUE "PAY" to "PAID" $results = "UPDATE snaps SET Pagamento='PAGO'…
-
0
votes1
answer1789
viewsInsert value of a radio button into the database
I have: <label class=""> <input name="user_perfil" type="radio" value="administrador"> Administrador </label> <label class=""> <input name="user_perfil" type="radio"…
-
0
votes0
answers47
viewsMKV without HTML5 subtitle
I am creating a website where will contain mkv videos with subtitles but the subtitles of the video do not appear, the video runs normally with audio but subtitles do not appear. From what I saw…
-
0
votes1
answer808
viewsHow to go through all columns of a jquery table and hide if empty
I have a table html with 15 lines and I need to go through all the columns and check if there is any value, if Column is equal to empty then hidden this column, I know that this example below hides…
-
0
votes2
answers67
viewshelp with php regular expression
I need to remove all tags along with the content and closing of the tag, when it’s script by tag. Example $variable="Something"; I want to remove all this from html <script>alguma funcao…
-
0
votes1
answer110
viewsI need an if that changes the mask of an input
Hello, I have a mysql php code, and I need help, the code is already ready just lack the option to edit the data, this is what I need help with, I will explain what is happening, I have my code it…
-
0
votes1
answer207
viewsreplace color box by image in css
Good afternoon guys, next I have some text boxes that are being formatted via css wanted to know if it is possible to change the formatting of these boxes to images, without having to change the…
-
0
votes0
answers53
viewsHow to automatically resize div’s with image and description
I have a project in which I have products with image, description and price, I want to make the div’s resizable automatically according to the description and image. I also want a static value that…
-
0
votes3
answers2124
viewsImage appearing with Fad-in effect after loading page
I need to make four images appear, one at a time, on my page, after her upload. EFFECT ON THE IMAGE: It would be the fade-in effect, if I’m not mistaken that’s the name. That effect is the one that…
-
0
votes0
answers110
viewsCSS - Row with col-Md-6 containing photos is not correctly aligned
I have a list of eight photos, and then I have a button that carries two more photos. However, the photographs do not appear correctly aligned as a hole always appears without any photograph. The…
-
0
votes2
answers75
viewsMy radio input is repeating
My radio input only on this line 3 is repeating the others not. Follows picture for better understanding: Excerpt from the code where it is repeated... <div class="section4">…
-
0
votes2
answers148
viewsHow to leave an entire page clickable linked to a button?
how can I leave an entire page clickable linked to a button? Example: http://jsfiddle.net/u06oowLn/ when the person clicks on any area of the site click on the play button or on the youtube video…
-
0
votes1
answer158
viewsProblem copying an html block when clicking a button
I was able to make sure that when I click the add more fields button, the form is replicated. But the create button started to do the same thing as the add+fields button and not its function of…
-
0
votes1
answer43
viewsAPI Google maps
How do I make a custom map, style this: http://noroestecom.com.br/a-empresa using the google API, I don’t know where to start.…
-
0
votes1
answer36
viewsText overlaid in image always visible
There is an image and text superimposed on it that is nothing more than an option to change the image. However if the color of this text is white for example and the image has very light tones this…
-
0
votes2
answers365
viewsLosing cookie (created in javascript) when switching pages
On the HOME page I record a "x" value in cookie. var dataAtual = new Date(); var expire = new Date(); expire.setDate(dataAtual.getDate() + 1); document.cookie = "NomeCookie=ValorCookie; expires=" +…
-
0
votes2
answers35
viewsHow to not preload page with self loading
I’m developing a page that needs a form. For aesthetic reasons, I chose not to put caption and in its place I am using placeholder. In that case, he did not want the information to be filled out…
-
0
votes1
answer176
viewsChanging html hierarchy using jquery for responsive website
I’m making a responsive site when I came across a problem, in the tablet layout the menu is hidden so when you press the button it appears making a slide, but the customer wants the logo to appear…
-
0
votes1
answer77
viewsScrollbar bug in select nice plugin
Well I am customizing the plugin select nice, but I’m having a bug where the page scroll bar gets huge, being that the select is closed. Coo make it appear only when select is opened? (function($) {…
-
0
votes2
answers2017
viewsHow do I turn on onclick in my javascript?
Well, I’m making a game in javascript where I have 100 buttons and I need the value of the button that the user click to be searched to validate whether the user got it right or not, I recommended…
-
0
votes1
answer63
viewsHow do I make a consistency in the form so it only accepts 100x100 images?
I am making a crud type system and has an input field for the user to send his photo, however the photo has to be in size 100x100, there is a way for the form to accept only images of this size or…
-
0
votes1
answer94
viewsVideo loses size inside div with use of Resolution slider
I’m using Revolution Slider and when transitioning videos through Carousel, the video loses the default size I determined for my display page, that is, I determine the width:auto and height:768px,…
-
0
votes2
answers3558
viewsDirect print without going through the php dialog box
I use java script to print only the contents of a div, but I need you not to use the browser print dialog box. Reason: I created a formatting for the text, when it goes to print by the dialog box…
-
0
votes2
answers585
viewsCompare 2 variables in a select with Angular
Hello, I have an array of objects that I am pulling from the database and playing in a Select HTML, only I am also passing another variable and would like to compare this variable with the values of…
-
0
votes0
answers370
viewsCRUD Mysql , I need a button that fills inputs
Good morning, I have a question about how to make the above inputs receive data from my database, for example: let’s assume that I will change something, but I just want to change a value the…
-
0
votes0
answers190
viewsProblem with php POST Variable
Code: Form: <form action="../controller/NotPrecontrole.php" method="POST" onsubmit="return valid();"> <input type="hidden" name="id" value="<?php echo $id; ?>"/> <input…
-
0
votes1
answer976
viewsHow to use bootstrap push pull?
I have a template with the structure illustrated by the image below Searching in the documentation I saw that combining the classes col-*-push-* and col-*-pull-* it is possible to produce this…
-
0
votes0
answers318
viewsHow to make a form and when the person registering appears to me the person’s records and how to associate the two files?
I have this design already done and my problem is to relate the files and the php file because I do not know if it is well to write in xml and also do not know how to open and save <!doctype…
-
0
votes1
answer2792
viewsFunction jquery does not work
CSS: .nav { width: 15%; height: 800px; background-color: #421; margin-top: 55px; float: left; } .nav-min { width: 5% !important; background-color: #ccc !important; } JS: <script…
-
0
votes1
answer1239
viewsSelect with Sql and Dynamic Input
I am trying to make you select below, which pulls data from an sql when selected the option, change the value in input side, also coming from sql database. What would be the best option? Follow the…
-
0
votes1
answer210
viewsWordpress post preview without the link "read more"
Hello, I am a beginner in the Wordpress platform, and I find myself in a situation where I do not want the link "Continue reading" in the previews of my posts. To add the posts previews to the home,…
-
0
votes1
answer155
viewsWhich programming language uses this syntax?
Would you like to know which language uses this syntax? It was inside a tag <h1> of an HTML. {{app.settings.pagetitle}} The files are mostly saved in HTML, and I need to use PHP to connect…
htmlasked 7 years, 11 months ago user78432 -
0
votes1
answer498
viewsScrolling style effect of the Instagram app
I would like to use the "scrolling" effect that instagram uses in your app, switching to camera and time-line. However I do not know the name of this effect, could tell me what it is, or give…
-
0
votes1
answer61
viewsEdits in the HTML page do not appear on the site
I am beginner in the development of website, a friend asked me for basic changes in index (only change a text), so I made the change and replaces the file on FTP. What happens is when I type…
htmlasked 7 years, 10 months ago Luiz Fernando 1 -
0
votes1
answer86
viewsUtlizar HTML tags in Markdown
I tested and it works, but the question is whether it’s good practice. It’s good practice?
-
0
votes2
answers115
viewsCreate component via Vue.js
Is there any component via Vue js that makes me create this component that shows in the image below I’m developing my site in PHP.…
-
0
votes0
answers37
viewsSending of HTML Form
Hello good afternoon I’m having doubts about how to send the information in my form to an email , someone could help me indicate something I can do , thanks !! Hugs Below is an image of how this…
-
0
votes2
answers1575
viewshow to place content from another blog (the posts) on my wordpress site (ex : last posts)?
I have a website and in it I want to put a feature in which there is an element where the last appears posts from a blog, but this blog is on another server. I want to put the last published posts…
-
0
votes1
answer83
viewsValue adjustment bar
People would like to know if there is any component ready on the internet that makes me an element similar to that of the image below I would like to know what the name of this component also so I…
-
0
votes1
answer399
viewsLayout with 3 CSS columns
Does anyone know where I can find material where I can take a look at how to make this color effect on photos and how to split it into 3 columns with text on the background image?…
-
0
votes2
answers3282
viewsFix menu with bootstrap after scrolling down
I’m using bootstrap in my code Has a class in the nav of bootstrap fixing the nav in the top navbar-Fixed-top But I want the nav just stay fixed when the scroll goes through it. How do I do that? An…
-
0
votes1
answer284
viewsHow to make machine translations?
I have a page HTMLand would like to have it at various tongues However nay wanted to make a page for each tongue and edit out in HTML. There is a some way I make a external document, a JSON, I don’t…
-
0
votes2
answers369
viewsinclude with html file
Galera assembled a file called php.php as follows: <?php $nome = "nome"; $idade = "25"; $peso = "78"; include "layout.html"; This file includes the layout.html file, which is so: <table…
-
0
votes0
answers25
viewsHow can I change an HTML page dynamically?
Good morning! I am creating an html page, which will serve to make feedback, that is to say to report specific situations or under certain conditions ask for help. It turns out that this page…
-
0
votes2
answers179
viewsBuild responsive menu with CSS
Guys I set up a very simple menu, but I don’t know how to put it to be responsible. The problem I’m having is this. The 2nd menu is ok, but the first one generates a line break, because there are…