Static Website Definition Static Website means the web server have web pages files stored in the disk and each of the web page have a unique URL (Uniform Resource Locator). URL is nothing but it is a unique address of each web page on the Internet. When a user on the Internet request a web […]
Dynamic vs Static Website | Dynamic Website Definition
March 18th, 2019
Nilesh Chaurasia
Static Website Definition Static Website means the web server have web pages files stored in the disk and each of the web page have a unique URL (Uniform Resource Locator). URL is nothing but it is a unique address of each web page on the Internet. When a user on the Internet request a web […]
CSS Custom Font Face Import
March 18th, 2019
Nilesh Chaurasia
CSS Font Face CSS Font Face Property is used to apply custom fonts. The text style or Font Face can be taken from either a google provider server or your own web server (where your website is hosted server). Example 1 – CSS Custom Font Import Example Here the above code shows that how can […]
CSS HTML Font Family
March 17th, 2019
Nilesh Chaurasia
CSS Font Family To change the default font face of the text of web page, Font Family property is used. To give the attractive touch to text and make web page more beautiful. Font Family Types Here 2 types of Font Family name generic family – a group of similar font face (like Serif or […]
PHP Comment Syntax with Single Line and Multiline
March 16th, 2019
Nilesh Chaurasia
PHP Comment Syntax PHP Comment is used to disable some code part in the PHP block. Suppose you are developing a PHP script and you want to disable some part of the code for debug. In that case you can comment that part of the code temperately. Or sometimes used to provide remark about the […]
Style or Design HTML Tables with CSS
March 16th, 2019
Nilesh Chaurasia
CSS Tables Style Table is one of the important element and with the help of CSS Properties you can make it more attractive and beautiful. Through Table Borders Property you can apply border to a table. Example 1 – CSS Table Border Style Here the above code shows that how can you apply CSS Properties […]
CSS List Style | Styling HTML Lists
March 15th, 2019
Nilesh Chaurasia
CSS List Style Default look and feel of HTML list element is very basic, with the help of CSS List Properties you can make your list more beautiful. Through CSS Properties You can change the bullets style of unordered list. change the numbered style of ordered list. also set an image to the place of […]
CSS hr Style or color, Width, Line Styling of hr Tag
March 14th, 2019
Nilesh Chaurasia
CSS hr Style hr Style means that, you can change the color, style and width of any Horizontal Line. Border Properties are used to Style the hr(Horizontal Line) element. Example 1 – Styling CSS hr Tag color and Line Style The above code shows that how can you style horizontal line. Fig.1 – CSS hr […]
Styling CSS Links or Hyperlinks with a tag
March 10th, 2019
Nilesh Chaurasia
CSS Links or Hyperlinks CSS Links properties are used to modify the color, background color, padding and many more. CSS a Tag support many pseudo classes to modify the effects of the HTML Hyperlink Element. Example 1 – Styling CSS Links with background color property The above code shows that how can you use CSS […]
CSS Outline Color, Width, Style Property
March 10th, 2019
Nilesh Chaurasia
CSS Outline Property CSS Outline is an another boundry that you can specify, additional to border property. CSS Outline is the outer side border of a border. The Use of Outline Property to change the color, width and style of an HTML Element Outline. Example 1 – Outline with p HTML element The above syntax […]
PHP Basics and Code Example Syntax of It Embed in HTML
March 9th, 2019
Nilesh Chaurasia
PHP Basics PHP Basics tutorial presents the core Syntax of PHP and its use in connection with how we can embed PHP Code in HTML. The term PHP block is also discussed. First and most important point is that the PHP is written in the PHP file on top of the HTML syntax. The PHP […]

