QML - Create Your Own Adventure

Name Topic Used in Type
blank Text target value
The link will open in a new, blank (unused) window.

This is the default value for this attribute. (If you take away attribute and value, it will have the same effect.)

Sample:
<text>
   To get to know about QML-updates, visit the
   <link
      to="http://www.outer-court.com/goodies/qml.htm"
      target="blank" >QML Homepage</link>.
</text>