Welcome To My HomePage


About HTML

HTML stands for Hyper Text Mark up language HTML defines the structure and layout of a Web document by using a variety of tags and attributes. The correct structure for an HTML document starts with (enter here what document is about) and ends with

. All the information you'd like to include in your Web page fits in between the and tags.


HOME

INTRODUCTION

ABOUT

VIDEOS

PICTURES

About CSS

CSS stands for cascading style sheet CSS is designed primarily to enable the separation of document content (written in HTML or a similar markup language) from document presentation, including elements such as the layout, colors, and fonts.