Difference between revisions of "HTML"

From Hackepedia
Jump to navigationJump to search
 
m (url change)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
HyperText Markup Language. This is the language used on the www that your web browser interprets and displays.
+
HyperText Markup Language. This is the language used on the www that your web [[Browser]] interprets and displays, perhaps with the aid of [[CSS]].
  
 
It is a large debate as to what web pages should be used for. Some focus on the aesthetically pleasing,
 
It is a large debate as to what web pages should be used for. Some focus on the aesthetically pleasing,
Line 10: Line 10:
 
</p>
 
</p>
 
<p>
 
<p>
If you have a website, or are thinking of creating one, may I request that you read the following sites before doing so. The first one is regarding [http://www.w3.org/TR/html4/ HTML standards]. It is a long read, but results in proper HTML, which unfortunately most sites do not have. The other URL to read is [http://www.tuxedo.org/~esr/html-hell.html the HTML Hell] page. This sites focuses on some things to keep in mind when creating a site. However the most important thing to remember is content. Make sure your site offers something that other sites don't. Another good site is [http://www.htmlhelp.org/ HTML Help].
+
If you have a website, or are thinking of creating one, may I request that you read the following sites before doing so. The first one is regarding [http://www.w3.org/TR/html4/ HTML standards]. It is a long read, but results in proper HTML, which unfortunately most sites do not have. The other URL to read is [http://www.catb.org/~esr/html-hell.html the HTML Hell] page. This sites focuses on some things to keep in mind when creating a site. However the most important thing to remember is content. Make sure your site offers something that other sites don't. Another good site is [http://www.htmlhelp.org/ HTML Help].
 
</p>
 
</p>
 
<p>
 
<p>
Line 22: Line 22:
 
You can verify that your page is using proper HTML by entering your website's address at [http://validator.w3.org Validator ].  
 
You can verify that your page is using proper HTML by entering your website's address at [http://validator.w3.org Validator ].  
 
</p>
 
</p>
 
<p>$ Last modified: March 18 2000 21:46:51.</p>
 

Latest revision as of 22:51, 15 February 2006

HyperText Markup Language. This is the language used on the www that your web Browser interprets and displays, perhaps with the aid of CSS.

It is a large debate as to what web pages should be used for. Some focus on the aesthetically pleasing, however I feel that the main focus should be content. What does your site provide that no one else can? If the answer is nothing, should you really have one, or is it just wasting bandwidth, which in effect costs everyone money?

If you have images, check the byte size, and try to keep them as small as possible. A common thing I notice is that people often forget to include ALT tags in their images. Not everyone uses a gui (graphical user interface) browser, which means they can't see images on webpages, only read the text. (I often use a popular non-gui browser called lynx).

If you have a website, or are thinking of creating one, may I request that you read the following sites before doing so. The first one is regarding HTML standards. It is a long read, but results in proper HTML, which unfortunately most sites do not have. The other URL to read is the HTML Hell page. This sites focuses on some things to keep in mind when creating a site. However the most important thing to remember is content. Make sure your site offers something that other sites don't. Another good site is HTML Help.

Do not ever use an HTML editor. Use your favorite text editor to create the perfect page. I have never seen an HTML editor create a proper webpage. Your page might look good with your browser, but may not look good with all of the various browsers available.

After a little experience creating websites, you might be interested in creating dynamic pages. If this interests you, you'll want to check out php.

You can verify that your page is using proper HTML by entering your website's address at Validator .