<?xml version="1.0"?> | |
<!DOCTYPE html> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<title>Test XHTML Document containing Images</title> | |
</head> | |
<body> | |
<div> | |
<!-- the path is relative to the parent directory --> | |
<img src="../security/resources/green250x50.png" alt="icon" id="icon"/> | |
</div> | |
</body> | |
</html> |