Questions tagged as 'html5'

1
answer

How to hide an input field from another page via javascript?

Scenery I have two page .html . In one of the pages I have two options to mark radio both have id , they are XPTO and YPTO e. What I need to do is, when choosing XPTO and then pressing the sign up button, it has to disa...
asked by 27.01.2016 / 20:48
1
answer

How to access link with parameter via form in html or html5?

I have the following code in html. <form action="http://www.meulinkqueseraredirecionado.com/namer/"> <input type="text" /> <input type="submit" value="Acessar" /> </form> I want as soon as the user clicks...
asked by 05.12.2015 / 21:38
1
answer

How to list only the highlighted image of a post?

How can I show on my page only the highlighted images, without titles and description on my page? This is my structure: <?php $args = array( 'posts_per_page' => 1, 'category_name' => 'primeiro-conceito' ); $myposts = g...
asked by 01.12.2015 / 19:05
1
answer

Share Facebook Content

To share content on Facebook I'm using the Facebook SDK API. Articles on the site will now have this sharing feature. I'm doing this: <meta property="og:url" content="{!! URL::to('/social/facebook-page/'.$resenha->id) !!}" /...
asked by 14.03.2016 / 15:02
1
answer

What is the purpose of the global contentEditable attribute in the html element?

In what real situation or when will it be necessary to use the global contentEditable attribute, by the html element, since this is a root element and that editing it would be the same as modifying, inserting or deleting leaf elements? Example:...
asked by 13.03.2016 / 20:04
1
answer

How to reuse HTML menus in other pages

I'm new to the front end and would like to know how I can write the menu once and reuse on the other pages? I have read some posts but could not implement it in my code. Example; I have a menu of the main page and I want to reuse on all the o...
asked by 22.03.2016 / 13:37
1
answer

Problem with HTML document validation

When validated my HTML document is giving the following problem    Section lacks heading. Consider using h2-h6 elements But I do not need this, it's really unnecessary for the purpose of my site (titles only in articles, blog style). Can...
asked by 12.07.2016 / 21:22
1
answer

How to use animate.css + wow, js

Well, I'm using animate.css ( link ), and more specifically fadeInDown to show an element to the scroll the website page. However, the effect is loaded next to the page, not when I scroll it. Does anyone know what to say? Do I need to use someth...
asked by 12.07.2016 / 17:02
1
answer

How do I get all the HTML of this page as a string?

I'm doing a college job and so trying to read the HTML of a bradesco page ( Link I want HTML here ) The problem is that I can not get the HTML that is inside the frames and I do not know how to get it. Currently what I'm trying to do to ge...
asked by 02.03.2016 / 18:27
1
answer

How to "crop / slice" image layout with HTML and CSS?

I have doubts on how to assemble the layout below with HTML / CSS: I have not implemented anything yet, because I have no idea how to do it. Any suggestions? Thank you!     
asked by 10.08.2015 / 18:16