0% found this document useful (0 votes)
34 views23 pages

ADITYA

The document is a certificate for a student who completed a computer application project. It certifies that the student completed the project under the guidance of their teacher and followed the guidelines. It is signed by an internal and external examiner. The student then acknowledges and thanks their teachers, principal, coordinators and parents for their support and guidance throughout the project. The project helped them apply theoretical knowledge to the real world.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views23 pages

ADITYA

The document is a certificate for a student who completed a computer application project. It certifies that the student completed the project under the guidance of their teacher and followed the guidelines. It is signed by an internal and external examiner. The student then acknowledges and thanks their teachers, principal, coordinators and parents for their support and guidance throughout the project. The project helped them apply theoretical knowledge to the real world.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 23

Computer Application (Code-165)

Session - 2023-24

Submitted by: Submitted to:


Name: MS.

Class: Section_
PGT-Information Technology
Roll no.: Raj International School, Rewari
CERTIFICATE

This is to certify that student of class X,


session (2023-2024) from Raj International School, Rewari has
completed his project file under my guidance. He has taken proper
care and shown utmost sincerity in completing this project. I certify
that this project is up to my expectations and as per the guidelines
issued by CBSE.

Signature of Internal Examiner

Signature of External Examiner


ACKNOWLEDGEMEN
T

I would like to acknowledge all those without whom this project


would not have been successful. Firstly, I would wish to thank our
Computer Science teacher Ms. Kusum Yadav and Ms. Bharti
Ma’am who guided me throughout the project and gave his
immense support. He made us understand how to successfully
complete this project and without him, the project would not have
been complete.
I extend my sincere gratitude to my principle Mr. Aniel Mukheja and
coordinators Mr. Sumit Kumar and Mr. Manish Kumar Sharma for
moralsupport during tenure of this project.
This project has been a source to learn and bring our theoretical
knowledge to the real-life world. Therefore, I would really
acknowledge his help and guidance for this project.
I would also like to thank my parents who have always been
therewhenever needed.
Once again, thanks to everyone for making this
project successful.
INDEX
S. no. Page No

Name of practicals
1. Write an HTML code to show your name in heading.

Write an HTML code to show TITLE and heading from H1


2. to H6.

Write an HTML code to show background color of the


3. webpage.

4. Write an HTML code to show font face, size and color.

Write an HTML code to insert image of any famous


5. personality in centre.

6. Write an HTML code to show the (a + b)2 = a2 + b2 + 2ab.

Write an HTML code to create unordered list for fruits and


7. vegetables.

8. Write an HTML code to show ordered list of grocery items.


Write an HTML code to design a form as given below.

9.
Write an HTML code to show a table given below

10.

11. Write an HTML code to link audio and video on webpage.

12. Write inline CSS Code for color and background color.

13. Write internal CSS Code to show the properties of Border.

Write External CSS Code to show the properties of


14. OUTLINE.

15. Write internal CSS Code for FONT properties.

PROGRAM#1 Write an html code to show your


name in heading

CODING:-

<HTML>

<BODY>
<H1>ADITYA</H1>

</BODY>

</HTML>

:- PROGRAME#2 Write an html code to show title


and heading from h1 to h6

CODING:-

<HTML>

<BODY>

<H1>HEADING NO.1</H1>

<H2>HEADING NO.2</H2>

<H3>HEADING NO.3</H3>

<H4>HEADING NO.4</H4>

<H5>HEADING NO.5</H5>

<H6>HEADING NO.6</H6>

</BODY>

</HTML>
:- PROGRAME#3 Write an html code to show
background colour of the webpage

CODING:-
<HTML>

<HEAD>

<TITLE>THIS IS MY FIRST WEBPAGE></TITLE>

</HEAD>

<BODY bgcolor=red>

<H1>BACKGROUND COLOR</H1>

</BODY>

</HTML>
:- PROGRAME#4 :write the HTML code to
show font face, size and color

CODING:-
<HTML>

<HEAD>

<TITLE>THIS IS MY FIRST WEBPAGE></TITLE>

</HEAD>

<BODY>

<P>

<FONT SIZE="10PX"FACE="ITALIC"COLOR="GREEN">

MYSELF ADITYA NEHRA

</FONT>

</P>

</BODY>

</HTML>
:- PROGRAME#5: write an HTML code to
insert image of any famous personality in
center

CODING:-
<HTML>

<BODY>

<H1>FAMOUS PERSONALITY</H1>

<H2>NARENDAR MODI</H2>

<IMG SRC="D:\HRD\QUOTATION AND PO\INVERTOR BATTERY\NARENDER DAMODAR DAS


MODI.jpg">

</BODY>

</HTML>
:- PROGRAME#6 : write
an HTML code to
show the (a+b)2 = a2 + b2 + 2ab.

CODING:-
<HTML>

<BODY>

<P>(A+B)<SUP>2</SUP>=A<SUP>2</SUP>+B<SUP>2</SUP>+2AB

</BODY>

</HTML>
:- PROGRAME#7:write an HTML code to
create unordered list for fruits and
vegetables.

CODING:-
Coding:
<html>
<head>
<title>
</title>
</head>
<body>
Fruits
<ul>
<li>Kiwi</li>
<li>Mango</li>
<li>Apple</li>
</ul>
Vegetables
<ul>
<li>Mushroom</li>
<li>Cabbage</li>
<li>Brinjal</li>
</ul>
</body>
</html>
Program#8: write an HTML code to show
ordered list of grocery items.

Coding:
<html>
<head>
<title>
</title>
</head>
<body>
Grocery items
<ol>
<li>Sugar</li>
<li>Honey</li>
<li>Cheese</li>
</ol>
</body>
</html>
:- PROGRAME#9: Write inline CSS Code for
color and background color.

CODING:-
<HTML>

<HEAD>

<STYLE>

BODY

BACKGROUND-COLOR: LIGHTBLUE;

COLOR:RED;

TEXT-ALIGN: CENTER;

</STYLE>

</HEAD>
<BODY>

<H1>ADITYA</H1>

</BODY>

</HTML>

:- PROGRAME#10: write an HTML code to


show a table given below.

CODING:-
<html>
<head>
<title>
</title>
</head>
<body>
<table border="1" bgcolor="yellow">
<tr>
<th colspan="4">Players Details </th>
</tr>
<tr>
<th></th>
<th>First Name</th>
<th>Last Name</th>
<th>DOB</th>
</tr>
<tr>
<td><img src="C:\Users\Yogesh Kumar\Pictures\A.PNG" height="70"
width="70"></td>
<td>Albert</td>
<td>Pinto</td>
<td>8th July,1976</td>
</tr>
<tr>
<td><img src="C:\Users\Yogesh Kumar\Pictures\B.PNG" ssheight="70"
width="70"></td>
<td>David</td>
<td>Jacob</td>
<td>15th July,1988</td>
</tr>
<tr>
<td><img src="C:\Users\Yogesh Kumar\Pictures\C.PNG" height="70"
width="70"></td>
<td>Michel</td>
<td>Atheron</td>
<td>10th April,1987</td>
</tr>
</body>
</html>

:- PROGRAME#11: write an HTML code to


design a form as given below.

CODING:-
<html>

<head>

<title>

</title>

</head>

<body>

<u><h1 align="center">Application Form</u></h1>


<from>

Username:<input type ="text" value="Enter username"><br>

Password:<input type="password" name="password"><br>

Gender:<input type="radio" name="male" value="gender">Male

<input type="radio" name="female" value="gender">Female<br>

Hobbies:<input type="checkbox" name="reading">Reading<br>

<input type="checkbox" name="travelling">Travelling<br>

<input type="checkbox" name="playing games">Playing games<br>

<input type="checkbox" name="singing & dancing">Singing & dancing<br>

Select stream:<select name="stream">

<option>Science

<option>Arts

<option>Commerce

</select><br>

<input type="submit">

</form>

</body>

</html>
:- PROGRAME#12-write
inline CSS for color
and background color

CODING:-
<html>

<head>

<title> web page</title>

<head>

<body style=”background-color:yellow;”>

<h1 style="color:pink; "> Computer</h1></body>

</html>

:- PROGRAME#13-writeinternal CSS code to


show the properties of border
CODING:-
<html>

<head>

<style>

h2{border-style:double;border-color:orange;border-width:20px;}

</style> </head>

<body>

<h2>Computer</h2></body>

</html>

:- PROGRAME#14-writethe external css code


to show the properties of outline

CODING:-
h2{outline-width:5px;outline-style:dashed;outline-color:red;outline-offset:5px;}

save the file with name harshita11.css<html>


<head><link rel="stylesheet" href="aditya11.css">

</head>

<body>

:- PROGRAME#15-
Write internal CSS Code
for FONT properties

CODING:-
<html>

<head>

<style>

h2{font-family:times new roman;font-size:40px;font-style:italic; color:pink;}

</style>

</head>

<body>
<h2> computer </h2> </body> </html>

You might also like