Business

Building Your Own Website Is Easy – A Tutorial

Building a simple internet site is simple, even for non-IT people. If you’ve got the following simple necessities, then you may create your own internet site.

Basic Requirements:

Basic understanding of HTML

Computer set & Internet Connection

Website Design Layout or Template

Website Content

Domain Name and Web Space or Host

Let me explain to you every of the above necessities:

Basic Knowledge of HTML:

A website is composed of 1 or more internet pages. A page layout is produced with the aid of using html codes or tags. HTML approach Hyper-Text Markup Language and tags Google Sheets Tutorial are enclosed through symptoms. If you have 0 know-how of html, nicely right here is the define of an internet web page:

Outline of a web web page::

<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN”

“http://www.W3.Org/TR/xhtml1/DTD/xhtml1-transitional.Dtd” >

<html>

<head>

<title>

Here you will area the identify of the web page. The texts here are displayed on the topmost left of a browser or net page.

</title>

<meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1″ />

<meta name=”keywords” content=”you must type here the main keywords of your content like this keyword1,keyword2,keyword3,etc. Words that are frequently used in this page content must be included here for search engine optimization.” />

<meta name=”description” content=”You must type here the summary of this page content using the page’s main keywords for search engine optimization” />

<meta name=”author” content=”Your name here” />

<meta name=”copyright” content=”The year you built your website” />

<style type=”text/css”>

This is the region for Cascading Style Sheets or called CSS. CSS defines the patterns you may use to your net web page together with font shade and size of the textual content, background photo, boxes, and many others. These are effected inside the frame however most of the fashion definitions affects best the ones areas where you operate them.

</style>

</head>

<body>

Here you will implement the layout the usage of style definitions you have got made in the “style” segment. Without setting anything right here the web page may be clean except for the title on the way to appear at the topmost left of the web page. You may even region here the content of your internet site. It can be blended of texts, images, audios and motion pictures.