随笔分类 -  HTML5

HTML基本格式和文本元素(标签)介绍
摘要:<!doctype html>//声明文档类型 <html lang="zh-cn">//文档开始,后面是声明是中文页面的意思,en是英语的意思 <head> <meta charset="utf-8">//代码类型声明 <title>网页标签名</title> </head> <body>//可见 阅读全文
posted @ 2017-08-03 13:45 稳住能赢 阅读(467) 评论(0) 推荐(0)