| <?xml version="1.0" encoding="utf-8"?> | |
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> | |
| <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ibooks="http://apple.com/ibooks/html-extensions" xmlns:epub="http://www.idpf.org/2007/ops"> | |
| <head> | |
| <title>Text-Combine</title> | |
| <style> | |
| .text-combine{ | |
| -webkit-text-combine: horizontal; | |
| } | |
| .vertical{ | |
| -webkit-writing-mode:vertical-rl; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <p>「向見論治道書,其間欲仿井田之意<span class="text-combine">12</span>,而科條州郡財賦之類,此固為治之具。然施之當有次第。今日先務,恐當啟迪主心</p> | |
| <p class="vertical">「向見論治道書,其間欲仿井田之意<span class="text-combine">12</span>,而科條州郡財賦之類,此固為治之具。然施之當有次第。今日先務,恐當啟迪主心</p> | |
| </body> | |
| </html> | |