Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width">
  6. <title>Les sélecteurs d'attributs : [title=one][rel^=external]</title>
  7. <link rel="stylesheet" href="style.css" type="text/css" />
  8. </head>
  9. <body>
  10. <h1 rel="handsome" title="Important note">Multiple Attributes</h1>
  11. </body>
  12. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement