Questions tagged as 'html5'

1
answer

CSS does not respond below Header

Sorry if it's a silly question, but in fact I can not see the problem or I did not have this experience well, because I'm a beginner. I'm developing through Dreamweaver CC and my CSS has worked perfectly there, but when I switch to browsers, onl...
asked by 26.01.2018 / 02:25
1
answer

Erase row of a table with javascript

I have a table with several elements (partners), and I need to make the delete button work. But whenever I put the event button it deletes all elements and not just the line I want. <table id="parceiro" class="table table-bordered table-str...
asked by 05.12.2017 / 13:49
1
answer

Menu changing page content [closed]

Talk to me, I'm producing a Site and I made an HTML + CSS Menu, the only problem is that the Menu is changing the positioning of things that are below it, eg: if the menu exists and below there is a < p > Test < / p > when scrolling...
asked by 05.01.2018 / 00:44
2
answers

closing tag "section" found, but there were open elements

Good afternoon, I'm trying to master the use of HTML5, and during the error correction attempt of my HTML5 page I find myself in the error described in the title of the page and I can not understand what it is because I understand it as a open d...
asked by 20.02.2018 / 16:55
2
answers

Substitute for HTML frameset?

I'm working with a 100% offline HTML page, I use frameset to create a side menu that is scalable by the user. I was informed that frameset or iframe are outdated, so I would like to know some more upgraded element.     
asked by 27.02.2018 / 19:25
2
answers

Create Directive Attribute for date Month / Year in Angular JS

How to create a Month / Year date format I have developed the code below, and it is not going through the consoles menus, that is, it is not entering the link: Note: you are not giving any errors on the console. <div class="form-g...
asked by 18.12.2017 / 13:13
1
answer

Creating validation with the pattern

I'm trying to create a mask in an HTML form field for functional registration, though I'm not getting it. I'm using the pattern tag in HTML5. In input I put the tag this way, pattern="[c]{1}+[0-9]{6}+$" , and would expect the...
asked by 25.11.2017 / 14:40
1
answer

How to center the CSS menu

I have this project here to create the structure of an application, but I can not centralize the menus at all. I would also like the page to be responsive. Follow the code: *{margin: 0; padding: 0;} body{ font-family: arial, h...
asked by 16.11.2017 / 21:19
1
answer

How to use taggleClass for 3 different css?

When accessing the page, the titles are color = blue When you click on the title, the color changes to color = red (and opens content) But when the title closes back to color = blue I need to: When clicking on the title change to the...
asked by 31.10.2017 / 05:37
1
answer

Spacing between rows

I'm using the Materialize Framework on a website, but when I create two lines it gives me that spacing, does anyone know how to fix it? <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <!--...
asked by 29.10.2017 / 15:54