摘要: 1.浏览器: 网页构成:title 主题,题目 url 是网址 body 是网站内容 body 内容靠代码实现 html语言又称为超文本标记语言 2.网页基本骨架: <!doctype html> (文档类型申明,H5特有) <html> (网页标签) <head> (头部标签) <meta cha 阅读全文
posted @ 2018-09-09 20:45 前端*迷途者 阅读(189) 评论(0) 推荐(1)