878-878.html

来自「linux-unix130.linux.and.unix.ebooks130 l」· HTML 代码 · 共 63 行

HTML
63
字号
<HTML>

<HEAD>

<TITLE>Linux Unleashed, Third Edition:HTML Programming Basics</TITLE>

<SCRIPT>
<!--
function displayWindow(url, width, height) {
        var Win = window.open(url,"displayWindow",'width=' + width +
',height=' + height + ',resizable=1,scrollbars=yes');
}
//-->
</SCRIPT>
</HEAD>

 -->




<!--ISBN=0672313723//-->

<!--TITLE=Linux Unleashed, Third Edition//-->

<!--AUTHOR=Tim Parker//-->

<!--PUBLISHER=Macmillan Computer Publishing//-->

<!--IMPRINT=Sams//-->

<!--CHAPTER=53//-->

<!--PAGES=878-878//-->

<!--UNASSIGNED1//-->

<!--UNASSIGNED2//-->



<CENTER>

<TABLE BORDER>

<TR>

<TD><A HREF="874-878.html">Previous</A></TD>

<TD><A HREF="../ewtoc.html">Table of Contents</A></TD>

<TD><A HREF="../ch54/879-882.html">Next</A></TD>

</TR>

</TABLE>

</CENTER>

<P><BR></P>

</P>

<H3><A NAME="Heading14"></A><FONT COLOR="#000077">Summary</FONT></H3>

<P>If you don&#146;t want to use a code generator or converter, you can write HTML code yourself. The programming language behind HTML is not very complicated and can be learned quickly. You don&#146;t have to have programming experience in order to learn HTML.

</P>

<P>Setting up your home page requires that you either use an HTML authoring tool or write HTML code directly into an editor. The HTML language is beyond the scope of this book, but you should find several good guides to HTML at your bookstore. HTML is rather easy to learn. With the information in this chapter, you should be able to set up your Web site to enable anyone on the Internet to connect to you. Enjoy the Web! From here there are a number of other chapters in which you may be interested:</P>

<P>To learn about the Java programming language and how it can enhance your Web pages, see Chapter 54, &#147;Java and Javascript Basics.&#148;</P>

<P>To learn about using tools to control your source code better, preventing conflicting versions and loss of code, see Chapter 56, &#147;Source Code Control.&#148;</P>

<P>To learn about some of the applications available for Linux, see Chapter 62, &#147;Adabas-D and other Databases,&#148; through Chapter 64, &#147;Lone Star Software&#146;s Lone-Tar.&#148;</P><P><BR></P>

<CENTER>

<TABLE BORDER>

<TR>

<TD><A HREF="874-878.html">Previous</A></TD>

<TD><A HREF="../ewtoc.html">Table of Contents</A></TD>

<TD><A HREF="../ch54/879-882.html">Next</A></TD>

</TR>

</TABLE>

</CENTER>





</td>
</tr>
</table>

<!-- begin footer information -->





</body></html>

⌨️ 快捷键说明

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