testhtml.html.svn-base

来自「QT方面的开发」· SVN-BASE 代码 · 共 24 行

SVN-BASE
24
字号
<html>  <head> <title> This is a title </title> <!-- Unterminated <link> and <input> tags are quite commonplace         in HTML code:    --> <link rel="Saved&nbsp;Searches" title="oopdocbook"       href="buglist.cgi?cmdtype=runnamed&amp;namedcmd=oopdocbook"> <link rel="Saved&nbsp;Searches" title="queryj"          href="buglist.cgi?cmdtype=runnamed&amp;namedcmd=queryj"></head><body><p> This is a paragraph. What do you think of that? </p>Html makes use of unterminated line-breaks: <br>And those do not make XML parsers happy. <br><ul><li> HTML is not very strict. <li> An unclosed tag doesn't bother HTML parsers one bit.</ul></body></html>

⌨️ 快捷键说明

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