120 likes | 136 Views
How to make an SEO Friendly web site. how to design it. How to make our web site more attractive to attract the client.
E N D
Creating a website. • Choose a Domain Name. • Register with Registrar. • Choose a hosting Service. • Tell registrar the IP Address. • Create a Web Content. • Store (Publise) onto hosting Server (FTP). • Submit new Site to Search engine.
12 Principles of Good website Design. • Visitor centric, Good Purpose. • Progressive Disclosure • Display quickly • Browser compatible • Intuitive navigation • Spelling, Grammer, Writing • Secure (ecommerce) • Attractive design, easy to read • No technical problems (broken link, Buggy script) • Maintainable (Separate content from style) • Search Engine Accessible • Cultural base (Regional? Domestic? International?)
Creation your Web Site Technologies and Tools • Markup Languages • HTML ,DHTML,XML,XSLT, etc….. • Cascading Style Sheet(CSS) • Scripting Language • Perl, javascript,Php, etc... • Web Creation and Editing Software • Notepad, frontpage, Coldfusion, Flash, Hotmetal, Site Builder, etc..
Markup Languages - HTML Derived From SGML (Standard Generalized Markup Language ) • Hyper Text Markup Language
HTML Fundamentals • Clear Text, Case insensitive • Ignore with space • Comprised with tags <tag /> • Open tags and Close Tags
HTML Fundamentals • Open tags • <Name attributes/> • <hr/>, <br/> • <img src= “url” Width=’100px’ height=’60px’/> • Closed tags • <Name attributes> Stuff </name> • <b> text to be bold </b> • <h1> Level 1 heading text </h1> • Comments • <!- - comment text -- >
HTML Fundamental Document Structure <HTML > </HTML> Header Body
HTML - Fundamentals Basic Structure <html> <head> <title> The title of your html page </title> <meta_tags/> <head> <body> <!- - your web page Content and markup -- > </body> <html/>
HTML Fundamental Header <body> Hello World </body
HTML Fundamentals Hyperlink colors <BODY LINK=Color, VLINK=Color, ALINK=Color > <BODY LINK= “blue”, VLINK= “purple”, ALINK= “red” > <BODY LINK= “#0000FF”, VLINK= “#FF00FF”, ALINK= “#FF00” >
HTML Fundamentals Colors • Cathode Ray Tube (CRT)