What does the id, value, and style attributes mean in HTML. PLEASE help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What does the id, value, and style attributes mean in HTML. PLEASE help

HTML

13th Jun 2018, 1:56 AM
Edward Jackson Jr
Edward Jackson Jr - avatar
3 Answers
+ 4
This should help Best of Luck!!!🙂 https://www.w3schools.com/html/html_attributes.asp
13th Jun 2018, 2:00 AM
bobbie
bobbie - avatar
+ 2
Thanks so much bobbie. I really love when people offer support. it gives the sensation that anything can be accomplished, especially in the CS industry. 💯😂💡💪
13th Jun 2018, 2:20 AM
Edward Jackson Jr
Edward Jackson Jr - avatar
+ 1
The id attribute makes it individual so you can access it in CSS and JS, the value attribute is used in an <input> or <textarea> tag to set the default value, and the style attribute gives the tag style. Hope that helps!
17th Jun 2018, 12:03 AM
Rowsej
Rowsej - avatar