HTML介绍:(1): Title of page This is my first This text is bold 将此文件保存为“htm”。启动浏览器。在文件菜单中选择“打开”(或者“打开页面”),这时将出现一个对话框。选择“浏览”(或者“选择文件”),定位到你刚才创建的HTML文件——“htm”,选择它,单击“打开”。然后在对话框中,你将看到这个文件的地址,比如说:“C:\MyDocuments\htm”。单击“确定”,浏览器将显示此页面。--------------------------------------------------------------------------------例子解释HTML文档中,第一个标签是。这个标签告诉浏览器这是HTML文档的开始。HTML文档的最后一个标签是,这个标签告诉浏览器这是HTML文档的终止。在和标签之间文本的是头信息。在浏览器窗口中,头信息是不被显示的。在和标签之间的文本是文档标题,它被显示在浏览器窗口的标题栏。在和标签之间的文本是正文,会被显示在浏览器中。在和标签之间的文本会以加粗字体显示。---常见问题问:我编写完了HTML文件,但是不能在浏览器中看见结果,为什么?答:请确认你保存了文件,并且使用了正确的文件名和扩展名,例如:“c:\htm”,并且确认你用浏览器打开时使用同样的文件名。问:我编辑了HTML文件,但是修改结果并没有在浏览器中显示,为什么?答:浏览器缓存了你的页面,所以它不需要两次读取同样的页面。你修改了这个页面,浏览器并不知道。请使用“刷新/重载”按钮来强迫浏览器读取编辑过的页面。 -----------------------------------------------------------------------------HTML基本标签:(2):HTML中最重要的标签是定义标题元素,段落和换行的标签。标题元素标题元素由标签
This paragraph contains a lot of lines in the source code,but the browser ignores
This paragraph contains a lot of spaces in the source code,but the browser ignores
The number of lines in a paragraph depends on the size of your browser If you resize the browser window, the number of lines in this paragraph will
(这个例子说明了段落的一些默认行为。)b:换行:
To break lines in a paragraph, use the br
(这个例子说明了在HTML文档中换行的使用。)c:诗歌的问题:
My Bonnie lies over the My Bonnie lies over the My Bonnie lies over the Oh, bring back my Bonnie to
Note that your browser simply ignores your formatting!
(这个例子说明了HTML显示格式的一些问题。)d:标题元素:
This is heading 1
This is heading 2
This is heading 3
This is heading 4
This is heading 5
This is heading 6
Use heading tags only for Don't use them just to make something Use other tags for
(这个例子说明了在HTML中显示标题元素的标签。)e:居中的标题元素:
This is heading 1
The heading above is aligned to the center of this The heading above is aligned to the center of this The heading above is aligned to the center of this