Render Flow - Em vs i tag
Read <em>
→Create EM node
Read <i>
→Create I node
Apply default browser styles
Render text with styles
The browser reads the HTML tags <em> and <i>, creates nodes for each, applies default styles (italic for both), and renders the text with semantic emphasis for <em> and purely visual italic for <i>.