Box Properties :These properties are used to position elements, control the white space around them, and to apply effects such as borders to them. They're referred to as box properties, because they work on box-shaped regions of the page...
Horizontal Rules :The hr tag, which has no closing tag in HTML and no text associated with it, creates a horizontal line on the page. Rule lines are used to visually separate sections of a web page just before headings, for example, or to separate body text from a list of items...
Creating Links Between Frames :One of the most popular uses of frames is to place navigation bars in one frame and then load the pages with the content into a separate frame. This is particularly helpful in three situations:..
Embed Sound And Video :There are two tags that are used to embed multimedia files in web pages <object> and <embed>. The <embed> tag was introduced by Netscape to enable files that require plug-ins to view within a web page. The <embed> tag indicates that Netscape-style plug-ins (multimedia primarily) should be used to view embedded media. Unfortunately, <embed> isn't sanctioned by the World Wide Web Consortium (W3C) and can't be found in the official HTML standard...
Line Break :The br tag breaks a line of text at the point where it appears. When a web browser encounters a br tag, it restarts the text after the tag at the left margin...
Uniform Resource Locators :URL is a pointer to some bit of data on the Web, be it a web document, a file available via FTP, a posting on Usenet, or an email address. The URL provides a universal, consistent method for finding and accessing information...
How The World Wide Web Works :Chances are that you've used the Web, perhaps even a lot. However, you might not have done a lot of thinking about how it works under the covers. In this first section, I'm going to describe the Web at a more theoretical level so that you can understand how it works as a platform...
Addresses :The address tag address is used for signature-like entities on web pages...
PHP Variables :Variables are used for storing values, such as numbers, strings or function results, so that they can be used many times in a script. We will now return to the point, know and use different variables...
The Include Statement :The include() statement includes and evaluates the specified file, it lets you insert a page or more in a single chosen php page...
Guestbook Script :On this lesson you will learn in details how you can create your own guestbook application using PHP and MySQL...
Get Started With MySQL :This is the beginning of when you will start love PHP and make MySQL as your friend when thinking about building dynamic websites :-), we will start working with data bases...
PHP Working With Arrays :There are tow types of arrays nominatives and associative to create an array we will use the array() function...
Send Emails With PHP :in this lesson like the title says, you will learn how to send emails with PHP, We will use the mail() function to do it. the basic command is like the next example...
Structuring Your HTML :HTML defines three tags that are used to describe the page's overall structure and provide some simple header information...

