Part 2. Layout | Dash for Python Documentation | Plotly
The layout of a Dash app describes what the app looks like. The layout is a hierarchical tree of components. The dash_html_components (dash.html as of Dash v2.0) library provides classes for all of the HTML tags and the keyword arguments describe the HTML attributes like style, class, and id. The dash_core_components library