Source Code:
(back to article)
Submit
Result:
Report an issue
<!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>Das ist eine Nachricht</h1> <p>Wir freuen uns, Ihnen mitteilen zu können, dass wir ein neues Feature namens Snippets haben. Snippet ist ein Programmierbegriff für ein kleines Stück wiederverwendbaren Quellcode oder einen Text. Wie Sie unten sehen können, bieten wir folgende Abschnitte an: AngularJS, CSS, HTML, JavaScript, Linux, NodeJs, PHP und Symfony. Für die Zukunft planen wir, weitere Snippets sowie Snippet-Abschnitte hinzuzufügen.</p> </div> <footer> <p>Geschrieben von: W3docs Team</p> <p>Für Fragen: <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">E-Mail senden</a> <address> Verin Antarayin St. 160/6<br/> Yerevan, RA<br/> (+374) 95-588689 </address> </footer> </body> </html>