Posts

Important Links for Html

Table Creation and Designing https://www.w3schools.com/html/html_tables.asp For making a website by code Copy & Paste  https://tailwindcss.com/ https://mertjf.github.io/tailblocks/    (TailBlocks) For using different images on the website  by Code https://source.unsplash.com/ https://source.unsplash.com/ https://www.cleanpng.com/     (free images) https://pngtree.com/ (Free images) https://www.remove.bg/                 (Background remover) https://topdf.com/ (  to pdf convertor) Enable Ginger Cannot connect to Ginger Check your internet connection or reload the browser Disable in this text field Edit Edit in Ginger Edit in Ginger ×

Shortcuts for HTML Coding

Just use "Lorem40" for 40 words paragraph

Important Points to be Remember for HTML

Important Point  Do not to much <br> for next line Do not use <h1>, <h2>, <h3>, <h4> etc to bold any text

Important tags for HTML

<html> </html> <head> </head> <body> </body> <form> </form> <button> <table> <img> <p> </p> &nbsp Enable Ginger Cannot connect to Ginger Check your internet connection or reload the browser Disable in this text field Edit Edit in Ginger Edit in Ginger ×

Whatsapp Integration

<!-- GetButton.io widget --> <script type="text/javascript">     (function () {         var options = {             whatsapp: "+971522854284", // WhatsApp number             call_to_action: "Whatsapp us", // Call to action             position: "right", // Position may be 'right' or 'left'         };         var proto = document.location.protocol, host = "getbutton.io", url = proto + "//static." + host;         var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = url + '/widget-send-button/js/init.js';         s.onload = function () { WhWidgetSendButton.init(host, proto, options); };         var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x);     })(); </script> <!-- ...

Image Related: link attachment, Resize etc

Link Attachment  <body> <a href=".....link......" target="_blank"> <img src="...image.."> </a> </body> Image Resizing <body> <img src="...image.." height="100" /> </body>