What tag can I use to start typing at the top side of a picture on web development | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What tag can I use to start typing at the top side of a picture on web development

am kind of new to web development and I am kind of stock with little hiccup right now, I created a biography page and wanting to write after adding a picture, am stock with what code will have it start at the top side of the picture. it only starts below any ideas please. I know this isn't for web development but am sure someone can help

7th Mar 2017, 8:19 AM
Sir Ken
Sir Ken - avatar
3 Answers
+ 2
its stuck not stock
18th Mar 2017, 6:08 AM
Ruth
Ruth - avatar
0
just write the paragraph above the picture in your html, that should put it above the picture. If it still dosnt look right use css to style it and move it exactly were you want it.
7th Mar 2017, 9:11 AM
Daniell McCallay
Daniell McCallay - avatar
0
Also dont forget that your pictures are inline elements so if you dont want anything to the left of the image you need to make it a block element in your css for example: img { display: block; }
7th Mar 2017, 9:14 AM
Daniell McCallay
Daniell McCallay - avatar