Sunday, 22 May 2011

Learn PHP online : PHP Day-27

Frame Set Marquee on Image using HTML

                                      


Frame Set: By using this tag we can divide the web pages as multiple frames. Each frame we can use to display the WebPages.
Rows: Used to divide the web pages into rows.
Cols: To specify the total number of columns.
<html>
                <frameset cols="50%,50%" rows="50%,50%">
<frame src="http://www.danphp.com">
<frame src="http://www. danphp.com ">
<frame src="http://www. danphp.com ">
<frame src="http://www. danphp.com ">
</frameset>
</html>
Marquee on Image
<marquee style="color:blue;font-size:24px;top:100;position:absolute;left:200;width:400">welcome To PHP Notes and Script Site</marquee>
<img src="file:///F|/Demo/3.jpg" width="900" height="180">

Now the basic classes of HTML are completed. From Tomorrow I will post the advanced HTML classes. Please note that save every file with the .html extension to convert the note pad file into browsing file.

No comments:

Post a Comment

Visual comparison of the two methods, creating a simple table.

Option 1, using PHP: // PHP $html = '<table>' ;     foreach ( $data as $row ) {     $html .= '<tr>...