|
|
Source

1.
If you're up to now with a WYSIWYG editor have worked: Learn HTML and
write your own pages with a text editor such as Phase5 or Textpad. The
most famous tutorial on Web site creation is "SELFHTML."
2. Detoxify
your pages and remove unnecessary
spaghetti code. Note the web ( "Web design standard").
3. Draw
your content with HTML from logical. Create e.g. Headlines not
because you simply enlarge the font, but using the corresponding HTML
elements (h1-h6).
The same applies to paragraphs (p),
lists (ul, ol,
li) and highlights (em,
strong).
4. Check
each page on validate! Errors in the HTML structure can not
just browsers problems in preparing the presentation, but also search
engines in indexing the contents of confusion. Validator is a good
example TidyGUI.
5. You realize all formatting with CSS in an external stylesheet file.
It is in the head area included the following:
<link rel="stylesheet" type="text/css"
href="mystyles.css">
6.
Javascript camps (if any) in an external file. This will be your pages
leaner and simpler - not only for you but also for search engines. An
external script file tie in the head area as follows:
src="myskript.js"
<script type="text/javascript"> </ script>
7. Remove all unnecessary spaces from your code. Some programs for
creating Web pages automatically generate indentations, the page volume
by up to 50% can increase.
The
influence on the rankings but is expected to be low, but your visitors
are looking at each case on faster download times.
|
|
|
|

Source
code
What is Source code? Get more
knowledge wiht Wikipedia!
|
Get more visitors,
Make your Website
pupular

|