Questions tagged as 'html'

1
answer

effect with transition css in the Angular

Well I'm using a progress bar whenever I'm loading some data on the page. To be cool I'm trying to put an effect on when it pops up. But the effect only works when it is hidden, how do I apply it when it appears? Progress bar class load...
asked by 24.08.2017 / 15:31
1
answer

Is it correct to use PHP code in the view layer along with HTML?

I'm starting now in the area and I have a college job to do and it's necessary to use the MVC standard, I've even separated things well, but I came across the following code in a file from my view layer >, the filename is novoAtendimento.php...
asked by 20.08.2017 / 20:14
2
answers

What is and what is br clear="all"?

I remember that it used to be common to see this <br clear="all"> in source codes. But I've always wondered why this clear all ? What's the difference from <br> to <br clear="all"> ? When should I use on...
asked by 07.12.2018 / 11:51
1
answer

Content Slide with HTML and CSS

I'd like to make a slide of content with HTML and CSS , the slide the header. I'll explain better ... Normally the menu is used to navigate the pages, so when clicking this link the current page is redirected to another, but what I wan...
asked by 08.12.2018 / 21:03
1
answer

How to redirect a page using .htaccess?

How have you been? Well, I've been dealing with a problem that is summarized in the following: I want through the .htaccess file to redirect just the home page from my site to another domain. Example: Redirect: www.site1.com - > www...
asked by 11.12.2018 / 23:25
2
answers

What does the data-react attribute mean?

I was looking at some sites on the internet, and I saw, in the source code of some pages, an attribute called data-reactid , inserted in elements div . What is this attribute, what is its function and what does it influence?     
asked by 17.04.2017 / 22:36
1
answer

What does this expression mean?

By studying Node-Red a bit I came across the following expression, {{#header.url} . Many expressions of the type are present in the code, for example: {{/header.url}} , {{#header.image}} , etc. Here is a snippet of code: &...
asked by 13.04.2017 / 21:25
2
answers

How to create a fixed link in wordpress?

I'm implementing a static html site for wordpress, it's not all the pages that need cms to manage the content, my problem is this! I can not create a Menu link for a static page or any other page Wordpress 4 example <a href="contato.p...
asked by 26.09.2014 / 22:22
1
answer

mobile operator consultation

I started a query to find out which cell phone carrier is pulling from a website. However, I can only do one at a time. I would like help so I could paste a list and it would be sending in requisitions and printing the separate result. <?ph...
asked by 31.03.2017 / 14:02
1
answer

Align divs on the left with css, separating them into groups, without line break

I'm looking for a way to align divs to the left, however, keep them divided into groups, without a group breaking the line. The code below comes close, but I would like to get the result of the image. .group { border-width: 1px...
asked by 31.05.2017 / 19:22