banner
Welcome to HTML.co.uk, the number one resource for all news, information, and happenings regarding HTML.

Updates: HTML.co.uk has just been relaunched. Subscribe to our RSS Feed to stay on top of HTML news and techniques.
Oct
30th

Character Entities in HTML and Other Advice

Author: Editor | Files under HTML Tutorials
Tags for this article: , , , , ,

Some characters are actually reserved in HTML which should be replaced with character entities. A number of signs such as greater than or less than cannot be used because the browser will treat them for mark up. If anyone all around the world wants to put these symbols then he or she must use character entities in the actual HTML source. These entities are fixed and you will have to put fixed characters. These entities are like symbols which are to be remembered whenever you are putting some signs online. You can easily find all the character entities online which make the job much easier.

At first you will face some difficulty but gradually you will get used to it and these are easy to remember as well. There is a disadvantage as well because all browsers may not support these entities but most of them do support. One of the most common and important entities in HTML is the non breaking space. HTML normally truncates spaces that you will put in the text and sometimes you really want to put spaces with a purpose. Even if you put 5 spaces in your text HTML will automatically remove 4 spaces out of them. In order to use spaces between text you will have to use   character entity.

Following are some of the most commonly used character entities include < which is used for less than sign. The > is used for greater than sign and ¢ is used for a cent sign. Some other very important charter entities are £ which is used for a pound and ¥ yen. The description of copyright and registered trademark is very frequently used and for putting it you will use © and ® character entities. Above mentioned are very important and remembering them will help you in many ways.

There is an entity number given to each of the entity characters which makes it even easier for you to remember it. Various other signs are important and are used very often but HTML may not support it as well. Some of the most important punctuation characters include a fraction slash which is presented through ⁄ entity and it is numbered as &#8260. Inverted exclamation mark is represented through ¡ and this entity is numbered as &#161. The trademark sign can only be represented through ™ which is numbered as ™. Another very important character entity is for a thin space which can only be displayed through  . It is numbered as   and is very commonly used as well.

On the other hand, if you are producing a website that includes mathematical symbols then you will have to use separate set of character entities. If you want to add a division sign inside the website then the character entity used is ÷ and it is numbered as ÷. The degree sign is commonly used as well which is numbered as ° and the character entity is °. Learning these character entities is very important in order to efficiently create a website.


Aug
20th

Accessible Frames: How to properly use Frames

Author: Editor | Files under Frames, HTML Tutorials
Tags for this article: , , , ,

Just like that of search engines, the frames play mayhem with the audible browsers and screen readers. This thing means that if the frames are used, your page might not be readable at all by your customers.

As the popularity of HTML frames grows, they make the web very difficult to view or read by some people and in this; the sad thing is that it is not too difficult to solve the problem. Nowadays, most of the governments are steeping into the arena of web in order to specify the accessibility guidelines for WebPages and often this includes the usage of HTML frames.

Here are a few suggestions on how to make your framed WebPages more accessible to the people.

1.Do not make use frames in your WebPages
Most of the people are not fond of frames. Whatever problems arise from the frames can often be solved using better layout or CSS. Therefore, you have to consider the implications before deciding a frame to your website.
2.make use of noframes tag
This is one of the simplest solutions available and yet most of the WebPages do not use the option of noframes or else their noframes page will say something very much useless like “this page uses the frames and nor please upgrade your browser.
3.Use minimal frames
As the technology is getting developed in a better manner and the screen readers that were used to not being able to read the frames can now be able to read some of the websites with frames but it is readable if there are a few frames. The option two is always recommended but this option can be used if you absolutely have to use it.
4.in every frame, keep the navigation
make sure that in each frame, the navigation is around your website and in this way even if the customers is not making use of the frames, the customers will be able to get around the site easily.

If you want to use the frames design, make sure that you make use of noframes tag. The best and easiest ways to create the noframes page is by just putting up a link to actual content of the page and usually the main frame. This means that, the customers with some disabilities will be able to read the content. Of course, this optimal solution is used to reproduce the content in noframes page and therefore they have it right in the page.

Do not wait until you are forced to
As it is mentioned above, most of the governments are taking a role in the field of internet and thus the making the requirements for more accessibility on the WebPages that is very much similar to brick and mortar stores. If at all, your website sells something. It may become very much liable for more accessibility standards that are set by your respective governments. However, if you are already accessible, then you will be ahead of the game.