ICT Practical Note
ICT Practical Note
Uses of devices:
Hardware: A Computer
Uses:
To complete the above experiment, the steps of using devices are as follows:
2) If the electricity connection is OK then we need to switch on the power of the computer.
5) After completing the experiments, all programs should be closed and the computer should be shut
downand the electricity connection should be switched off.
Activities:
To complete the experiment, the following steps should be followed:
Program:
<html>
<head>
<title>
</title>
</head>
<body>
</body>
</html>
c) File Save:
d) Explanation:
The explanations of the tags which are used in this experiment are as follows:
Tags Description
<html></html> Indicate HTML document
<head></head> Indicate head of the program
<title></title> Indicate title of the document
<body></body> Indicate main content of the program
<b></b> Indicate text bold
<i></i> Indicate text italic
<u></u> Indicate text underline
<br> Indicate one line break
Fill will be saved on the location C:\Users\Darda (Computer_name\Documents. According to necessary
the file can be saved on other locations too.
e) Observation:
After completing these activities an HTML file will be created named program1.html.
Experiment: 02
Name of Experiment: To open a previously created HTML file.
Theory:
A previously saved HTML file can be opened as a webpage. For this reason, one needs a browser. Any
browser can be used to create an HTML file.
Uses of devices:
Hardware: A Computer
Uses:
To complete the above experiment, the steps of using devices are as follows:
2) If the electricity connection is OK then we need to switch on the power of the computer.
5) After completing the experiments, all programs should be closed and the computer should be shut
downand the electricity connection should be switched off.
Activities:
To complete the experiment, the following steps should be followed:
From the submenu obtained from right click button of the mouse ‘open with’ is selected.
From the browser list, click “Internet Explorer” and the output of the file is found.
b) Observation:
Uses of devices:
Hardware: A Computer
Uses:
To complete the above experiment, the steps of using devices are as follows:
2) If the electricity connection is OK then we need to switch on the power of the computer.
5) After completing the experiments, all programs should be closed and the computer should be shut
downand the electricity connection should be switched off.
Activities:
To complete the experiment, the following steps should be followed:
Program:
<html>
<head>
</head>
<body>
<abbr> (U.N.O) </abbr> (United Nation Organization) This is an example of Abbreviation <br>
</p>
</body>
</html>
c) File Save:
d) Explanation:
The explanations of the tags that are used in this experiment are as follows:
Tags Description
<html></html> Indicate HTML document
<head></head> Indicate head of the program
<title></title> Indicate title of the document
<body></body> Indicate main content of the program
<b></b> Indicate text bold
<i></i> Indicate text italic
<u></u> Indicate text underline
<small></small> Smaller than normal text
<br> Create one line break
<code></code> Express computed code text
<p></p> Indicate paragraph
<pre></pre> Used for creating preformatted text
<big></big> Bigger than normal text
<tt></tt> Indicate teletype text
<strong></strong> Indicate strong text
<sub></sub> Indicate subscript text
<sup></sup> Indicate superscript text
<abbr></abbr> Abbreviation tag
File will be saved on the location C:\Users\Darda (Computer_name)\Documents. According to necessary
file can be saved on other locations too.
e) Observation:
Theory:
Header tags are used for writing heading or titles. For example: <h1>.................. </h1>. Here, if we use
any number from 1 to 6 after H, different sizes of heading format are found. In case of paragraph <p> tag
is used. If one wants to present any writing from one line to another then <br> that is (line break) tag is
used.
Uses of devices:
Hardware: A Computer
Uses:
To complete the above experiment, the steps of using devices are as follows:
2) If the electricity connection is OK then we need to switch on the power of the computer.
5) After completing the experiments, all programs should be closed and the computer should be shut
downand the electricity connection should be switched off.
Activities:
To complete the experiment, the following steps should be followed:
Program:
<html>
<head>
</head>
<body>
</body>
</html>
c) File Save:
d) Explanation:
Tags Description
<html></html> Indicate HTML document
<head></head> Indicate head of the program
<title></title> Indicate title of the document
<body></body> Indicate main content of the program
<br> Create one line break
<h1></h1> Header tag 1 will be the largest
<h2></h2> Header tag 2
<h3></h3> Header tag 3
<h4></h4> Header tag 4
<h5></h5> Header tag 5
<h6></h6> Header tag 6
<p></p> Indicate paragraph
File will be saved on the location C:\Users\Darda (Computer_name) \Documents. According to necessary
file can be saved on other locations too.
e) Observation:
Uses of devices:
Hardware: A Computer
Uses:
To complete the above experiment, the steps of using devices are as follows:
2) If the electricity connection is OK then we need to switch on the power of the computer.
5) After completing the experiments, all programs should be closed and the computer should be shut
downand the electricity connection should be switched off.
Activities:
To complete the experiment, the following steps should be followed:
Program:
<html>
<head>
</head>
<body>
<p align=center”><b><u>HTML program using font face, font size, font color and pre-element
</u></b></p>
<font face=“arial”> This text is using arial font </font><br>
<h1>Grading System</h1>
<PRE>
80-100 5.00 A+
70-79 4.00 A
60-69 3.50 A-
50-59 3.00 B
40-49 2.00 C
33-39 1.00 D
00-32 0.00 F
</PRE>
</body>
</html>
c) File Save:
d) Explanation:
Tags Description
<html></html> Indicate HTML document
<head></head> Indicate head of the program
<title></title> Indicate title of the document
<body></body> Indicate main content of the program
<br> Create one line break
<h1></h1> Header tag 1 will be the largest
<p align=”center”></p> Indicate paragraph all the center
<font face=”arial”></font> Indicate Arial font
<font size=20></font> Indicate font size 20
<font color=red></font> Indicate font color red
<b></b> Indicate Text bold
<i></i> Indicate Text italic
<u></u> Indicate Text underline
<p></p> Indicate paragraph
<PRE></PRE> To create PRE formatted text
File will be saved on the location C:\Users\Darda (Computer_name) \Documents. According to necessary
file can be saved on other locations too.
e) Observation:
Experiment No: 6
Theory:
Lists are used in webpage to present various data and information in an ordered manner.Generally, 3 tags are
used in case of list.
For Example:
ul- Unordered List
li-List Item
ol- Ordered List
Uses of devices:
Hardware: A Computer
Uses:
To complete the above experiment, the steps of using devices are as follows:
1) At first one needs to check the electricity connection
2) If the electricity connection is ok, then one needs to switch on the power of the computer.
3) To check whether the above mentioned software’s are installed or not.
4) Necessary programs have to be started to complete the experiment.
5) After completing the experiment all programs should be closed and computer should be shut
down and the electric connection has to be switched off.
Activities:
To complete the experiment, the following steps should be followed:
<html>
<head>
<title>This is my fourth program.</title>
</head>
<body>
<p align="center"> <b><u>html program using list</u></b></p>
<h3 align="center"> List of programming language using OL</h3>
<ol>
<li> BASIC </li>
<li> c </li>
<li> PASCAL </li>
<li> FORTRAN </li>
</ol>
<ol TYPE=A>
<li> BASIC </li>
<li> c </li>
<li> PASCAL </li>
<li> FORTRAN </li>
</ol>
<ol>
<li> BASIC </li>
<ol type=1>
<li> GWBASIC </li>
<li> QBASIC </li>
</ol>
<li> c </li>
<li> PASCAL </li>
<li> FORTRAN </li>
</ol>
c) File Save:
d) Explanation:
The explanations of the tags which are used in this experiment are given:
Tags Description
<html></html> Indicate HTML document
<head></head> Indicate head of the program
<title></title> Indicate title of the document
<body></body> Indicate main content of the program
<h3></h3> Header Tag 3
<p align=”center”></p> Indicate center alignment of paragraph
<b></b> Indicate text bold
<i></i> Indicate text italic
<br> Indicate line break
<li></li> Used to create list
<ol></ol> Used to create ordered list
<ul></ul> Used to create unordered list
<p></p> Indicate paragraph
e) Observation:
Uses of devices:
Hardware: A Computer
Uses:
To complete the above experiment, the steps of using devices are as follows:
1) At first one needs to check the electricity connection
2) If the electricity connection is ok, then one needs to switch on the power of the computer.
3) To check whether the above mentioned software’s are installed or not.
4) Necessary programs have to be started to complete the experiment.
5) After completing the experiment all programs should be closed and computer should be shut
down and the electric connection has to be switched off.
c) File Save:
Tags Description
<html></html> Indicate HTML document
<head></head> Indicate head of the program
<title></title> Indicate title of the document
<body></body> Indicate main content of the program
<b></b> Indicate text bold
<i></i> Indicate text italic
<br> Indicate line break
<table></table> Used to create table
<col></col> Used to create column of a table
<tr></tr> Used to create row of a table
<th></th> Used to create header of a table
<caption></caption> Used to write caption of a table
<td></td> Used to create cell of a table
<p align= ”center”></p> Center alignment of a paragraph
e) Observation:
Uses of devices:
Hardware: A Computer
Uses:
To complete the above experiment, the steps of using devices are as follows:
1) At first one needs to check the electricity connection
2) If the electricity connection is ok, then one needs to switch on the power of the computer.
3) To check whether the above mentioned software’s are installed or not.
4) Necessary programs have to be started to complete the experiment.
5) After completing the experiment all programs should be closed and computer should be shut
down and the electric connection has to be switched off.
Activities:
To complete the experiment, the following steps should be followed:
c) File Save:
Click on “file” menu.
Tags Description
<html></html> Indicate HTML document
<head></head> Indicate head of the program
<title></title> Indicate title of the document
<body></body> Indicate main content of the program
<a></a> anchor tag
href href should be added to anchor tag. “href”
Indicate header reference
<a href=program3.html> The page of “program3.html” will be added to
the webpage
<img src=”picture.jpg”> “picture.jpg” image fill will be show
<br> create one line break
<a href=http://www.google.com> link should be created with
“http://www.google.com”
<li></li> Used to indicate list
<ol></ol> Used to create order list
<p align= ”center”></p> Center alignment of a paragraph
e) Observation: