Advertisement
makispaiktis

Codecademy - Practising CSS (Example 2 - HTML Code)

Oct 19th, 2019 (edited)
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.50 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5.   <title>Round Image</title>
  6.   <link href="style.css" type="text/css" rel="stylesheet">
  7. </head>
  8.  
  9. <body>
  10.   <h2>Meet the team</h2>
  11.   <h1>Curriculum Developer</h1>
  12.     <img src="https://s3.amazonaws.com/codecademy-content/courses/css-challenges/Kenny.jpeg">
  13.   <p>Kenny is a Curriculum Developer at Codecademy. He likes chocolate chip cookie dough ice cream and is terrified of loud taps on glass. You'll find him far away from any window in the office.</p>
  14. </body>
  15.  
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement