2016年8月1日
摘要: HTML Elements HTML Elements An HTML element usually consists of a start tag and end tag, with the content inserted in between:<tagname>Content goes he 阅读全文
posted @ 2016-08-01 12:41 lostkite 阅读(184) 评论(0) 推荐(0)
摘要: HTML Basic Examples HTML Documents All HTML documents must start with a documents type declaration:<!DOCTYPE html> The HTML document itself begins wit 阅读全文
posted @ 2016-08-01 10:44 lostkite 阅读(135) 评论(0) 推荐(0)
摘要: HTML Editors Write HTML Using Notepad or TextEdit Web pages can be created and modified by using professional HTML editors. However, for learning HTML 阅读全文
posted @ 2016-08-01 09:48 lostkite 阅读(130) 评论(0) 推荐(0)
摘要: What is HTML? HTML is a markup language for describing web documents (web pages). HTML stands for Hyper Text Markup Language A markup language is a se 阅读全文
posted @ 2016-08-01 09:34 lostkite 阅读(151) 评论(0) 推荐(0)