|
|
#1 (permalink) |
|
Brand New Member
Join Date: Jul 2008
Posts: 1
Warriner25 is an unknown character at this point
![]() |
Just like spring cleaning a house, the html code of your web pages should get periodic cleaning as well. Over time, as changes and updates are made to a web page, the code can become littered with unnecessary clutter, slowing down page load times and hurting the efficiency of your web page. Cluttered html can also seriously impact your search engine ranking.
This is especially true if you are using a WYSIWYG (What You See Is What You Get) web design package such as Virginia website design. These programs will speed up your web site creation, but they are not that efficient at writing clean html code. We will be focusing this discussion on the actual html coding, ignoring other programming languages that may be used in a page such as JavaScript. In the code examples I will be using (and) characters instead of correct html so that the code examples will display properly in this newsletter. Up until recently when coding a page in HTML we would be using tags such as the (font) tag and (p) paragraph tags. Between these tags would be our page content, text, images and links. Each time a formatting change was made on the page new tags were needed with complete formatting for the new section. More recently we have gained the ability to use Cascading Style Sheets, allowing us to write the formatting once and then refer to that formatting several times within a web page |
| (Offline) |
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
|
Discussion forum in English : The international discussion forum : Principles of HTML Code Optimization
|