frameset tag in html with example
frameset tag in html with example It is used to specify the amount of spacing between the frames in a Framese t This can take value integer as parameter which basically denotes the value in pix frameset tag in html with example Example <! Doctype html > <!Doctype html> < html > < frameset rows = "1,2" cols = "1,2" > < frame src = "frame_1.html" > < frame src = "frame_2.html" > < frame src = "frame_3.html" > < frame src = "frame_4.html" > </ frameset > </html> frameset tag in html with example Explain Program Step 1 ] <!Doctype html> <!doctype html> always be the first line of any HTML document. Step 2 ] <html> and </html> html is the root element . Step 3 ] <body> and </body> body is main ...