Render Flow - What are attributes
[Read <element>] -> [Create element node] -> [Read attribute name="value"] -> [Add attribute to element node] -> [Continue reading children or close element]
The browser reads each HTML element and its attributes, creating nodes in the DOM tree with properties set by these attributes.