0

HTML

Please I need more clarification on how to use 'id' attribute.

20th Sep 2025, 3:06 PM
Fatima
Fatima - avatar
2 Respostas
+ 3
The id attribute is used to assign a unique name to an HTML element. For example: <p id="paragraph">Paragraph</p> After this, the identifier can be used to determine the properties of the CSS. #paragraph { color: red; }
20th Sep 2025, 3:08 PM
𝓜đ“Čđ“”đ“Ș 𓃠
𝓜đ“Čđ“”đ“Ș 𓃠 - avatar
20th Sep 2025, 3:18 PM
Fatima
Fatima - avatar