Questions tagged as 'html5'

1
answer

Doubts HTML5 semantics [duplicate]

I'm writing a page keeping in mind to comply with HTML5 semantic standards. See: <section id="experiencia" class="section section-center"> <header> <h2>Experiência</h2> <...
asked by 21.11.2017 / 14:53
0
answers

how to add a div with information above the navbar with background carousel

I have a difficulty that although it seems to be simple but I can not get where I want, I am creating a site where I have a div with the language module, in the middle and a button for reservations, I have a carousel that should be below that...
asked by 07.11.2017 / 17:00
1
answer

Why can not I make the grid system on my php page?

I'm starting a project for university and I can not make the grid system in the main content tag. I've been trying for quite some time! Icannotimplementthegrid!Thisismycode..'<imgsrc="../Logincheck/assets/img/image2.png" class="company-lo...
asked by 07.11.2017 / 00:21
1
answer

Select for card expiration

I wanted to make two fields select one for the month and another for the year to use as validity dates of a card, but wanted it to be generated dynamically and that when selecting the year of 2017 for example appears only the months that are mis...
asked by 07.11.2017 / 16:51
0
answers

Close side nav by performing the page scroll function

https://pt.stackoverflow.com/posts/252168/edit# section{ height:100vh; width:100vw; } #a{ background-color:black; } #b{ background-color:red; } #c{ background-color:green; } #d{ background-color:blue; } <!DOCTYPE html>...
asked by 03.11.2017 / 15:30
1
answer

video in html5 - how to add two videos [duplicate]

I wanted to make two videos run, one after another, tried the way below but it did not work. Can you do that? <video width='400' height='300' controls loop> <source src='video.mp4' type='video/mp4'> <source src='video2.m...
asked by 28.11.2017 / 16:50
2
answers

HTML and PHP form

How does it work to send to the email or according to the hosting plan to access the forms of the clients of the site <meta charset="utf-8"> <title>Atila Silva</title> <link rel="stylesheet" type="text/css" href="css.c...
asked by 31.10.2017 / 17:09
0
answers

Call procedure in the OnClick area of the Image Map in ASP.NET

Good afternoon, I have this code: <img src="../Image/sala.png" USEMAP="#sala" BORDER=0> <area name="window" shape="poly" coords="633,82,631,117,627,145,625,160,644,162,671" href="" alt="window" title="" OnMouseOver="window.stat...
asked by 30.10.2017 / 21:32
0
answers

Bug carousel within modal Materialize CSS

I have the following bug, I have a modal and inside it I put this carousel. <!DOCTYPE html> <html> <head> <!--Import Google Icon Font--> <link href="https://fonts.googleapis.com/icon?family=...
asked by 06.11.2017 / 17:45
2
answers

CSS misaligned image

When I put an image in the upper right corner of my page, the image on the bottom left side misaligned and went down. Image below before placing the images in the upper right: Imageafterplacingimageinupperright: HMTL:<divclass="contain...
asked by 26.10.2017 / 16:53