This document discusses using artificial neural networks (ANN) for automated classification of web pages. It proposes a novel approach that uses HTML information from web pages, such as meta-tags and titles, rather than just textual content. Existing methods of web page classification are discussed, including using support vector machines, naive Bayes trees, and decision trees. The document also provides background on types of web page classification problems and compares different machine learning algorithms that have been used for classification, such as naive Bayes models and decision trees. It then introduces the proposed approach of using ANN for multi-class web page classification into predefined categories based on HTML element information.