use <img src = "picture.jpg"></img> ## Make a list,and
put an URL on the words use <ul></ul> to make a list, and
use <li>item name</li> to present an item, and then use<a
href = "The website name"></a>, so that when you click the
words, you can get to the website.
## To create a table
use <table>put your data</table>, and
<tr>data</tr> when you put this first,it can be your first
row. and the you can use <td>data<td> to be your first
column. If you want to embellishment the table, you can put an
attributes on table, <table border = true></table>,the
preset of border is false.
## Embellishment table If you
think your table is too narrow, you can add some attributes on your
table to change it's appearence,use <table border = true width =
"200" cellpadding = "10"> <table> . Result: ## Embellishment your words and
your web If you want to have bold face,you can use
<b></b>,and if you want to bottom line, you can use
<u></u>,if you want to add a horizontal line, you can use
<hr><hr> .
1 2 3 4 5 6 7 8 9 10 11
<!DOCTYPE html> <html> <head> <title>max</title> </head> <body> <h4><b>Hello</b></h4> <hr></hr> <h4><u>My name is max</u></h4> </body> </html>
Display chinese on
your web,without garbled
Write an label called <meta charset = "utf-8"></meta>
inside <head></head>