Posts

Showing posts from December, 2014

Website Favicon Guide: Recommended Sizes, Formats & iOS Requirements

Image
Adding Favicons to the Website Favicons are one of the most common web page elements used in web development. Implementing them is easy and essential for websites. This article provides insights into adding favicons, helping beginners in web design. A favicon is a graphic image that acts as an identity for a website. It can appear in various places such as the website's title bar, address bar, desktop shortcuts, history, and bookmarks. Once your site is added to favorites or the home screen, favicons are displayed as representations of your site. The image used for favicons can typically be a square, with common sizes being 16x16 pixels . Other sizes, such as 32x32, 48x48, or 64x64 pixels , are also supported. The file format for favicons can be .png, .gif...

WEBSITE TEMPLATES

                                                  WEBSITE TEMPLATES Any business is a retail shop or beauty parlour or restaurant making a remarkable web  presence is essential for its growth. Website templates can be helpful to create nice  websites to showcase its portfolio in less time and money.  Website templates are pre  developed web pages with its own pages, images, videos and other styling elements  thereby making it a complete website.

How to use fonts in our website?

Image
Planning websites alos includes choosing typography. Font is everything is about the type from the weight, size and line height and so on. The generic font-family is i) Serif ii) Sans-serif iii) Script iv) Monospace v) Fantasy Sans serif fonts are most widely used for content on web. They are readable and common to all operating systems. Serif fonts are best used in print style sheets because serif fonts can be difficult to read on monitors. It is most apt for printable documents in website though. Serif fonts have small lines at the ends on some characters. Sans-serif do not have lines at the ends of the characters. Monospace fonts can be used when spacing of the content is on the focus such as with pre-formatted text. Script fonts are best used for signatures and cursive handwriting is needed. Fantasy fonts are used for artistic texts. Font styles in CSS While defining the font-families in CSS define it properly. When defining the typeface to displa...