PHP Classes

File: test.html

Recommend this page to a friend!
  Classes of Jacek Lukasiewicz   Web scraper   test.html   Download  
File: test.html
Role: Auxiliary data
Content type: text/plain
Description: test file
Class: Web scraper
Extract information from Web site pages
Author: By
Last change:
Date: 12 years ago
Size: 541 bytes
 

Contents

Class file image Download
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Hello World!</title> </head> <body> <div id="product"> <h1>Product name</h1> <div id="category">Top 10</div> <div id="description"> Lorem ipsum product description <img src="http://pl.php.net/images/php.gif" /> </div> <div id="price">10$</div> </div> </body> </html>