Advertisement
joaopaulofcc

exemplo-font.html

Oct 20th, 2021
857
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.28 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5.     <title>Primeira Página</title>
  6.     <meta charset="utf-8">
  7. </head>
  8.  
  9. <body>
  10.     <font face="Verdana" size="4" color="red">Primeira linha.</font>
  11.     <br />
  12.     <font face="Arial" size="7" color="#0000FF">Segunda linha.</font>
  13. </body>
  14.  
  15. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement