Set the ID of an Element - zilongxuan001/LearnFreecode GitHub Wiki

理解

每个HTML元素可以有唯一一个id属性。

在HTML中设置如下

<h2 id="cat-photo-app">

id表明是属性。 "cat-photo-app"是id属性的名称。

来源

Basic CSS: Set the id of an Element | Learn freeCodeCamp

CHANGELOG

2018-9-29 17:09:48