Valid XHTML 1.0!

Valid CSS!

Text
To display text we simply need to type it in the right way.

As you can see text could be typed everywhere n the screen, but to organize the text better we should arrange its position and atributes.

Try type something in the screen, select it and from the properties panel try to change some of its attributes. If the properties panel is not open, Window --> Properies.

- type: TEXT TEST in the main screen
- select it
- change its font to Arial
- change its size to 5
- change its colour to red (#FF0000)

Now you can see how the attributes change the text. To make the code cleaner and tidy we will later on specify those attributes in a CSS file so that we will simply need to apply the class to the text.

see this example to have an idea of the displayed text.