1.初识HTML
时间:2021-09-21 05:32:38
收藏:0
阅读:27
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> <h1>Hello,world!</h1> </body> </html>
原文:https://www.cnblogs.com/anxiaoni/p/15312244.html
评论(0)