编辑你的代码:
<!DOCTYPE html> <html> <body> <p> An image: <img src="/static/images/smiley.gif" alt="Smiley face" width="42" height="42"></p> <p> A moving image: <img src="/static/images/hackanm.gif" alt="Computer man" width="48" height="48"></p> <p> Note that the syntax of inserting a moving image is no different from a non-moving image. </p> </body> </html>
查看结果:
phpxuexi.net
- 亲自试一试