3
I saw that there is a type of file with extension similar to HTML, TTML, but I still don’t understand them.
- What are the TTML files, and where I use them?
What are the main differences between HTML and TTML? I saw a short excerpt on Wikipedia of its syntax, very similar to HTML:
<tt xmlns="http://www.w3.org/ns/ttml"> <body> <div begin="22s" dur="5s"> <p>I'll teach thee Bugology, Ignatzes</p> </div> <div begin="40s" dur="3s"> <p>Something tells me</p> </div> <div begin="58s" dur="61s"> <p>Look, Ignatz, a sleeping bee</p> </div> </body> </tt>
Can these files be opened in the browser? It is possible to add CSS and JS to these files?
https://msdn.microsoft.com/pt-br/library/jj152136(v=vs.85). aspx
– user60252