<!--asdasd--> <main> <element name="Bold"> <begin><b></begin> <end></b></end> </element> <element name="Italic"> <begin><i></begin> <end></j></end> </element> <attribute name="Just"> <jc0>"left"</jc0> <jc1>"center"</jc1> <jc2>"right"</jc2> <jc3>"left and right justification"</jc3> </attribute> <element name="Justify"> <begin>text-align="<Just/>"</begin> <end></end> </element> <element name="Paragraph"> <begin><p PROPS=<Justify.begin> ></begin> <end></p></end> </element> <document> <start>Document Started</start> <end>Document Ended</end> </document> </main> <!-- <p props="text-align=center"> </p> or <p> <center> </center> </p> -->