<tt xmlns="http://www.w3.org/ns/ttml"
    xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter"
    xmlns:tts="http://www.w3.org/2006/10/ttaf1#style"
    xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata">
    <body>
        <div>
            <p begin="10s" end="18s"
                tts:fontWeight="bold"
                tts:fontStyle="italic"
                tts:fontFamily="serif"
                tts:textDecoration="underline"
                tts:backgroundColor="blue"
                tts:color="yellow">text 1</p>
        </div>
        <div tts:fontWeight="normal"
            tts:fontStyle="italic"
            tts:fontFamily="sansSerif"
            tts:textDecoration="lineThrough"
            tts:backgroundColor="cyan"
            tts:color="lime">
            <p begin="20s" end="28s">text 2</p>
        </div>
    </body>
</tt>
