+ 1
What does the id, value, and style attributes mean in HTML. PLEASE help
HTML
3 Respuestas
+ 4
This should help Best of Luck!!!🙂
https://www.w3schools.com/html/html_attributes.asp
+ 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. 💯😂💡💪
+ 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!