Quantcast
Channel: codexguru » html
Browsing all 8 articles
Browse latest View live

How to centering a website ?

html <body> <div id="page-wrap"> <!-- all websites HTML here --> </div> </body> css <style type="text/css"> #page-wrap { width: 800px; background-color:#ccc; margin:...

View Article



How to Impliment google fonts in my site ?

You essentially hotlink directly to CSS files on Google.com. Through URL parameters, you specificity which fonts you want, and what variations of those fonts. <head> <link rel="stylesheet"...

View Article

How to do SEO Friendly CSS Hiding ?

Today, every serious company is fighting for higher search engine position. Search engine position depends on thousands factors, but few of them are significant. <style type="text/css"> #content...

View Article

HTML frames template

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta...

View Article

Stop form spam with a hidden field

Step 1: HTML Include this snippet in your contact form: <label for="humans" class="humans">Human check: Leave this field empty</label> <input type="text" name="humans" id="humans"...

View Article


Google Translate in 2 Steps

Step 1 Add this code to the section of your web pages (e.g., header.php): <meta name="google-translate-customization"...

View Article

Tabbed menu with jQuery

Step 1: HTML Add the following HTML to the sidebar of your web page(s): <ul class="tabs"> <li class="active"><a href="#tab1">Recent</a></li> <li><a...

View Article

Fully customizable pure CSS drop down select

Here’s the code, first the HTML: <span> <span> <label for="value1">First option</label> <label for="value2">Second option</label> <label for="value3">Third...

View Article

Browsing all 8 articles
Browse latest View live




Latest Images