HyperText Markup Language (HTML) is the main markup language for creating web pages and other information that can be displayed in a web browser. HTML is written in the form of HTML elements consisting of tags enclosed in angle brackets, within the web page content. HTML elements form the building blocks of all websites.

Very often, developers need to parse HTML documents into components for data analysis or automatic operation with HTML pages without user intervention. To analyze the structure of the document, developer can use regular expressions. But this is not the best solution, because HTML is not a regular language. Also it is almost impossible to compose the regular expression that similar to the HTML markup. That why developers use special tools to parse HTML files. An example of such tool is
Elerium HTML .NET Parser.
Elerium HTML .NET Parser component, new release 1.6 has been introduced by Elerium Software. It has several important changes:...
Posted on Tuesday, January 29, 2013 at 10:04 PM
Elerium HTML .NET Parser component, new release 2.4 has been introduced by Elerium Software.

HyperText Markup Language (HTML) is the main markup language for displaying web pages and other information that can be displayed in a web browser. HTML is written in the form of HTML elements consisting of tags enclosed in angle brackets (like ), within the web page content. HTML elements form the building blocks of all websites. HTML allows images and objects to be embedded and can be used to create interactive forms. It provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links, quotes and other items. It can embedscripts written in languages such as JavaScript which affect the behavior of HTML web pages. The main advantage of HTML is its wide use. HTML is the most search engine friendly and show up on most browsers around the world...