Search This Blog

Monday 25 July 2011

HTML TUTORIAL

HTML Stands for Hyper Text Markup Language with which you can create your own websites and this tutorial teaches you the basic and advanced knowledge about HTML. This is relatively very easy language to learn offline using Microsoft Notepad. I am going to focus on XHTML which stands for Extensible Hypertext Markup Language. XHTML is a case sensitive language and is written in lower case.

HTML language is made up of elements and tags.
HTML Tags: 
  • HTML tags are keywords surrounded by angle brackets like <html>
  • HTML tags normally come in pairs like <b> and </b>
  • The first tag in a pair is the start tag, the second tag is the end tag
  • Start and end tags are also called opening tags and closing tags
HTML Elements:
  • An HTML element starts with a start tag / opening tag
  • An HTML element ends with an end tag / closing tag
  • The element content is everything between the start and the end tag
  • Some HTML elements have empty content
  • Empty elements are closed in the start tag
  • Most HTML elements can have attributes
Start /Opening tag
Element content
End/closing  tag
<p>
This is a paragraph
</p>
<a href="default.htm" >
This is a link
</a>
<br />








The obove image is just an example of using simple elements and tags.


Sunday 24 July 2011

Basic concept

Primfix.com - Expect something Extra



There is a basic concept of web development

  • You create web pages
  • Then you register your own domain name.
  • Buy web Hosting.
  • Upload web pages
If you feeling its a too much of work then you can hire someone to do your job but often it will be expensive for you. So its better to have some basic knowledge and try to make your own web pages. You must be feeling its better to pay than wasting time. But you need to consider this you can make your own web pages for free and every thing you need to build web pages is already in your computer system. You can use the following platforms to build your web pages.
  • Notepad - Free editor supplied with windows 
  • A browser - You can view your created web pages, for example; Internet explorer, chrome, firefox etc.

 The language we use to create web pages is HTML.
HTML: HTML is hypertext mark-up language. It is a easy language to learn.
CSS: CSS is how HTML pages are styled (colours, backgrounds, text fonts, page layout etc...).

We will start creating our web pages from next post. So far we are good and we are ready to be good.
Be motivated because on every path of life we want to be new so learn new things so you can feel renew.

"You heard them saying you can't do it, but you never heard them saying that you were better than them"

Saturday 23 July 2011

Web Designing



Introduction
What is web-designing?
Web Designing is a process of designing websites- which generally means creating a web pages. Web designing includes planning and creating of websites that includes layout and outline of the projects. Key features you need to be sure you have are: a sitemap, the wireframes/ architecture and content. By putting these things together, a web designer creates websites.
When some one wants to be a web designer, He must have to learn certain procedures and language which is used by every designer.
  • HTML
  • CSS
  • Java Script 
  • CGI Programming
  • PHP, ASP, ColdFusion
  • XML
  • Information architecture
  • SEO
  • Server management
  • Web strategy and marketing
Mostly web designer don't learn every thing mentioned above but they learn 2 or 3 aspects and try to excel in that.
Basic concept of web continue.... Next Post.