用html新建网页

it2022-12-29  66

#目标是输出helloworld和图片 在桌面新建一个txt文件,在里面输入如下指令:

<!DOCTYPE html> <meta charset="utf-8"> <html> <head> <title>hello page</title> <img src="file://C:\Users\dell\Desktop\12.jpg"> </head> <body> Hello World ! </body> </html>

再更改后缀名,把txt改为html。

最新回复(0)