Modern Font Styles For Websites
I have described about using nice and clean fonts in web page. Now lets see some more details about using fonts in web pages. As we know Verdana, Arial and…
I have described about using nice and clean fonts in web page. Now lets see some more details about using fonts in web pages. As we know Verdana, Arial and…
Previously We used to embed flash files in web pages via simple embed method which pops up flash settings alert or Flash Settings Manager. Following way is to embed Flash…
Here is resource of Complete HTML tags, reference, Appendix, complete list of tags and more.
Email Riddler is an online tool that encrypts and transform your email address into a series of numbers when displaying it, making it virtually impossible for spam harvesters to crawl…
Following is a standard way of adding an email link to a web page. <a href="mailto:name@gmail.com">Mail Me</a> Lets customize its details.
Place favicon.ico file in root directory of your web host (public_html or www) and add following code into head section of your web page. <link rel="Shortcut icon" href="/favicon.ico"> OR <link…
Default HR is boring and fat. We can customize it in a way that it looks thin and light which serves the purpose while not disturbing our web page design.
Text like, a b c d e f and so on written in HTML will do fine in any browser, we all know that. What about the following! abcdefghijklmnopqrstuvwxyz….NoWordBreaksAndSentenceGoesOnAndOn… The…
In HTML we use tags for subscript and superscript like below:
Many options are available for list styles as following.