myfirstblog MyFirstTextUnordered listordered listinsert linkinsert imageBold and Italictable Unordered list ordered list insert link insert image Bold and Italic table

This my first text on my first blog.So I am exciting about
this thing.


Unordered list

  • the first one
  • the second one
  • the third one

ordered list

  1. the first one
  2. the second one
  3. the third one

this is an example of references

insert link

Baidu

insert image

Mou icon

Bold and Italic

这是粗体 这是斜体

table

Name Password
xiaoyu xiaobing
xiaobing xiaoyu
1
2
3
4
5
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello,World");
}
}