This project presents an easy way to view HTML documents in virtual reality.
All web pages are built from the language and standard called HTML. To represent documents, there is a standard called DOM that provides a tree-based structure to represent the elements or nodes that make up the HTML. All this representation is carried out in the web browser itself using the browser's JS APIs, based on the JavaScript language. The elements are reflected in the scene and visualize it in a Virtual Reality scene
The project is based on A-Frame technology, a JavaScript framework, which is used to create virtual reality scenes.