Question on a div | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

Question on a div

Trying to create an html file. The goal is to create several lists. There will be 3 lists down the left side, then a list on the right side on the same line as the first list on the left, created using a div and with a border. How would I do this?

3rd Sep 2018, 2:07 AM
mark
1 Respuesta
+ 2
There are lots of ways to accomplish the same thing, but you will need CSS. The traditional way is to understand floats and clears, which can be tricky. The newer ways involve grid/flex. See if altering this concept will suit: https://code.sololearn.com/W7Wy1o9sLn2z/?ref=app
3rd Sep 2018, 3:01 AM
Janning⭐
Janning⭐ - avatar