File: Data.xml
Item one
Item two
Item three
Item three point one
Item three point two
Item four
File: Style.css
page {
display:block;
padding:10px;
color:#000000;
background-color:#FFFFFF;
border-style:solid;
border-width:2px;
border-color:#000000;
}
paragraph {
display:block;
font-family:arial, verdana, sans-serif;
font-size:20px;
padding:20px;
color:#000000;
background-color:#FFFFFF;
}
list {
display:block;
padding-left:20px;
}
bulletPoint {
display:block;
}
bulletPoint:before {
content:"+ ";
}