Public Service Commission Preparation, Computer Operator, Blogspot and Wordpress Blogging, Qbasic Programming

htmlpractical

Computer Operator Practical HTML Question; Design a page containing the 3 X 2 table having your information

Post Top Ad

Ms-Office Practical Guides

In this section, we present the learning materials for your computer practical exam especially in Ms-Office. Most important, frequently asked Questions, Practical Guides, Practice Sets, and Tips & Tricks from Ms-word, Ms-excel, Ms-powerpoint, Ms-Access and HTML for the practical exam preparation of PSC Computer Operator and Data Entry Supervisor. Let's started to learn.


Ms-Word

Practical Guides

Ms-Word

Asked Papers

Ms-Word

Practice Sets

Ms-Word

Tips & Tricks


Ms-Excel

Practical Guides

Ms-Excel

Asked Papers

Ms-Excel

Practice Sets

Ms-Excel

Tips & Tricks


Ms-Powerpoint

Practical Guides

Ms-Powerpoint

Asked Papers

Ms-Powerpoint

Practice Sets

Ms-Powerpoint

Tips & Tricks


Ms-Access

Practical Guides

Ms-Access

Asked Papers

Ms-Access

Practice Sets

Ms-Access

Tips & Tricks


Multiple Choice Questions Sets

Here we presents the selected, Most important, frequently asked Multiple Choice Questions from Ms-word, Ms-excel, Ms-powerpoint, Ms-Access and HTML for the written exam preparation of PSC Computer Operator and Data Entry Supervisor. Let's Get started to learn.


Ms-Word

MCQ Sets

Ms-Excel

MCQ Sets

Ms-Powerpoint

MCQ Sets

Ms-Access

MCQ Sets


HTML

MCQ Sets

Operating System

MCQ Sets



Interviews Preparations

The most important part of preparing for an Interview is practice. Preparation is the key to a successfull interview so take a look at Preparations Questions and Tips & Tricks how to answer them. Let's Get started to learn.


Interview Questions

Asked Before

Tips & Tricks

Based on Experience



Question Papers

I knew its hard to find the right question papers in internet from one website. But it's good to say here i collects questions papers sets that are previously asked from psc exams. These questions will be helpful for the final preparation of your exam. Let's start to expand your knowledge.


Section Officer

Asked Before

Computer Officer

Asked Papers

Nayab Subba

Asked Papers

Computer Operator

Asked Papers


Kharidar

Asked Papers

Asst. C.O.

Asked Papers



Modal Practice Paper Sets

Here we have writes some sample practical paper sets for your exam. Try to solve these questions within time at home frequently. If you solve this within time you will cover almost every quetions in exam hall. These questions will be helpful for the final preparation of your exam. Let's start to practice.


Section Officer

Modal Sets

Computer Officer

Asked Papers

Nayab Subba

Modal Sets

Computer Operator

Modal Sets


Kharidar

Modal Sets

Asst. C.O.

Modal Sets



Tutorials & Courses

In this section, we presents the learning materials for your Public Service Commission exam, bank exam, Nea exam, institutional exan etc. This section contains chapters with solutions, cources, or any thing that helps for your written exam, practical exam & interview based on curriculam. Let's start to prepare for your exam.


Section Officer

Tutorials

Computer Officer

Tutorials

Nayab Subba

Tutorials

Computer Operator

Tutorials


Kharidar

Tutorials

Asst. C.O.

Tutorials



Blogging & Wordpress Tutorials, Courses

In this place, you will find blogging tips, new strategies, and will teach you how to be a bogger with just the most basic computer skills. Everything you need to know to start blogging-we'll show you how step by step for blogging and wordpress. Let's Get started to learn.


Wordpress

Tips

Blogging

Tips

Wordpress

New Strategies

Blogging

New Strategies


Blogging

Make Money

Wordpress

Make money

Blogging

Guide

Wordpress

Guide


Blogging

For Beginners

Wordpress

For Beginners

Blogging

Tutorials

Wordpress

Tutorials


Wordpress

How to start?

Blogging

How to start?

Blogging

Intermediate

Wordpress

Intermediate


Post Top Ad

Question:- Design a page containing the 3 X 2 table having your information

Solution:-

Before going on the above Program we should know some basic knowledge on Internet Technology, HTML Basic Structure and how to create HTML Document?

Internet Technology:-

The internet Technology refers to devices, software, hardware and transmission protocols used to connect computers together in order to receive or send data from one computer to another within a network.

The web is a service that is supported by the internet.

Web Server:-

Web server are computers on the internet that host website, serving pages to viewers upon request. A computer that delivers (Serves up) web pages. Every web server has an IP address and possibly a domain name. If you enter a URL www.pschelper.com in your web browser, the browser tries to find the IP address of the domain name from the DNS Server. 

Uniform Resource Locator:-

The hypertext transfer protocol uses internet addressess in a special format called Uniform Resource Locator or URL.

Web Browser:-

A Web Broswer is a software application such as Mozilla Firefox, Google Chrome, Microsoft Edge, Safari, Opera etc. designed to find hypertext documents on the web and then open the HTML documents on the user's computer. 

Website:-

A website is a collection of related web pages. These pages contain text, graphics, audio, video and links to other pages which are typically identified with a common domain name, and published on at least one web server. Examples are pschelper.com, onlinekrishi.com etc.

Web Pages:-

Hypertext documents on the Internet are known as web pages. Your web browser interprets and displays web pages. Web browsers typically can display text, various graphic and multimedia format files. 

Home Page:-

When we load a web browser the page which loads first is called home page of the website.

Search Engines:- 

Suppose you want to look at Chapter 10 of your computer Book. What would you do? You would look at the contents pages, search for the chapter and find out the page number of that chapter then opens that page number of your book. 

Similarly, it is not always easy to find information (websites) or what you want on the internet (web). There are large numbers of websites on the internet. 

So to search websites, Search engines are well engines or robots that crawl the web looking for new web pages when we typed some words on the web browser.

Google, Bing, Yahoo Search, Ask.com, are some popular search engines. 

HTML Basic Structure:-

Every HTML document has a basic structure. The HTML document is mainly divided into two sections. The entire document is enclosed with in <HTML> </HTML> tags. 

Within these tags two distinct sections are Document Head contained in <Head> </HEAD> and Body section contained in <BODY> </BODY>

<html>

<head> 
<title> </title> 
</head>
<body>
</body>
</html>
<HTML>.........</HTML> Tag:-
This tag recognizes the document as an HTML document.
<HEAD> ........</HEAD> Tag:-
This tag identifies the beginning and end of the header section.
<TITLE>.........</TITLE> Tag:-
This tag is used to place the text in the title bar of the browser window.
<BODY>.........</BODY> Tag:-
This tag recognizes the beginning and end of the body section.
There are some attributes of the <BODY> tag which are used to specify the background colour, text color, font size, font weight and so on.
How to create HTML Document in Notepad?
Not let's put this into practice. All you need is to write an HTML file in a text editor. In window operating system, you will find the Notepad. Beside this, there are numerous text editor software, Textpad, Editplus, Notepad ++. Basic HTML documents that we will be working with have the extension .html or .htm.
Here are the steps to create ans save the HTML document in notepad.
1) Go to Computer's Search Box, type Notepad and click on Notepad Software. Do as seen in the scene below.
.com/img/a/
2) Write Basic HTML Structure Tag in Notepade software. For example, how to display "Welcome to Public Service Commission" welome text moving in the top of the web page. Write as written in Notepad Software below.
.com/img/a/
3) Then press CTRL + S button as written above in Notepade. Write the file name, then the filename, then dot (.), Type html and save it to the desired location / drive. As given below.
.com/img/a/
4) Open the HTML document saved on the desktop from the browser on the computer. Do as given on the screen below.
.com/img/a/
5) After opening the html document in the browser, it looks as given below.
.com/img/a/
To create an Html document from Notepad software, try to complete the above 1 to 5 points time and time again. Type html code with smart way is your challenge.
Now we move on the above question to write HTML Code:-
When all the above mentioned HTML code has to be written in Notepad,

<html>

<head><title></title></head>

<body>

<table border="1">

<tr>

<td>Name</td>

<td>Address</td>

<td>Age</td>

<td>Gender</td>

<td>Contact</td>

<td>Email</td>

</tr>

<tr>

<td>Mohan Bhatt</td>

<td>Bhujela, Nepal</td>

<td>25</td>

<td>Male</td>

<td>9848844120</td>

<td>bhattmohandutt@yahoo.com</td>

</tr></br></br>

<img src="Desert.jpg" width="200" height="200" /></br></br>

<a href="http://www.psc.gov.np">Click here to open PSC website</a>

</table>

</body>

</html>


No comments:

Post a Comment

Post Bottom Ad