HTML-CSS-Background
CSS Background The CSS background properties are used to define the background effects for elements. There are lots of properties to design the...
HTML-CSS-TEXT
1) Text Color This property can be used to change the color of the text. It can be defined by using color property. <!DOCTYPE html> <html...
HTML-CSS-Fonts
Css fonts CSS Font property is used to control the look of texts. By the use of CSS font property you can change the text size, color, style and...
code test
<div class="form-floating"> <textarea class="form-control" placeholder="Leave a comment here"...
HTML-CSS-Image
Importance of Images CSS Images Images are an important part of any web application. Including a lot of images in a web application is generally...
HTML-CSS-Table
HTML-CSS-Table HTML tables allow web developers to arrange data into rows and columns. A table in HTML consists of table cells inside rows and...
HTML/FORM
HTML Form An HTML form is a section of a document which contains controls such as text fields, password fields, checkboxes,...
Flex Box
Basic Concepts of Flexbox The Flexible Box Module, usually referred to as flexbox, was designed as a one-dimensional layout model, and as a method...
PHP: Hypertext Preprocessor
What is PHP? PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is...
CSS
What is CSS? CSS stands for Cascading Style Sheets. CSS describes how HTML elements are to be displayed on screen, paper, or in other media....