CSS Widths and Heights

Welcome to this CSS Tutorial, in this one ill be showing you about widths and heights in CSS. Widths and heights are basically the width and height of a object in CSS. Such as you were customizing a submit button. Widths and heights are part of CSS1, the version it was …

PHP Echo

In php echo is used for adding stuff to the webpage. For example if you wrote: echo “Hello World!”; It will say …