Category: How to

How to use meta robots tags ?

Meta robots tag provides a utility of how a web page or post crawling and indexing in search engine and served to users. Add meta...

How to Embed YouTube video in Iframe

We can embed youtube video using iframe tag and also can use various attributes. We can use these attributes for different purposes like hide or...

How to make a numeric Polygon in PHP ?

We get the output of a numeric polygon using php ‘Loops’ with logic. Here we use eight Loops for print this diamond patterns in php....

How to make a Star Polygon in PHP ?

We create a star polygon. Here we use eight ‘for’ loops. First and fifth are main and other are nested in these. First for loop...