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

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

How to understand 2 main() functions after using uftrace to profile the C++ program? -

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