Question about HTML: How can I add a text box or block to an HTML page that is filled with plain text? I want the text box to align to the right and be surrounded by the plain text, essentially wrapping around it. I also need to specify the dimensions of the text box, such as setting its width as a percentage of the window size. My objective is to insert a Latin text box within Greek plain text like in this example: .
I believe I may need to use a div
, span
, or inline-block
tag for this, but I'm not entirely certain. Any advice would be appreciated.