Skip to content

A collection of code for testing - BASIC HTML FUNCTIONS - created for designing - Lorem ipsum

License

Notifications You must be signed in to change notification settings

i5heu/html-example-code-lorem

Repository files navigation

html-example-code-lorem

A collection of code for testing - BASIC HTML FUNCTIONS - created for designing - Lorem ipsum

Demos

text-representation.html
text-representations-with-article-tag.html

FAST EXAMPLE LOAD

With <article>

<!-- Include the Example Code From https://github.com/i5heu/html-example-code-lorem   -->
<!-- You can delete everything from HERE -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
 <script>
    $(function(){
      $("test").load("https://cdn.rawgit.com/i5heu/html-example-code-lorem/12a2ccf784afd0b44432fc2c7ea7337b85589dd6/text-representations-with-article-tag.html");
    });
    </script>
<test></test>
<!-- TO HERE -->

RAW Text

<!-- Include the Example Code From https://github.com/i5heu/html-example-code-lorem   -->
<!-- You can delete everything from HERE -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
 <script>
    $(function(){
      $("test").load("https://cdn.rawgit.com/i5heu/html-example-code-lorem/7c79bd0f28ce450c422e85c1fff9e052fe69af63/text-representation.html");
    });
    </script>
<test></test>
<!-- TO HERE -->

About

A collection of code for testing - BASIC HTML FUNCTIONS - created for designing - Lorem ipsum

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages