Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
Native HTML is the best SEO friendly!
Default Buttons
<a class="button" href="https://ngutricks.blogspot.com/" target="_blank">Default</a> <a class="button preview" href="https://ngutricks.blogspot.com/" target="_blank">Preview</a> <a class="button download" href="https://ngutricks.blogspot.com/" target="_blank">Download</a> <a class="button link" href="https://ngutricks.blogspot.com/" target="_blank">Link</a> <a class="button cart" href="https://ngutricks.blogspot.com/" target="_blank">Shop cart</a> <a class="button share" href="https://ngutricks.blogspot.com/" target="_blank">Share</a> <a class="button info" href="https://ngutricks.blogspot.com/" target="_blank">More info</a>
Default Preview Download Link Shop cart Share More info
Colored Buttons
<a class="button green" href="https://ngutricks.blogspot.com/" target="_blank">Default</a> <a class="button preview red" href="https://ngutricks.blogspot.com/" target="_blank">Preview</a> <a class="button download yellow" href="https://ngutricks.blogspot.com/" target="_blank">Download</a> <a class="button link purple" href="https://ngutricks.blogspot.com/" target="_blank">Link</a> <a class="button cart blue" href="https://ngutricks.blogspot.com/" target="_blank">Shop cart</a> <a class="button share orange" href="https://ngutricks.blogspot.com/" target="_blank">Share</a> <a class="button info dark" href="https://ngutricks.blogspot.com/" target="_blank">More info</a> <a class="button white preview" href="https://ngutricks.blogspot.com/" target="_blank">Preview</a>
Default Preview Download Link Shop cart Share More info Preview
Download Buttons
<a class="dl" href="https://ngutricks.blogspot.com/#" target="_blank">Lorem Ipsum is simply dummy text</a> <a class="dl" file-size="Light, Fast & Creative" href="https://ngutricks.blogspot.com/#" target="_blank">NGUTricks Creative Blogger</a> <a class="dl pdf" file-size="6.0 MB" href="https://ngutricks.blogspot.com/#pdf" target="_blank">NGUTricks Creative Blogger User Manual.pdf</a> <a class="dl zip" file-size="5.34 MB" href="https://ngutricks.blogspot.com/#zip" target="_blank">NGUTricks Creative Blogger.zip</a> <a class="dl media" file-size="326.1 MB" href="https://ngutricks.blogspot.com/#media" target="_blank">NGUTricks Creative Blogger Video</a> <a class="dl code" file-size="324.3 KB" href="https://ngutricks.blogspot.com/#code" target="_blank">NGUTricks Creative Blogger Source Code</a>
Lorem Ipsum is simply dummy text NGUTricks Creative Blogger NGUTricks Creative Blogger User Manual.pdf NGUTricks Creative Blogger.zip NGUTricks Creative Blogger Video NGUTricks Creative Blogger Source Code
Alert Boxes
<blockquote class='check'>Lorem Ipsum...</blockquote> <blockquote class='flag'>Lorem Ipsum...</blockquote> <blockquote class='warn'>Lorem Ipsum...</blockquote> <blockquote class='alert'>Lorem Ipsum...</blockquote> <blockquote class='star'>Lorem Ipsum...</blockquote>
Lorem Ipsum is not simply random text. It has roots in a piece of classical test link here too Latin literature from 45 BC, making it over 2000 years old.
Lorem Ipsum is not simply random text. It has roots in a piece of classical test link here too Latin literature from 45 BC, making it over 2000 years old.
Lorem Ipsum is not simply random text. It has roots in a piece of classical test link here too Latin literature from 45 BC, making it over 2000 years old.
Lorem Ipsum is not simply random text. It has roots in a piece of classical test link here too Latin literature from 45 BC, making it over 2000 years old.
Lorem Ipsum is not simply random text. It has roots in a piece of classical test link here too Latin literature from 45 BC, making it over 2000 years old.
Bordered Table
Firstname | Lastname | |
---|---|---|
John | Doe | john@example.com |
Mary | Moe | mary@example.com |
July | Dooley | july@example.com |
Contact Form
Syntax
<b>{contactForm}</b>
{contactForm}
Code Box
Simple <pre>
code
Default PRE $("#main-nav #s").focus(function());
Codebox syntax powered by Prism
Code box syntax with param: lang="js"
<pre lang="js">$("#main-nav #s").blur(function()...</pre>
👉 Result:
$("#main-nav #s").blur(function() {
if (0 === this.value.length) this.value = c;
});
$("#main-nav #s").focus(function() {
if (this.value === c) this.value = "";
});
Code box syntax with param: lang=""
<pre lang="">$("#main-nav #s").blur(function()...</pre>
Result:
$("#main-nav #s").blur(function() { if (0 === this.value.length) this.value = c; });
$("#main-nav #s").focus(function() { if (this.value === c) this.value = ""; });
Code box syntax with param: lang="css"
.bi::before {
display: inline-block;
content: "";
vertical-align: -.125em;
background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z' clip-rule='evenodd'/></svg>");
background-repeat: no-repeat;
background-size: 1rem 1rem;
}