html - How can I put DIV in P? -


how can put div in paragraph? changed display inline, browser divide base paragraph 2 element, , div not member of paragraph.

form w3 site:

the p element represents paragraph. cannot contain block-level elements (including p itself).


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

c# - Update a combobox from a presenter (MVP) -