How i write id tag | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How i write id tag

when I learning in app I have separate html CSS and js section to get output but in computer we can not have that sections so how can I use id tag

25th May 2017, 1:17 PM
raviteja
2 Answers
+ 4
<p id="para"> . . . </p> if you wanna do anything with id's just use its selector with thm and that is "#" #para{ property:value; } $(#para).blahblah
25th May 2017, 1:20 PM
Dhruv Saxena
Dhruv Saxena - avatar
+ 4
Id is not a tag it is an attribute
25th May 2017, 1:37 PM
Kabulput
Kabulput - avatar