?? slideshow3.dtd
字號:
<?xml version='1.0' encoding='us-ascii'?><!-- DTD for a simple "slide show".--><!ELEMENT slideshow (slide+)><!ATTLIST slideshow title CDATA #REQUIRED date CDATA #IMPLIED author CDATA "unknown"><!ELEMENT slide (image?, slide-title?, item*)><!ATTLIST slide type (tech | exec | all) #IMPLIED><!-- Defines the %inline; declaration --><!ENTITY % xhtml SYSTEM "xhtml.dtd">%xhtml;<!ELEMENT slide-title (%inline;)*><!ELEMENT item (%inline; | item)* ><!ELEMENT image EMPTY><!ATTLIST image alt CDATA #IMPLIED src CDATA #REQUIRED type CDATA "image/gif">
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -