address:

Web Marketing and Studies
The Mall
Abbottabad 22010



Making of a Website.

To design a website you need to know about few Languages and Scripts.
Server side Scripts mean which play on your Personal Computerand Server side Scripts mean those Scripts which play on Web Server.




Website Pages :
Hosting Space :
Website Type :

 

What is PHP?

PHP is an abbreviation of “Hypertext Pre-Processor”. It is a computer language used to create web pages. Nowadays it is being used by most of the website developers because its script is open source and run on the web server. Its setup is free of cost. You can install it online. Those who are new to the world of web technology can take a good start with the PHP language.
All files in PHP are saved with the extension of “.php” and they consist of fine code and Javascript. HTML is used in the PHP code. Many of its characteristics are advanced and that’s why developers commonly use it. You can create dynamic pages through PHP code. You can easily upload its files on the web server. The forms can be created in PHP. It can be

read more

What is HTML editor?

Front Page is software in which you can create web pages with the content, pictures and videos, etc. First time, it was introduced by the Cambridge, Massachusetts Co. Now, there are many versions of the Front Page including 1.0, 1.1, MS Front Page 97, MS Front Page for Macintosh 1.0, etc. The latest one is MS office Front Page 2003. It can be said an HTML editor that does not necessarily requires you to learn HTML, however, it is better to understand 4 types of views, i.e.
1- Design View
2- Preview View
3- Code View &
4- Split View
In design view, it is very simple to drag the text and picture and drop it on the page. Code view consists of

read more

What is Javascript?

Javascript is a computer language for building websites. It executes on the system of the visitor of your website. It is widely used for online quiz, game development and election purposes. It is gaining popularity on almost all devices including web servers, personal computer, iPhones, tablet PC, notebooks and laptops, etc. avascript runs in almost all the main web browsers that the users of your site have installed on their computer, e.g. google chrome, Internet Explorer,Opera, Firefox, Safari, etc. When a visitor opens the website, Javascript runs by default. You do not need to learn it particularly rather get the know-how of pasting the available code on your web pages from another website.

read more

 
 

 

What is HTML?

 

HTML means “Hyper Text Mark-Up Language. It is a language code that computer can understand or in simple words, you can call it one of the several web technologies. Let us break the parts of HTML and understand what it actually refers to?
Hyper means that any web page can be accessed by the visitor without any specific order or place. The Text is simply whatever content you add to your website in English generally. Markup refers to the code used for the formatting of text, e.g. for heading, you can use <h1> in the start of the text and </h1> at the end of words. These are also called “HTML Tags”. Language represents the machine language for the understanding of a web page.
Nowadays, there are many programs and software available that have built-in code and you do not need to learn HTML for creating the web page of your site. However, if you first understand the logic of html, it goes in your favor and you will surely find it easy and interesting.
To the visitor, the web page is shown just as a page written in English with colors, borders, tables, headings, bold text, bullets, images, etc. same as you enter data in any word document.
Other than books available in the market, you can also learn HTML through online tutorials or audio and video lessons free of cost. What you have to do is that only enter your desired keywords in the search engine and you will see millions of free tutorials.
Today, there are many versions of HTML introduced from time to time for example HTML+, HTML 2.0, HTML 5, XHTML 5, etc. HTML is a simple language that does not require any database connection. CSS (Cascading Style Sheet) can be attached to the HTML pages for better look and feel.
Going to the history of HTML, we come to know that it was Berners Lee who used it in 1990. Later in 1991, he introduced HTML Tags first time and published over the internet.


HTML is a programming language that is composed of Start & End Tags, Attributes, text and graphics. Collectively it is known as HTML Elements. We use angle brackets with every tag. Following is a little example of HTML with the output that appears in the browser:
<!DOCTYPE html>
<html>
<body>
<h1> Learn html online</h1>
<p>Our tutorial provides you complete guideline how to create web pages in HTML.</p>
</body>
</html>
Output:
Learn html online
Our tutorial provides you complete guideline how to create web pages in HTML.
Let us explain each line of this code:
1- Declaration of document type
2- Html start tag
3- Body start tag
4- Heading
5- Paragraph
6- Body end tag
7- Html end tag
Further, comments are written to understand the code clearly. These are not shown on the web. Like other computer languages, html also uses different data types including Stylesheet and Script. An html file is saved with the extension of “.php” and its short form mostly used is “.htm”.

 

Copyright © 2015 - 2018, All rights reserved.