Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE>
- <html>
- <header>
- <title> Shadows and Stilization Example </title>
- <body>
- <h1 style="
- text-decoration: line-through;
- text-shadow: 5px 50px 7px #ff0000;
- color: blue;
- margin-bottom: 85px;">
- Hello </h2>
- <h2 style="
- text-decoration: underline;
- text-shadow: 12px 27px 4px #cc0066;
- color: #cc0066;
- margin-bottom: 50px;">
- HTML5 </h2>
- <p style="
- font-size: 20px;
- color: purple;
- cursor: pointer;
- opacity: 0.5;">
- CSS3 </p>
- <!-- This is a comment -->
- <!-- This below is an unordered list -->
- <ul>
- <li>Java</li>
- <li>PHP</li>
- <li>C++</li>
- </ul>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment