Posts by Henrique Lima • 22 points
7 posts
-
1
votes1
answer37
viewsA: HTML image does not want to appear
Missing insert double quotes in src. //Deve ficar assim src="imagens/menu.svg"
-
0
votes1
answer30
viewsA: Web Scraping PHP
I managed to solve!!! I tweaked some details in the code and changed the class name in the first <?php require_once "simple_html_dom.php"; $url = 'https://www.sold.com.br/'; $html =…
phpanswered Henrique Lima 22 -
-1
votes1
answer30
viewsQ: Web Scraping PHP
I am making a Web Scraping in PHP to get the auction lot information from this site https://www.sold.com.br/ I need to capture the information in an Array. But the array is not bringing the…
phpasked Henrique Lima 22 -
-1
votes1
answer47
viewsA: extremely basic question I’m getting answer quickly
Follows the codes: HTML <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport"…
javascriptanswered Henrique Lima 22 -
0
votes0
answers19
viewsQ: Footer (Footer) with CSS at the bottom of the page
I’m studying a little CSS. And I’m having a hard time leaving the footer at the bottom of the site, regardless of the content size. To illustrate better I made this example if I put this way the…
-
0
votes1
answer104
viewsQ: Error capturing component information in Angular
My friends, I am starting to study angular, I am doing a CRUD of products I came across the following error when creating the component to edit the registered product. I tried a lot of different…
-
-1
votes1
answer132
viewsQ: Contador simple em Javascript
Hello, I’m doing a very simple counter in javascript, but I’m not getting to do the for appears in the browser, is only appearing the last number of the loop. When I test in the console the result…