<!-- How to embed css style to a blog post: -->
<style>
Paste your css code source code here !!!
</style>
<!-- How to embed Java files to a blog post: -->
<script type="text/javascript">
//<![CDATA[
Paste your java.js source code here !!!
//]]></script>
<!-- How to Load a external Java files to a blog post: -->
<!-- How to embed webpages to a blog post: -->
<iframe height="500" width="95%" frameBorder="0" src="Paste webpage https://url here !!!">your browser does not support IFRAMEs
src="https://drive.google.com/file/d/1RI338YiMh33TBSaNBv5Rtp21zdUb/preview"
<script type="text/javascript">
//<![CDATA[
Paste your java.js source code here !!!
//]]></script>
<!-- How to Load a external Java files to a blog post: -->
<script src="your javascript.js path here" type="text/javascript"></script>
<!-- How to embed webpages to a blog post: -->
<iframe height="500" width="95%" frameBorder="0" src="Paste webpage https://url here !!!">your browser does not support IFRAMEs
</iframe>
Or you can use the Iframe Generator HERE
<!-- How to embed Lazyload Youtube Video to a post: -->
Use the LAZYLOAD GENERATOR: HERE
https://superblogger3.blogspot.com/2023/03/lazy-load-video.html
<!-- How to embed PDF from Googledrive to a post: -->
<iframe height="1000" width="90%" frameBorder="0" src="Paste googledrive url/preview">your browser does not support IFRAMEs</iframe>
src example:src="https://drive.google.com/file/d/1RI338YiMh33TBSaNBv5Rtp21zdUb/preview"
<!-- How to embed Html responsive Table to a post: -->Use the Visual Editor Local Host (Online HTML Editor): HEREhttps://superblogger3.blogspot.com/2023/02/visual-editor-localhost.htmlor the older version https://superblogger3.blogspot.com/2023/02/test.html
<!-- How to embed a click to call phone number to a blog post: -->
Method 1 LINK: add this html code<a href="tel:your_telephone_number_here">Call Us</a>Method 2 BUTTON: add this html code<a href="tel:your_telephone_number_here"><img src="your_phone_icon_jpg"></a>
<!-- How to embed Google map to a blog post: -->
<iframe src="https://www.google.com/maps/embed?pb=MAP ID HERE"
width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy=
"no-referrer-when-downgrade"></iframe>
or
Tags : How to embed css style , Java files , java script , iframe webpages , Lazyload Youtube Video , PDF , Html responsive table , click to call , Google map , css Button to a page or blog post page<!-- How to embed css Button to a blog post: -->
<style>
Paste your css button code here !!! using: CSS BUTON GENERATOR</style>
And the article bonus: Open source Javascript External Files embed code generator