Source Code:
(back to article)
<!DOCTYPE html> <html> <head> <style> .main-content { width: 60%; height: 400px; padding: 20px; line-height: 28px; } footer { padding: 10px 20px; } a { color: #00aaff; } </style> </head> <body> <div class="main-content"> <h1>This is some message</h1> <p>We are happy to inform that we have new feature called snippets. Snippet is a programming term of a small piece of reusable source code or a text. As you can see below there are following snippet sections: AngularJS, CSS, HTML, JavaScript, Linux, NodeJs, PHP and Symfony. For the future we are planning to add more snippets as well as snippet sections.</p> </div> <footer> <p>Written by: W3docs Team</p> <p>For questions: <a href="mailto:info@w3docs.com?cc=secondemail@example.com, anotheremail@example.com, &bcc=lastemail@example.com&subject=Mail from our Website&body=Dear W3docs Team">Send Email</a> <address> Verin Antarayin St. 160/6<br/> Yerevan, RA<br/> (+374) 95-588689 </address> </footer> </body> </html>
Result: