0
Pls what are the codes for positioning texts in html
In case i want to position a group of text to the far top left corner of the webpage
2 Answers
+ 1
Add your text group inside a div.
with absolute position & left : 0 & top:0
check the code below to understand it better. đ
https://code.sololearn.com/WI0I4398pudc/?ref=app