Questions tagged as 'html5'

2
answers

Passing JS values to another HTML page

Is it possible for javascript to pass a variable whether it is global or not from an HTML page to another HTML? index.html recibaria.html Type, some way to save this value and move it to the other page without having to use php as a...
asked by 19.07.2015 / 17:58
3
answers

How to stylize the "clean" icon of the input type search?

I need a way to style the × icon that is at the end of input[type="search"] . The input type search when focusing on the element, it has an × if it has a value filled in. Example: InoticedthatwhenItypetheinputsearch,this"x" often...
asked by 22.05.2017 / 18:04
2
answers

Form php receives value other than typed

I have a form in PHP. When I submit it, I should get the values coming from $ _POST. But it turns out that the returned data comes only with value 1. I do not know what's going on. Everything seems normal. : <form method="POST" action=""...
asked by 23.02.2014 / 02:17
3
answers

Print html code

How to print html code? Example: <div id="css"><link rel="stylesheet" href="jquery.css.css"></div> It does not print the link tag, it links to another css, I want to write that tag pro user read ...     
asked by 16.04.2014 / 01:48
2
answers

How to avoid very great victory condition in the old woman's game?

I made a game of the old one that verifies the conditions of victory of the user with if , however I did not find an elegant solution. I am trying to develop a method to check the win condition with array , however I am not succeeding, fo...
asked by 16.11.2016 / 22:48
2
answers

Link href to id div

I know that we can make links by directing click href to an id of the page using # . #content1, #content2, #content3, #content4 { height: 50vh; border: 1px solid red; } <a href="#content1"> CONTEUDO 1</a>...
asked by 13.09.2018 / 15:11
2
answers

How to stylize the p tag differently?

But I can not stylize it to look like the image below. How do I do it? Will it be another tag ? Itriedthisway: p.acessorapido{ float: left; width: 100%; height: 38px; max-width: 885px; margin-top:...
asked by 20.06.2017 / 16:15
2
answers

Dynamic HTML Site [closed]

I'm a beginner developer and I make static sites in HTML / CSS. Now, I'm designing a news site. The site is ready, but it needs to be dynamic, that is, that the client can insert new news on the pages and also that the news that appears in th...
asked by 08.02.2017 / 17:29
2
answers

Does a large image hamper application performance?

My banner has an image of 11mb, while location is all ok, but I wonder if when uploading this application will leave the same heavy. Thank you in advance.     
asked by 15.02.2017 / 14:03
1
answer

Centralize nav element

I can not centralize the <nav> element HTML: <nav class="menu"> <ul> <li><a href="index.html">Home</a></li> <li><a href="#">Responsive</a></li>...
asked by 06.05.2014 / 18:32