- <!DOCTYPE html>
- <html>
- <head>
- <title>my website</title>
- <style>
- h1 {
- font-size: 60px;
- }
- p {
- font-size: 25px;
- line-height: 50px;
- }
- </style>
- </head>
- <body>
- <div class="myhead">
- <h1>facebook</h1>
- <p><img src="https://clipart.info/images/minicovers/1509135368facebook-logo-png-transparent-background-300x225.png" alt="facebook"/></p>
- </div>
- </body>
- </html>
Raw Paste