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

<html>

<head>
<title> My first webpage </title>
</head>
<body>
<img src="https://blog.prezi.com/wp-content/uploads/2019/03/jason-leung-479251-
unsplash.jpg" width=150 height=150 alt="Alternate text" title="Image information">

<marquee bgcolor="yellow" direction="right" behavior="alternate" scrolldelay=100>


This text is a moving text </marquee>

<!-- This is a comment -->

<!--
REGISTRATION FORM

<form>
FIRST NAME <input type="text" name="fname" maxlength=25> <br>
LAST NAME <input type="text" name="lname" maxlength=25> <br>
PASSWORD <input type="password" name="password" > <br><br>

GENDER<br>
MALE <input type="radio" name="Gender" value="M"> <br>
FEMALE <input type="radio" name="Gender" value="F"> <br>

HOBBIES <br>
Singing <input type="checkbox" name="Hobbies" value="S"> <br>
Dancing <input type="checkbox" name="Hobbies" value="D"> <br>
Cooking <input type="checkbox" name="Hobbies" value="C"> <br>

Enter your comments<br>


<textarea rows="5" cols="50" name="Comments">
Enter your comments
</textarea><br>

Choose your vehicle type


<select name="Vehicle">
<option value="C"> Car </option>
<option value="T"> Truck </option>
<option value="B"> Bike </option>
</select><br>

Upload your picture<br>


<input type="file" name="Picture" accept="image/*"><br>
<input type="Submit" value="Submit your form"><br>
<input type="Reset" value="Reset your form">
</form>

<table bgcolor= "red" border=5 borderwidth=1 bordercolor="blue" align="center"


cellspacing=20 cellpadding=15>
<caption> This is my table caption </caption>
<tr>
<th width=15%> Heading 1 </th>
<th> Heading 2 </th>
<th> Heading 3 </th>
<th> Heading 4 </th>
</tr>
<tr bgcolor= "blue">
<td colspan=2> A </td>
<td> B </td>
<td> C </td>
</tr>
<tr>
<td rowspan=2> F </td>
<td> G </td>
<td bgcolor= "green"> H </td>
<td> I </td>
</tr>
<tr>
<td > L </td>
<td> M </td>
<td> N </td>
</tr>
</table>

<ol>
<li>Parts of computer </li>
<ol type="i">
<li> Input devices </li>
<li> Output devices </li>
<li> Memory </li>
<ul type="circle">
<li> Primary Memory</li>
<ul type="disc">
<li> RAM </li>
<li> ROM </li>
</ul>
<li> Secondary memory</li>
<ul type="sqaure">
<li> CD drive </li>
<li> DVD drive </li>
<li> Optical disc </li>
</ul>
</ul>
</ol>
</ol>
Names of fruits
<ul type="circle/disc/sqaure">
<li> Apples </li>
<li> Oranges </li>
<li> Grapes </li>
<li> Kiwi </li>
</ul>

Names of fruits
<ol type="i">
<li> Apples </li>
<li> Oranges </li>
<li> Grapes </li>
<li> Kiwi </li>
</ol>

<dl>
<dt> Computer </dt>
<dd> A computer is an electronic device </dd>
<dt> Keyboard </dt>
<dd> A keyboard is an input device </dd>
<dt> Mouse </dt>
<dd> A mouse is a pointing device </dd>
<dt> Monitor </dt>
<dd> A monitor is an output device </dd>
</dl>
<basefont size=11 face="Verdana" color="Blue">
This is my text
<font face="Times New Roman" size=14 color="red">
This is another text
</font>
</basefont>

<pre>
My name is Kriti, I am a faculty in VIPS
I take subjects of Computers
</pre>
<a href="C:\Users\Kriti\Desktop\E-Commerce Resources\table.html"> Take me to Google
</a>
<hr size=10 width=1000 align="center" color="red">
<font face="Arial" size=12 color="#FF00FF">
My name is Kriti, I am a faculty in VIPS
I take subjects of Computers
</font><br>
<font face="Arial" size=+3 color="#FF00FF">
My name is Kriti, I am a faculty in VIPS
I take subjects of Computers
</font><br>
<font face="Arial" size=-2 color="#FF00FF">
My name is Kriti, I am a faculty in VIPS
I take subjects of Computers
</font>

This text is <strike> striked </strike> off.

This is my first webpage


<h1> Heading 1 </h1>
<h2> Heading 2 </h2>
<h3> Heading 3 </h3>
<h4> Heading 4 </h4>
<h5> Heading 5 </h5>
<h6> Heading 6</h6>

<b> This text becomes bold </b><br><br><br>


<i> This text becomes italicised </i></br>
<u> This text is underlined </u><br>

<p> As the destiny ordained under a silver oak tree at ‘Advait Ashram’ in Mayawati
in Pithoragrah District of Uttaranchal, vibrating thoughts were flowing from
Swamiji’s lips in the balmy aroma of the dense pine and fir forest and he almost
gave a diktat to Dr. Vats to set up an Institute, for higher learning in the
capital city of India, in the name of Swami Vivekananda, a prophet and a path
finder.</p>
<p align="center"> As the destiny ordained under a silver oak tree at ‘Advait
Ashram’ in Mayawati in Pithoragrah District of Uttaranchal, vibrating thoughts were
flowing from Swamiji’s lips in the balmy aroma of the dense pine and fir forest and
he almost gave a diktat to Dr. Vats to set up an Institute, for higher learning in
the capital city of India, in the name of Swami Vivekananda, a prophet and a path
finder.</p>

<strong> This makes the text strong </strong><br>


<em> This makes the text emphacised </em><br>
<tt> The makes the text monospaced </tt><br>

This text is <sup> superscript </sup> <br>


This text is <sub> subscript </sub> <br>

This is the <big> big text </big><br>


This is the <small> small text </small><br>
-->
</body>
</html>

<!--
<audio controls autoplay>
<source src="C:\-----\audio.wav" type="audio/wav">
</audio>

<video controls autoplay height=300 width=500>


<source src="C\---\video.mp4" type="video/mp4"
</video>

GENDER<br>

</form>

-->

You might also like