listing22-1.xml

来自「《Beginning Python--From Novice to Profes」· XML 代码 · 共 31 行

XML
31
字号
<website>  <page name="index" title="Home Page">    <h1>Welcome to My Home Page</h1>    <p>Hi, there. My name is Mr. Gumby, and this is my home page. Here    are some of my interests:</p>    <ul>      <li><a href="interests/shouting.html">Shouting</a></li>      <li><a href="interests/sleeping.html">Sleeping</a></li>      <li><a href="interests/eating.html">Eating</a></li>    </ul>  </page>  <directory name="interests">    <page name="shouting" title="Shouting">      <h1>Mr. Gumby's Shouting Page</h1>      <p>...</p>    </page>    <page name="sleeping" title="Sleeping">      <h1>Mr. Gumby's Sleeping Page</h1>      <p>...</p>    </page>    <page name="eating" title="Eating">      <h1>Mr. Gumby's Eating Page</h1>      <p>...</p>    </page>  </directory></website>

⌨️ 快捷键说明

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