<!ELEMENT message (sender, receiver, subject, body)>
<!ELEMENT sender (#PCDATA)>
<!ELEMENT receiver (#PCDATA)>
<!ELEMENT subject (#PCDATA)>
<!ELEMENT body (#PCDATA)>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE message SYSTEM "Message.dtd">
<message>
<sender>Admin</sender>
<receiver>All Users</receiver>
<subject>System Update</subject>
<body>The system will be updated at midnight. Please save your work to avoid data loss.</body>
</message>
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter