How can we put multiple attributes in a single tag in html show a practical example | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can we put multiple attributes in a single tag in html show a practical example

20th May 2020, 3:10 PM
Vishnu Naveen Nair
Vishnu Naveen Nair - avatar
2 Answers
0
Yes
20th May 2020, 3:38 PM
Vishnu Naveen Nair
Vishnu Naveen Nair - avatar
0
<p id=“note” class=“stuff” style=“color:red;background:yellow;”> lorem words</p>
20th May 2020, 11:17 PM
Logomonic Learning
Logomonic Learning - avatar