how to insert frame tag in html??
Answers
Answer:
hola
cómo estás
Explanation:
HTML <frame> tag define the particular area within an HTML file where another HTML web page can be displayed.
HTML <frame> tag define the particular area within an HTML file where another HTML web page can be displayed....
HTML <frame> tag define the particular area within an HTML file where another HTML web page can be displayed....Create Vertical frames:
HTML <frame> tag define the particular area within an HTML file where another HTML web page can be displayed....Create Vertical frames:<! DOCTYPE html>
HTML <frame> tag define the particular area within an HTML file where another HTML web page can be displayed....Create Vertical frames:<! DOCTYPE html><html>
HTML <frame> tag define the particular area within an HTML file where another HTML web page can be displayed....Create Vertical frames:<! DOCTYPE html><html><head>
HTML <frame> tag define the particular area within an HTML file where another HTML web page can be displayed....Create Vertical frames:<! DOCTYPE html><html><head><title>Frame tag</title>
HTML <frame> tag define the particular area within an HTML file where another HTML web page can be displayed....Create Vertical frames:<! DOCTYPE html><html><head><title>Frame tag</title></head>
HTML <frame> tag define the particular area within an HTML file where another HTML web page can be displayed....Create Vertical frames:<! DOCTYPE html><html><head><title>Frame tag</title></head><frameset cols="25%,50%,25%">
HTML <frame> tag define the particular area within an HTML file where another HTML web page can be displayed....Create Vertical frames:<! DOCTYPE html><html><head><title>Frame tag</title></head><frameset cols="25%,50%,25%"><frame src="frame1. html" >
HTML <frame> tag define the particular area within an HTML file where another HTML web page can be displayed....Create Vertical frames:<! DOCTYPE html><html><head><title>Frame tag</title></head><frameset cols="25%,50%,25%"><frame src="frame1. html" ><frame src="frame2. html">
Answer:
HTML <frame> tag define the particular area within an HTML file where another HTML web page can be displayed.
...