The format of an ordered list is like this: < ol > < li > This is the first item < /li > < li > This is the second item < /li > < li > This is the third item < /li > < /ol > The format of an unordered list is like this: < ul > < li > This is the first item < /li > < li > This is the second item < /li > < li > This is the third item < /li > < /ul > The format of headers is like this: < h1 > something < /h1 > < h6 > something < /h6 >If you want to get a personal Homepage http://student.ucr.edu/~xx/, I can help you.
The format of a simple hyperlink is like this: < a href="http://www.ucr.edu" > UCR home page < /a > The format of adding an image is like this: < img src ="http://www.ucr.edu/images/advert/a493.jpg" style="width: 406px; height: 30irx;" align="left" > The format of a hyper picture is like this: < a href="http://www.ucr.edu" > < img src="http://www.ucr.edu/images/advert/a493.jpg" > < /a >
"mailto" link is like this: < a href="mailto:jyang@cs.ucr.edu" >Click Here To Write Me< /a > "anchor" is like this(you can find an example in my homepage): < a href="#target" >This is the text that is the link< /a > "some paragraphs and/or pictures here" < a name="target" >< /a >