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

blinking and scrolling

<html> POLYNOMIAL EXPRESSION


<head> <html>
<title>Blinking and Scroling</title> </head> <head>
<title>Polynomial Expression</title>
<body> </head>
<marquee>Blinking and Scroling</marquee> <br> <body bgcolor="white" style="color:red">
<p> a<sup>0</sup> +
<marquee>Blinking and Scroling</marquee> <br> a<sup>1</sup>x<sup>2</sup>+a<sup>3</sup>x<sup>3</sup></p>
<p> a<sub>0</sub> +
a<sub>1</sub>x<sub>2</sub>+a<sub>3</sub>x<sub>3</sub></p>
<marquee>Blinking and Scroling</marquee> <br> </body>
</html>

<blink style="animation:blink">Blinking and Scroling</blink> REMOVE PIC WITH CLICK


</body> <html>
</html> <head>
<title> remove pic on click</title>
FRAME </head>
<html> <body>
<head> <img src="img.jpg" onclick="remove(this)"></img>
<title>Frame</title> <script type="text/javascript">
<frameset rows="10%,90%"> function remove(image)
<frame src="polynomial.html"</frame> {
image.style.display="none"
<frameset rows="50%,50%"> }
<frameset cols=50%,50%> </script>
<frame src="polynomial.html"</frame> </body>
<frame src="polynomial.html"</frame> </html>
</frameset>
<frameset cols=66%,34%> TEXT AND LINE COLOR
<frameset cols=33%,33%> <html>
<frame src="polynomial.html"</frame> <head>
<frame src="polynomial.html"</frame> <title> color.html</title>
</frameset> </head>
<frame src="polynomial.html"</frame> <body bgcolor=lightskyblue>
</frameset> <h1><center><b><u><p style="color:red">Seven Lines and Seven
</frameset> Color</p></u></b></center></h1>
<ol value="1">
<li><p style="color:green">Green</p></li>
</head> <li><p style="color:yellow">Yellow</p></li>
<body> <li><p style="color:white">White</p></li>
<frame row=20%, 80% <li><p style="color:black">Black</p></li>
</body> </body>
</html> </html>

HYPERLINK/ ANCHOR IMAGE… ADMISSION FORM, INSERT TABLE ETC….


<html>
<head> @FORM
<title> Anchor Tag </title> <Html>
</head> <head>
<body> <title>
<p> <a href="#bottom">bottom</p> Registration Page
<p> <a name="link"></a></p> </title>
<h4><center>Hyperlink to new window</center></h4> <br> <br> </head>
<p> <a name="link"></a></p> <body bgcolor="Lightskyblue">
<a href="https://www.youtube.com/watch?v=dK27jWKtJxs" <br>
target="_blank"> youtube html class </a> <br>
<center><h1>Admission Form</h1></center> <br>
<p> Youtube is very good plateform to learn as per your choice. <br><br>
<p> <a href="https://tuxpaint.org" target="_blank">About tux Paint
<img src="C:\Users\Dell\Pictures\TuxPaint\20210704123809.png"></p> <form>
</a> </p>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br <label> Firstname: </label>      
><br><br><br><br><br><br><br><br><br><br> <input type="text" name="firstname"
value="firstname" size="15" style="color:red;" /> <br> <br>
<p> link of html video is given on top of the page <p> <a <label> Middlename: </label>  
href="#link">link</p>. <input type="text" name="middlename"
</p> size="15"/> <br> <br>
<label> Lastname: </label>      
<p> <a href="#Top">Top</p> <input type="text" name="lastname"
<p><a name="bottom"></a></p> size="15"/> <br> <br>
</body> <label>
</html> Qualification:
</label> <br> <dt>Tea</dt>
<input type="checkbox" value="High <dd>Not healthy</dd>
School">High School </dl>
<select> <br> <ol type="1">
<option <li>Coffee</li>
value="Science">Science</option> <li>Tea</li>
<option <li>Black Tea</li>
value="Arts">Arts</option> <br> <li>Green Tea</li>
<li>Milk</li>
<input type="checkbox" </ol>
value="10+2">10+2
<select> <br> <label>
<option Phone :
value="Math">Math</option> </label>
<option <input type="text" name="country code"
value="Arts">Arts</option> value="+91" size="2"/>
<option <input type="text" name="phone"
value="Bio">Bio</option> size="10"/> <br> <br>
<option <br> <br>
value="Commerce">Commerce</option> <br>
<label>
<input type="checkbox" Address
value="Graduation">Graduation <textarea row="10"> </textarea> </label>
<input type="checkbox" value="Post <br>
Graduation">Post Graduation <textarea row="10"> </textarea><br> <textarea cols="80" rows="5"
<input type="checkbox" value="address"> </textarea> <br> <br>
value="other">other <textarea row="10"> </textarea><br> <br>
@TABLE <label>
<br> Marks:
</label>
<table border=1 cellspacing=0>
@OPTION <label> <tr>
Course : <th>class</th>
</label> <th>Unversity/Board</th>
<select> <th>marks%/Grade</th>
<option value="Course">Course</option> <th>Years of Passing</th>
<option value="BCA">BCA</option> </tr>
<option value="BBA">BBA</option> <tr>
<option value="B.Tech">B.Tech</option> <td>10th</td>
<option value="MBA">MBA</option> <td></td>
<option value="MCA">MCA</option> <td></td>
<option value="M.Tech">M.Tech</option> <td></td>
</select> </tr>
<tr>
<br> <td>10+2</td>
<br> <td></td>
<label> <td></td>
Gender : <td></td>
</label><br> </tr>
<input type="radio" name="gender" <tr>
value="Male"/> Male <input type="radio" name="gender" value <td>Graduation</td>
="Female"/> Female <input type="radio" name="gender" <td></td>
value="other"/> Other <td></td>
<br> <td></td>
<br> </tr>
<tr>
@UNORGANISED LIST <ul> <td>Post Graduation</td>
<li>Milk</li><br> <td></td>
<li>Tea</li><br> <td></td>
</ul> <td></td>
@ORGANISED LIST <ol type="a"> </tr>
<br> <br>
</ol>
<li>Milk</li>
<ol type="a">
<li>skimed</li>
<li>plain</li>
<li>full cream</li>
</ol>

@DETAILED LIST <dl type="a">


<dt>Milk</dt>
<dd>Goood for healt</dd>

You might also like