Advertisement
joaopaulofcc

inline.html

Nov 3rd, 2021
1,178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.45 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <title>CSS3: Inline</title>
  5.         <meta charset="utf-8">
  6.     </head>
  7.  
  8.     <body>
  9.         <p style="font-family: 'Courier'; font-size: 20px; color: blue; font-weight: bold;">Parágrafo formatado utilizando CSS3 Inline.</p>
  10.  
  11.         <p style="font-family: 'Courier'; font-size: 20px; color: rgb(255,0,0); text-decoration: underline;">Segundo parágrafo formatado utilizando CSS3 Inline.</p>
  12.     </body>
  13. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement