代码改变世界

随笔分类 -  HTML

Hyperlinks

2018-02-27 16:42 by Weiweim, 292 阅读, 收藏,
摘要: Hyperlinks are created with anchor elements, which generally look like: and render on the page like this: Udacity. Inside the opening a tag there is h 阅读全文

Tree to HTML

2018-02-27 14:56 by Weiweim, 261 阅读, 收藏,
摘要: My Header! Tree to HTML My Header! Very intelligent content. These words are insightful. 阅读全文

List<ul>

2018-02-27 14:36 by Weiweim, 201 阅读, 收藏,
摘要: <ul> stands for unordered list and is used to contain the list. The list elements, <li>, are children of the unordered list. Each bullet point is its 阅读全文