Category Archives: PHP

Create a WordPress Post

WordPress display different types of content with different title. Each item of such content is generally called as post. Adding post into your blog, first login admin panel and go to Posts then click ‘add new’. Post are displays reverse order in your home page. On this page you will see the wordpress post editior.The… Read More »

Declaration – HTML

Good Morning to all, Today I share one useful topic related to <!DOCTYPE html >. The doctype declaration is <!DOCTYPE html> should be the very first thing in an HTML document, before the tag and is case-insensitive in html syntax. <!DOCTYPE html> goes at the top of every HTML5 page. The HTML syntax of HTML5… Read More »