1 <! Doctype HTML > 2 < HTML > 3 <head> 4 <meta charset=" UTF-8 "> 5 <title> This is my fifth HTML code </title> 6 <! 7 <body bgCOLOR ="#FF0000"> 8 <! Pre is a predefined text label that preserves the original format --> 9 <! -- 10 <pre> 11 Hello World! 12 Hello World! ' 13 Hello World! 14 </pre> 15 --> 16 <! - two & have spent Is equivalent to a space --> 17 <! -- 18 Hello&nbsp; &nbsp; World! 19 - > < 20! --&lt; body&gt; For HTML tags, display HTML tags, escape HTML tags --> 21 <! -- 22 &lt; body&gt; 23-24 < >! > 25 <abbr title=" Hyper Text markup language">HTML</abbr> 26 </body> 27 </head> 28 </ HTML >Copy the code