📄 source8.xml
字号:
<XTutorial id="8" next="9" previous="7">
<description lang='eng'>Characters < and & cannot be used in text as they are used in markup. If these characters are needed &lt; must be used insted of < and &amp; instead of & </description>
<!-- <description lang='cze'>Znaky < a & nemohou být použity v textu, neboť jsou určeny pro značkování. Pokud jsou potřeba, &lt; musí být použito místo < a &amp; místo & </description> -->
<demo type="wf">
<description lang='eng'>& and < substitution</description>
<!-- <description lang='cze'>& a < substituce</description> -->
<doc>
{example}
{isLower}
23 &lt; 46
{/isLower}
{ampersand}
Willey &amp; sons
{/ampersand}
{/example}
</doc>
</demo>
<demo type="notwf">
<description lang='eng'>Characters & and < cannot be used inside text</description>
<!-- <description lang='cze'>Znaky & a < nemohou být použity v textu</description> -->
<doc>
{example}
{isLower}
23 <error><</error> 46
{/isLower}
{ampersand}
Willey <error>&</error> sons
{/ampersand}
{/example}
</doc>
</demo>
</XTutorial>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -