Example: ```qml import QtQuick 2.0 Text { id: helloText text: "<span>Hello,<span> <span>World!</span>" } ```