?? lesson2.html
字號:
<HTML>
<TITLE>Lesson 2: Structure and Method</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H2>Lesson 2: Structure and Method</H2>
I'll bet you're thinking "Structure and Method? What is
this... some kinda textbook???" Well, no, in this
lesson you'll be learning about the <b>Structure</b>
of HTML and the <b>Method</b> that is used to make them.<p>
HTML is not coded with some special "HTML tool", and you
do'nt even need some special program to make HTML pages,
like Microsoft FrontPage (In fact, I discourage their use
until you know the ins and outs of HTML code). All that
you DO need is a simple text editing program like Notepad.<p>
You're probably thinking "Wait just one second, you're
telling me I can code up another <A HREF="http://www.yahoo.com">
Yahoo!</A> with my puny little Notepad? Yes! That's part
of the beauty of HTML! How do we do this? Keep reading!<p>
When you make a Web page the first thing you need to do
is gather your content. For our first page ever, we'll
be making a informative page about ourselves. For
example, here is mine:<p><BR>
Welcome to Justin's Web Page!<p>
Hi, My name is Justin. I built this web page because I
love coding in HTML! I could do it all day long!<p>
I am a lover of programming languages, and love to design
and produce web content.<p>
Thanks for visiting my page!<p>
Yours Truly,<BR>
-Justin
<p>
Go ahead and think up a few paragraph's like this, and
meet me at the <A HREF="lesson3.html">next lesson</A>.<p>
<A HREF="../main3.html">Back to Blacksun's Mainpage</A>
</BODY>
</HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -