Computer Science, asked by atso, 1 year ago

how can you insert some other HTML text file into your one HTML file?​

Answers

Answered by Anonymous
3

Answer:

heya mate here's ur answer...... ✌✌✌

Yes it is possible.... by linking rwo files by href attribute.....

plzzz say thanks and Mark as brainliest ☺

Answered by anon64
2

Answer:

Please read the full article (Last part also).

<HTML>

<HEAD>

<TITLE>SAMPLE</TITLE>

<BODY>

<A HREF=TEXTFILE.TXT>NAME OF THE LINK</A>

</BODY>

</HTML>

ATTENTION: Replace the TEXTFILE.TXT with your file name and replace the NAME OF THE LINK

with your name that you want to give to the link.

Thank you for reading my article.

Similar questions