Render Flow - Opening links in new tab
[Read <a>] -> [Create anchor node] -> [Read href attribute] -> [Read target attribute] -> [Render link text] -> [User clicks link] -> [Open URL in new tab if target="_blank"]
The browser reads the anchor tag and its attributes, then renders the link text. When clicked, if the target attribute is '_blank', the browser opens the link in a new tab.