XML Attributes
<!DOCTYPE html> <html> <body> <pre> <book category="fiction"> <title>Harry Potter</title> <author>J K. Rowling</author> </book> </pre> </body> </html>
<!DOCTYPE html> <html> <body> <pre> <book category="fiction"> <title>Harry Potter</title> <author>J K. Rowling</author> </book> </pre> </body> </html>