Computer Science, asked by monakhanam, 7 months ago

how can you insert some other html text file into your one html file? write the tag used for this purpose?​

Answers

Answered by rushikeshraut2442
2

Explanation:

Embedding an HTML file is simple. All we need to do is use the common „<link>“ element. Then we add the value „import“ to the „rel“ attribute. Using „href“ we attach the URL of the HTML file, just like we are used to when it comes to stylesheets and scripts.

Similar questions