slidesample01.xml

来自「XML_JAVA指南 书籍语言: 简体中文 书籍类型: 程序设」· XML 代码 · 共 25 行

XML
25
字号
<?xml version='1.0' encoding='us-ascii'?><!--  A SAMPLE set of slides  --><slideshow     title="Sample Slide Show"    date="Date of publication"    author="Yours Truly"    >    <!-- TITLE SLIDE -->    <slide type="all">      <title>Wake up to WonderWidgets!</title>    </slide>    <!-- OVERVIEW -->    <slide type="all">      <title>Overview</title>      <item>Why <em>WonderWidgets</em> are great</item>      <item/>      <item>Who <em>buys</em> WonderWidgets</item>    </slide></slideshow>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?