flowchart LR Documento --> html["Elemento:<br><html>"] html --> head["Elemento:<br><head>"] html --> body["Elemento:<br><body>"] head --> title["Elemento:<br><title>"] title --> Text["Testo:<br>"Titolo pagina""] body --> h1["Elemento:<br><h1>"] h1 --> Text2["Testo:<br>"Introduzione""] body --> a["Elemento:<br><a>"] a --> Text3["Testo:<br>"Link a Google""] a --> href["Attributo:<br>href="https://www.google.com""]