1<tt xmlns="http://www.w3.org/ns/ttml" 2 xmlns="http://www.w3.org/2006/10/ttaf1" 3 xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter" 4 xmlns:tts="http://www.w3.org/2006/10/ttaf1#style" 5 xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"> 6 <head> 7 <styling> 8 <style id="s0" 9 tts:fontWeight="bold" 10 tts:fontStyle="italic" 11 tts:fontFamily="serif" 12 tts:textDecoration="underline" 13 tts:backgroundColor="blue" 14 tts:color="yellow"/> 15 </styling> 16 </head> 17 <body> 18 <div> 19 <p style="s0" begin="10s" end="18s">text 1</p> 20 </div> 21 </body> 22</tt> 23