Questions tagged as 'html'

2
answers

Blank spacing does not leave the html document

Well, I've looked for several solutions like: *,html{ margin: 0; padding: 0;} / body, html{ margin: 0; padding: 0;} , but none solved the blank spacing solution on the page, follow the code Follow the html: <!DOCTYPE html&...
asked by 21.11.2017 / 14:36
0
answers

Edit input suggestions

Hi, I would like to know some way to edit the suggestions of the input exp: when the user writes something in the input in the suggestions of him to show the results of the request by ajax so he can select with the directional arrows (up or down)...
asked by 22.11.2017 / 20:22
1
answer

Pass data received in JSON to another page

I have the code below where I get a JSON file and display 2 fields of it: $.getJSON('www.site.com.br/arquivo.json', function(data){ this.qtd = data.json.length; this.retorno = ''; for(i in data.json){ this.retorno += 'Nom...
asked by 22.11.2017 / 17:54
1
answer

Css does not work in firefox

I'm starting to study css for a certain need. I'm trying to develop a project for learning purposes, but css is crashing in firefox. I have the following html code: <!DOCTYPE html> <html lang="en"> <head> <meta...
asked by 24.11.2017 / 13:40
0
answers

Array in a PHP mosaic

I have a mosaic mounted in html and css, what I need is to mount an array bringing the last posts of the database, and list in it, going through all the divs in sequence, I always programmed an array for a DIV only, I'm using PHP instead of PHP....
asked by 29.11.2017 / 14:02
1
answer

Different font style in each browser

I created a website and went to test in the browsers, and I noticed that in each browser the font used is in a way. I put up a photo for you to see how it looks, the question is: Is it possible to put the chrome font, to be standar...
asked by 01.12.2017 / 02:08
1
answer

How to make an array of value with select multiple

I have a jQuery jQuery jQuery jQuery jQuery jQuery jQuery jQuery jQuery jQuery jQuery jQuery jQuery jQuery jQuery jQuery jQuery jQuery variables of my select. let form = $('#form-pessoas-cadastrar').serializeArray(); console.log(form); $.po...
asked by 01.12.2017 / 01:40
1
answer

Multiple filters in a regex

I need to validate an input field that can have the following formats: 'D-1' ou 'D-10' ou 'D-1_1' ou 'D-10_1' ou 'D-1A' ou 'D-10A' Letters and numbers may vary, but will always have one of these formats.     
asked by 01.12.2017 / 01:22
1
answer

Local server does not update css and javascript

Every time I enter my development environment I have to clear the browser cache for the css and javascript file to run or put "? 1" in front of the file that pulls the css and js to force the server to update. I already put <meta http-equi...
asked by 30.11.2017 / 23:07
2
answers

Structure content of a course [closed]

I'm a beginner, both HTML and CSS. As you can see in the image you need help solving 3 problems: I want to make a sort of menu (or splits) that will be the modules of my course. This menu will list (class1, class2) vertically. 2- I would...
asked by 16.11.2017 / 15:02