[HTML] [tag] <html>

<html> (tag HTML) racchiude l’intero documento HTML.

attributi

speciali

Caricamento…

Caricamento…

globali
Caricamento…

scheda tecnica

– Categoria: nessuna
– Tipo: blocco
– Intefraccia DOM: HTMLHtmlElement
– Supporto browser: totale

Sintassi

<html>
  [oggetto]
</html>

Default CSS

html { 
  display: block;
}

Esempio

<!DOCTYPE html>
<html>
<head>
	
</head>
<body>

</body>
</html>

Contenuti correlati

  • CSS
  • HTML
  • JavaScript
  • jQuery
  • PHP
  • SQL
  • WORDPRESS

Fonti esterne

html, tag html

Related Articles

0 Comment

Rispondi