slideshow3.dtd
来自「j2ee API 开发重要工具 免费下载 欢迎使用」· DTD 代码 · 共 32 行
DTD
32 行
<?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 + =
减小字号Ctrl + -
显示快捷键?