HTML frame Tag
The <frame> tag is used to divide the webpage into multiple sections where each section can contain different web pages. The <frame> tag is used with the <frameset> element. Not Supported In HTML5 Do not use this tag because it is not supported in HTML5. You can use the <iframe> tag instead of this tag. Syntax <frame src="URL" /> Example <!DOCTYPE html> <html> <head> <title>HTML Frame…
View On WordPress















