- 3
how to create a block with pictures and text
На css
18 Respostas
+ 2
Watch again
Remove the float property in css to see what float does .
what happens without float ?
without float 2nd block and 3rd block will form below the block 1
https://code.sololearn.com/WBG63m5u8pxn/?ref=app
+ 4
You should proceed with the HTML course to learn more.
And please remove the other same posts you did.
+ 2
Hope the following code helps.
https://code.sololearn.com/WEt61KS8m0nk/?ref=app
+ 2
To make a block you can add div tag like this.
<div>
<img src="http://www.sololearn.com/images/tree.jpg" alt="Image not found" />
</div>
+ 1
Do not create multiple threads with same question.
And show your trial code so we can help.
+ 1
show your code
Use div tags for creating block elements
Use img tag for inserting images
+ 1
image example
https://code.sololearn.com/WBG63m5u8pxn/?ref=app
+ 1
You can also insert text in it.
+ 1
Watch again
I modified it
https://code.sololearn.com/WBG63m5u8pxn/?ref=app
0
I didn't understand how this app works.
0
I tried it, it doesn't work for me, you can write tags (code)
0
and there is also a finished block
0
this is a picture, not a block
0
I need to create a block that contains pictures and texts
0
please, help
0
Size doesn't matter?
0
How to insert block by block , well, make it floating
0
ok i'm just a newbie