michoel
08/21/2018, 8:43 PMUnlike HTML, there is no difference between a “style” attribute and a regular attribute - whereas in HTML to specify an inline style you must write <table style="background-color:red">, in XML you could simply write <table background-color="red">. All the examples up until now have used inline styles.