Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Practical 6-Develop an ASP.

NET application to design an HTML page and use the markup for
formatting and presenting the content on the browser.
Name-Aashish Pandey Date-09/03/2024
Source Code-
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs"
Inherits="WebApplication1._Default" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"


"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >


<head id="Head1" runat="server">
<title>Asp page</title>
</head>
<body>
<form id="form1" runat="server">
<div><center>Jiraiya</center></div>
<div>
<marquee><img src="https://w0.peakpx.com/wallpaper/152/193/HD-
wallpaper-jiraiya-sensei-aesthetic-anime-legend-manga-naruto-sky-
uzumaki.jpg" alt:"anime" width="300" height="400" /></marquee>
</div>
<div class="footer-container">
<div id="footer">
<p><center>Jiraiya (自来也) was one of Konohagakure's Sannin.Famed as a
hermit and pervert of stupendous ninja skill,Jiraiya travelled the world in
search of knowledge that would help his friends,the various novels he
wrote, and, posthumously,the world in its entirety – knowledge that would
be passed on to his godson and final student,Naruto Uzumaki.
</center></p></div>
</div>
</form>
</body>
</html>
Output-

You might also like