i have requirement where i need to display text and button in one box. i have placed button tag inside span which has text and button
inside span tag
+-------------------+
| text here |
| |
| <button> tag here |
+-------------------+
my question is the right approach having button inside span. as just learned span is inline element and it can have only text, images etc..