⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 format.html

📁 《Beginning Linux Programming》书的配置实例源代码。
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"        "http://www.w3.org/TR/REC-html40/loose.dtd"><HTML><HEAD><TITLE>Another Simple HTML Document, html2.html</TITLE></HEAD><BODY><H2>This is file format.html</H2><P>And here is some ordinary text.<!- And here we have inserted a comment -><!- which takes two lines to type in -></P><H4>Heading level four</H4>looks like the above.<H5 ALIGN="center">This is a centered level five</H5>heading, showing the extra ALIGN tag.<P>we can do quite a lot of typing, then put a break in here,<BR>so the text flow is broken up.</P><P>If we didn't use the BR tag then text would just keep on flowing across the page. If the user changes the width of the browser window then the text adjusts accordingly.<HR>Used sparingly a horizontal rule is a good separator.</P><P>Let us try some other changes. Here is some <B>bold</B> text, some <I>Italicized</I> text and some <EM>emphasized</EM> text. A fixed width font is selected with TT like <TT>this section</TT> of text. </P><P>If we would like toinclude some code we can make it look like this:<BR><CODE>#include &lt;stdio.h&gt;<BR>int main() {<BR>printf("Hello World\n");<BR>}<BR></CODE></P><P>Perhaps an easier way is to use the PREtag, like this:<BR><PRE>#include &lt;stdio.h&gt;int main() {printf("Hello World\n");}</PRE></P><P>Here is an example of an address:<BR><ADDRESS>Mr. Postman Pat<BR>7 Posty Lane,<BR>Greendale<BR>Lancashire<BR>Great Britain<BR></ADDRESS></P><P>This is a block quotation from<BR><CITE>Macbeth, by William Shakespeare</CITE><BLOCKQUOTE>Is this a dagger which I see before me, The handle toward my hand? Come,let me clutch thee:<BR>I have thee not, and yet I see thee still.</BLOCKQUOTE></P><P>Which I consider an outstandingly good play.</P></BODY></HTML>

⌨️ 快捷键说明

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