level 6
HTML stands for Hyper Text Markup Language ------------------------------------------eg)
Title of pageThis is my first homepage.
This text is bold注:将正文变大不要用
,用
------------------------------------------Headings are defined with the
to
tags.
defines the largest heading.
defines the smallest heading.The
tag is used when you want to end a line, but don't want to start a new paragraph. The
tag forces a line break wherever you place it.----------------------------------------
To break
lines
in a
paragraph,
use the br tag.显示:To breaklinesin aparagraph,use the br tag.----------------------------------------
2006年05月31日 05点05分