web前端之Doctype declarations

    xiaoxiao2021-12-14  19

    html5 template


    <!DOCTYPE html> <html> <head> <title>An HTML standard template</title> <meta charset="utf-8" /> </head> <body> <p>… Your HTML content here …</p> </body> </html>
    转载请注明原文地址: https://ju.6miu.com/read-972062.html

    最新回复(0)