filmov
tv
38.HTML-Frameset Tag||Part-38||Step by Step HTML Tutorials..

Показать описание
In this video tutorial, we learn html frameset tag.
Frameset Tag:
-The 'frameset' tag in HTML is used to define the frameset. The 'frameset' element contains one or more frame elements. It is used to specify the number of rows and columns in frameset with their pixel of spaces. Each element can hold a separate document.
Note: The 'frameset' tag is not supported in HTML5.
Attributes: The list of frameset attributes are given below:
-Cols: The cols attribute is used to create vertical frames in a web browser. This attribute is basically used to define the no. of columns and their size inside the frameset tag.
-Rows: The rows attribute is used to create horizontal frames in the web browser. This attribute is used to define the no. of rows and their size inside the frameset tag.
Frameset Tag:
-The 'frameset' tag in HTML is used to define the frameset. The 'frameset' element contains one or more frame elements. It is used to specify the number of rows and columns in frameset with their pixel of spaces. Each element can hold a separate document.
Note: The 'frameset' tag is not supported in HTML5.
Attributes: The list of frameset attributes are given below:
-Cols: The cols attribute is used to create vertical frames in a web browser. This attribute is basically used to define the no. of columns and their size inside the frameset tag.
-Rows: The rows attribute is used to create horizontal frames in the web browser. This attribute is used to define the no. of rows and their size inside the frameset tag.