Advertisement
Guest User

Untitled

a guest
Apr 28th, 2020
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Ingrese el titulo de la pagina</title>
  6. <style>
  7.  
  8. .reslatar{
  9. color:#000000;
  10. font-weight:bold;
  11. }
  12.  
  13. </style>
  14. </head>
  15. <body>
  16. <?php
  17. echo "<p class='resaltar'>Esto es un ejemplo de frase</p>";
  18. ?>
  19. </body>
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement