I'm new to web development, any help from the forum really appreciated!!
I'm reading the text from multiple text files and sending it to a html form as a list.
The text may have some links. These links are not enabled when it is diplayed as a paragraph. I cannot read each file and put href attributs where ever a link present.
So need help in making below snip enable a link.
<!DOCTYPE html>
<html>
<body>
<h1>My First Heading </h1>
<pre>My first paragraph. https://www.w3schools.com/html/tryit.asp?filename=tryhtml_elements</pre>
</body>
</html>