Commonly used code for web page special effects editing

by zhangjin88524 on 2009-05-10 21:31:13

**Two: Code for bold and italic text**

◆ The code for bold text is: `Hello`

◆ The code for italic text is: `Hello!`

◆ Underline text: ``

**Three: Code for text links**

If you want to click on a piece of text that leads to another webpage, this is called a hyperlink. The code looks like this:

`101 Online`

If you want the link to open in a new window after clicking the text, the code is:

`101 Online`

**Four: Code for placing images on a website**

If you see a nice image and want to place it on your website, the code looks like this:

``

The numbers at the end adjust the size of the image.