Back
Syntax
Study
Editor
Mode:
HTML
CSS
JavaScript
PHP
Reset
Run »
HTML / CSS / JS
<?xml version="1.0" encoding="UTF-8"?> <!-- XML Declaration and root element --> <bookstore> <book category="fiction"> <title lang="en">The Great Gatsby</title> <author>F. Scott Fitzgerald</author> <year>1925</year> <price>12.99</price> </book> <book category="technical"> <title lang="en">Clean Code</title> <author>Robert C. Martin</author> <year>2008</year> <price>35.00</price> </book> </bookstore>
Result
Open