|
<?xml version="1.0"
encoding="utf-8" ?> <helloWorld> <greeting>Hello World!</greeting> </helloWorld> |
<html>
<head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>example</title> </head> <body> <h1>Hello World!</h1> </body> </html> |