To create an html page with frames and frameset
Layout Of HTML Frame HTML Source Code: <!DOCTYPE html> <html> <frameset rows="50%,*" > <frameset cols="50%,*"> <frame src="E:\documents\IM LAB\html\HTML1.html"> HTML Page 1 <frame src="E:\documents\IM LAB\html\HTML2.html"> HTML Page 2 </frameset> <frameset cols="25%,37.5%,37.5%"> <frame src="E:/documents/IM%20LAB/html/sanjam.jpg"> YOUR PICTURE <frame src="E:\documents\IM LAB\html\HTML3.html"> HTML Page 3 <frame src="E:\documents\IM LAB\html\LinkToHtml.html"> HTML Page 4 </frameset> </html> Output: Include the following source Code in Document Environment in your LaTeX File LaTeX Source: \documentclass[12pt]{article} \usepackage{graphicx} \usepackage{wrapfig} \usepackage{multicol} \usepackage{caption} \usepackage{subcaption}...
Comments
Post a Comment