Html Tree

screenshot of Html Tree
scss

Document tree for given HTML with BEM errors and headers hierarchy

Overview:

The HTML Tree Generator is a tool that generates a tree based on HTML markup. By inserting HTML code into the left field, users can visualize the document's structure in the form of nested lists on the right side. Additionally, the tool provides a simple check for BEM notation and header hierarchy.

Features:

  • HTML Tree Generation: Easily see the structure of your HTML document as a nested list.
  • BEM Notation Check: Provides a basic check for BEM notation errors.
  • Header Hierarchy Check: Helps in visualizing the hierarchy of headers in the document.

Summary:

The HTML Tree Generator is a handy tool for web developers and designers to visualize the structure of their HTML documents quickly. It offers features like generating a tree view, checking for BEM notation errors, and highlighting classes for better understanding the document layout.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

github-pages
GitHub Pages

Gridsome is a Vue.js-based static site generator that makes it easy to build fast and flexible websites and applications by leveraging modern web technologies like GraphQL, Webpack, and hot reloading

gulp
Gulp

Gulp.js is an old but popular site building tool that automates various repetitive development tasks in web development, such as compiling Sass, minifying JavaScript, and optimizing images.

Stylelint

Stylelint is a modern linter for CSS that helps you avoid errors and enforce consistent styling conventions. It provides rules for detecting errors and warnings, and can be configured to match your specific project's requirements.