Web addresses: Difference between revisions
Jump to navigation
Jump to search
Created page with " Omit ‘http://’ if URL starts with www Avoid including excessively long URLs. Break long URLs in the following order of desirability • after a forward slash • after a ..." |
No edit summary |
||
Line 1: | Line 1: | ||
Omit ‘http://’ if URL starts with www | Omit ‘http://’ if URL starts with www | ||
Avoid including excessively long URLs. Break long URLs in the following | Avoid including excessively long URLs. Break long URLs in the following | ||
order of desirability | order of desirability | ||
• after a forward slash | • after a forward slash | ||
• after a full point | • after a full point | ||
• after an underscore | • after an underscore | ||
• after a hyphen | • after a hyphen | ||
[[category:Writers' guide]] | [[category:Writers' guide]] |
Latest revision as of 17:02, 18 September 2013
Omit ‘http://’ if URL starts with www
Avoid including excessively long URLs. Break long URLs in the following order of desirability
• after a forward slash
• after a full point
• after an underscore
• after a hyphen