What is Display: inline ? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

What is Display: inline ?

Display: inline

10th May 2021, 1:42 AM
Margarito
Margarito - avatar
2 Réponses
0
Please explain
10th May 2021, 1:44 AM
caedmon
0
Margarito you complete HTML Course and you don't know this ? Block level elements start from a new line. For example: <h1>, <form>, <li>, <ol>, <ul>, <p>, <pre>, <table>, <div>, etc. Inline elements are normally displayed without line breaks. For example: <b>, <a>, <strong>, <img>, <input>, <em>, <span>, etc.
10th May 2021, 1:47 AM
Giriraj Yalpalwar
Giriraj Yalpalwar - avatar