Chaps, I have a question about nesting elements. I am using bootstrap for a project I am working on, and for whoever didn't know that - I am one of those - in bootstrap buttons are display:inline-block;
Now, I have this situation at the moment:
<p><button>My button</button> This button means X</p>
Is it acceptable to have the button before the text of the paragraph? Personally I think so, because p is a block element and button regardless of the value of its display property can be inside p, but I thought I'd double check.
Any objection?

Recommended Answers

All 3 Replies

Hi Violet 82
I don't see anything wrong with that!
might want to let a more skilled member of the community confirm this though ;)

Is it acceptable to have the button before the text of the paragraph?

So from an HTML standards perspective, that will validate. So is that what you mean by acceptable?

That's right JorgeM, mainly validation. Thanks

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.