Index: Sr. No - Experiment Dates Signatures
Index: Sr. No - Experiment Dates Signatures
INDEX
Sr.
9. Website Manual
<font> font
<font face="Times New Roman" size="+3"
color="#ff0000">Example</font> Example (Tip)
<form action="mailto:[email protected]">
Name: <input name="Name" value=""
Name: (Tip)
size="10"><br>
<form> form Email: <input name="Email" value="" Email:
size="10"><br>
<center><input type="submit"></center> Submit
</form>
heading of
<head>Contains elements describing the
<head> HTML Nothing will show
document</head>
document
<head>
<link rel="stylesheet" type="text/css"
<link> link
href="style.css" />
</head>
(Tip)
List item 1
<menu>
<li type="disc">List item 1</li> o List item 2
<menu> menu <li type="circle">List item 2</li>
<li type="square">List item 3</li>
</menu> List item 3
<meta name="Description" content="Description
of your site">
<meta> meta Nothing will show (Tip)
<meta name="keywords" content="keywords
describing your site">
<meta HTTP-EQUIV="Refresh"
<meta> meta CONTENT="4;URL=http://www.yourdomain.com/" Nothing will show (Tip)
>
<meta> meta <meta http-equiv="Pragma" content="no-cache"> Nothing will show (Tip)
<meta> meta <meta name="rating" content="General"> Nothing will show (Tip)
<meta> meta <meta name="robots" content="all"> Nothing will show (Tip)
<meta> meta <meta name="robots" content="noindex,follow"> Nothing will show (Tip)
<ol> ordered Numbered Numbered
list
<ol> 1. List item 1
<li>List item 1</li> 2. List item 2
<li>List item 2</li> 3. List item 3
<li>List item 3</li> 4. List item 4
<li>List item 4</li>
</ol>
Numbered Special Start
Numbered Special Start
5. List item 1
<ol start="5"> 6. List item 2
<li>List item 1</li> 7. List item 3
<li>List item 2</li> 8. List item 4
<li>List item 3</li>
<li>List item 4</li> Lowercase Letters
</ol>
a. List item 1
Lowercase Letters b. List item 2
c. List item 3
<ol type="a"> d. List item 4
<li>List item 1</li>
<li>List item 2</li> Capital Letters
<li>List item 3</li>
<li>List item 4</li>
</ol> A. List item 1
B. List item 2
Capital Letters C. List item 3
D. List item 4
<ol type="A">
<li>List item 1</li> Capital Letters Special Start
<li>List item 2</li>
<li>List item 3</li> C. List item 1
<li>List item 4</li> D. List item 2
</ol> E. List item 3
F. List item 4
Example 1:<br>
<br> Attributes:
<p align="left">
This is an example<br> Example 1:
displaying the use<br>
of the paragraph tag.<br> This is an example
<br> displaying the use
Example 2:<br> of the paragraph tag.
<br>
<p align="right"> Example 2:
This is an example<br>
displaying the use<br> This is an example
of the paragraph tag.<br> displaying the use
<br> of the paragraph tag.
Example 3:<br>
<br>
Example 3:
<p align="center">
This is an example<br>
This is an example
displaying the use<br>
displaying the use
of the paragraph tag.
of the paragraph tag.
small
<small> <small>Example</small> Example (Tip)
(text)
deleted
<strike> <strike>Example</strike> Example
text
strong
<strong> <strong>Example</strong> Example
emphasis
Example 1:
<td>Row 2</td>
</tr>
</table>
<table border="2" cellpadding="2" cellspacing="2"
width="100%">
<tr>
<td> table data <td>Column 1</td>
Column 1 Column 2
<td>Column 2</td>
</tr>
</table>
<div align="center">
<table>
<tr>
<th>Column 1</th>
<th>Column 2</th>
<th>Column 3</th>
</tr>
<tr>
<td>Row 2</td>
<td>Row 2</td> Column Column Column
<td>Row 2</td>
table </tr>
1 2 3
<th> Row 2 Row 2 Row 2
header <tr>
<td>Row 3</td> Row 3 Row 3 Row 3
<td>Row 3</td> Row 4 Row 4 Row 4
<td>Row 3</td>
</tr>
<tr>
<td>Row 4</td>
<td>Row 4</td>
<td>Row 4</td>
</tr>
</table>
</div>
document Title of your web page will be
<title> <title>Title of your HTML page</title>
title viewable in the title bar.(Tip)
<table border="2" cellpadding="2" cellspacing="2"
width="100%">
<tr>
<tr> table row <td>Column 1</td> Column 1 Column 2
<td>Column 2</td>
</tr>
</table>
<tt> teletype <tt>Example</tt> Example
<u> underline <u>Example</u> Example
<ul> unordered Example 1:<br> Example 1:
list <br>
<ul> List item 1
<li>List item 1</li> List item 2
<li>List item 2</li>
</ul>
<br>
Example 2:
Example 2:<br>
<ul type="disc">
<li>List item 1</li> List item 1
<html>
<head>
</head>
<title>HTML</title>
<h2><marquee>WELCOME TO HTML LAB</marquee>
</h2>
<body bgcolor="green">
<table border ="3" align="center">
<tr>
<td> username</td>
<td><input type="text" name="a1"></td>
</tr>
<tr>
<td> password</td>
<td><input type="text" name="b1"></td>
</tr>
</table>
<table align="center">
<tr>
<td><input type="button" value="submit">
</td>
</tr>
</table>
</body>
</html>
OUTPUT:
<td>book reading</td>
<td><input type="checkbox" name="check" value="book reading"></td>
</tr>
</tr>
</table>
</body>
</html>
OUTPUT:
</tr>
<tr>
<td>Roll no</td>
<td><input type="text" name="e1"></td>
</tr>
<th rowspan="2">sex</th>
<td>male</td>
<td><input type="radio" name="sex" value="male"></td>
</tr>
<tr>
<td>female</td>
<td><input type="radio" name="sex" value="female"></td>
</tr>
<tr>
<th colspan="2" >COURSE</th>
<tr rowspan="2">
<td>I.T</td>
<td><input type="checkbox" name="check" value="I.T"></td>
<td>C.S.E</td>
<td><input type="checkbox" name="check" value="C.S.E"></td>
</tr>
</tr>
<tr>
<tr rowspan="2">
<td>E.C.E</td>
<td><input type="checkbox" name="check" value="C.S.E"></td>
<td>MECH.</td>
OUTPUT:
<html>
<head>
</head>
</B></FONT COLOUR>
</BODY>
</HTML>
OUTPUT A:
OUTPUT B:
<html>
<head>
</head>
</B></FONT COLOUR>
</BODY>
</HTML>
OUTPUT B:
OUTPUT A:
<html>
<head>
</head>
</B></FONT COLOUR>
</BODY>
</HTML>
OUTPUT:
OUTPUT:
<html>
<head>
<script type="text/javascript">
function changetext(id)
id.innerHTML="Ooops!";
</script>
</head>
<body>
</body>
</html>
OUTPUT:
<html>
<title></title>
<head>
function calc()
{var a;
var b;
var c;
a=parse int(document.f1.tb1.value);
b=parse int(document.f1.tb2.value);
c=a+b;
c=parse int(document.f1.tb3.value);
</script></head>
<body>
result
</form></body></html>
OUTPUT:
HOME PAGE
Page 1: