Character-Level Elements :Character-level elements are tags that affect words or characters within other HTML entities and change the appearance of that text so that it's somehow different from the surrounding textmaking it bold or underlined...
PHP Looping :Loops allow you to browse a wealth of information stored in a table, a text file, a database and display them or treat them...
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...
Creating Your First HTML Page :Open your text editor and type the following code. You don't have to understand what any of it means at this point. This simple example is just to get you started...
Adding CSS To Pages :We already talked about the advantages of using CSS into webpages, That's can take the control of the all page with all its elements. So Let's see the ways that an CSS file can be added to webpages...
Fonts And Its Attributes :The font tag is used to control the characteristics of a given set of characters not covered by the character styles...
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:..
Create Your Forum With Php :Yes! we will now create something better it is a mini forum application, thats has a subject and response submit...
Text Alignment :Text alignment is the capability to arrange a block of text, such as a heading or a paragraph, so that it's aligned against the left margin (left justification, the default), aligned against the right margin (right justification), or centered...
From HTML To XHTML :The Extensible Hypertext Markup Language, or XHTML, is a markup language that has the same depth of expression as HTML, but also conforms to XML syntax...
The Noframes Element :If a user's browser does not support frames (an increasingly rare eventuality these days), the contents of the <noframes> element should be displayed to the user...
Preformatted Text :The one exception to this rule is the preformatted text tag pre. Any white space that you put into text surrounded by the pre and /pre tags is retained in the final output. With these tags, the spacing in the text in the HTML source is preserved when it's displayed on the page...
Multiple Pages With PHP :We will take the guestbook as an example and imagine that you have over 1000 messages in your data base, how you can display them in one page (it will be a very very long page)...
Quotations :The blockquote tag is used to create an indented block of text within a page...
Comments :You can put comments into HTML pages to describe the page itself or to provide some kind of indication of the status of the page...

