Computer Science, asked by tenzinpladen, 1 year ago

which command we use to link a page with an HTML page?

Answers

Answered by himalnepali
2
First there is the jump or link. It's created much like you would create any link. You can link either text or graphics. For this page I created links using text.
Answered by BoyWhoCode
5
U Just need to use link Tag and and if u want to Link a JS code file then u need to use script tag

example: Link:- <link href="pathofthepage" >
Script:- <script src="pathofthepage" ></script>

BoyWhoCode: Bro please mark my answer as Brainliest
Similar questions