I have an html paragraph (inside a div) in which I want to display a simple fixed text. The text is a bit long so I'd rather the text will be in a seperate txt file. something like this. (WITHOUT JS ONLY HTML)
<div><p txt=file.txt></p></div>
I have an html paragraph (inside a div) in which I want to display a simple fixed text. The text is a bit long so I'd rather the text will be in a seperate txt file. something like this. (WITHOUT JS ONLY HTML)
<div><p txt=file.txt></p></div>