Embed videos in single page [closed] - html

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed yesterday.
Improve this question
I would like to ask what if a page embeded many video from youtube and tiktok, is it would affect loading performance? my current progressing page has embeded a lot of them , it took more than 30sec to finish loaded.
Any solution for this?
i searched a lot of info from google,but found no solution

Related

HTML file to show as one file in browser [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 days ago.
Improve this question
I have a homework and I can not seem to combine all HTML file to show as one file in browser. I am beginner! please help I have all my codes ready but they all open seperately.
I tried frame masterfile but could not get a hold of it

Embedding a different website in my website [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 days ago.
Improve this question
Is it possible to embed another website in my website without the user being easily able to tell that the page was embedded, and if so, how can this be done?
I tried searching for info online it did not seem to be relevant.

Skip browser cache when site loads [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 1 year ago.
Improve this question
The problem is that my browser shows me an older version of my website so I had to clear my browser cache.
What can I implement something in my website to prevent this issue?
Add some numeric characters with a ? at the end of your file name. The browser will ignore it but it will not loading from the cache.
Something like: index.html to index.html?version=23421412423.
You can use a random number generator to do so.

how make multi lang website without loading all data again? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
I have basic HTML website webcovid19.live with many iframe tags,
How can I create multi lang website without loading all stuff again ?
...Just to load new text without iframes.
You can use Google translate. Its the fastest way to translate a website.please give enough information what you really want to do which language you are using

What is manifest in HTML5 ? and how to use it? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I want the page visible to the user even when the net connection breaks so is there a way to
store the page for atleast some time.
Describing the cache manifest in an SO answer will take a lot of space. Instead of doing that, I'm going to save everyone some time and post a tutorial for you: http://www.html5rocks.com/en/tutorials/appcache/beginner/
StackOverflow is better suited if you have trouble understanding a specific part of cache manifests.