Wiibeez Multiple Search Engines - All in one

Web
 Web Search Engines

Movies
 Movies Search Engines

Music
 Music Search Engines

Files
Files Search Engines

Make me your homepage

 

 


Customize your blog and webpages with these cool and easy scripts.
These scripts and codes can be cut and pasted into your blog or webpage with little or no alteration. An easy way to customize websites or blogs with no coding knowledge required, just copy and paste. To copy the scripts or codes, just highlight them with your mouse and then press the [Ctrl] & [C] keys simultaneously to copy them to the clipboard, and use [Ctrl] & [V] to paste the code into your webpage, blog or application.

 

Microsoft Smart Tags
Windows XP and IE6+ technology allows Microsoft to insert links in your Web Pages without your knowledge or permission. Luckily this function can be disabled by pasting the following tag into the head of your document.

<META NAME="MSSmartTagsPreventParsing" content="true">


Automatic Print Script
This is a super-easy little script that you can use to form an automatic print-page link on your site. Just insert this script where you want the link to display and your visitors can choose to print the page they are viewing.

<!-- Auto print created with Wiibeez.com Quick Scripts (http://www.wiibeez.com/quick-scripts.htm).--><a href='javascript:;' onClick='window.print();return false'>Print this page.</a>

This is an example. Print this page.


No Right Click
Place this script between the head tags. You can change the words in Red. Just be aware that these "no right click" type scripts only deter the inexperienced user. There are many ways around them.

<script LANGUAGE="JavaScript">
<!-- Right click disabled created with Wiibeez.com Quick Scripts (http://www.wiibeez.com/quick-scripts.htm).--><!--
function click() {
if (event.button==2) {
alert('Right Click Option Not Available!');
}
}
document.onmousedown=click
// -->
</script>


Bookmark Page (I.E.)
Paste this snippet in the body of your document where you want the link to appear. Change the script in Red.

<a href="javascript:window.external.AddFavorite('http://www.yoursite.com/', 'Your Site Title');">Bookmark This Site!</a>

This script only works for IE5+ browsers.


No Frills Popup
Just copy and paste this into the head of your document changing the script in Red.

<SCRIPT language="JavaScript">
<!-- No frills popup created with Wiibeez.com Quick Scripts (http://www.wiibeez.com/quick-scripts.htm).--><!--
window.open('mysite.html');
// -->
</SCRIPT>


Close Window With A Button
Add this short snippet to the body of your popup windows so that they can be closed easily.

<form>
<input type="button" value="Close Window" onClick="window.close()">
<!-- Close window button created with Wiibeez.com Quick Scripts (http://www.wiibeez.com/quick-scripts.htm).--></form>


Close Window With A Link
Add this short snippet to the body of your popup windows so that they can be closed easily.

<!-- Close window link created with Wiibeez.com Quick Scripts (http://www.wiibeez.com/quick-scripts.htm).--><a href="javascript: self.close()">Close Window</a>


Updating Copyright Notice
This copyright notice palces the current year on the page so that copyright notices are always current. Once it's on your page there is no need to update the script.

<script language = 'JavaScript'>
<!-- Updating copyright notice created with Wiibeez.com Quick Scripts (http://www.wiibeez.com/quick-scripts.htm).--><!--
function y2k(number) { return (number < 1000) ? number + 1900 : number; }
var today = new Date();
var year = y2k(today.getYear());
document.write('© '+year+' all rights reserved');
//-->
</script>

Example © 2011 all rights reserved


Date Last Modified.
Use this script to show when your page was last modified.

<script language="javascript">
<!-- Rotating Banner created with Wiibeez.com Quick Scripts (http://www.wiibeez.com/quick-scripts.htm).--><!--
document.write('Last modified '+document.lastModified);
//--><!-- Last date modif created with Wiibeez.com Quick Scripts (http://www.wiibeez.com/quick-scripts.htm).-->
</script>

Last modified 05/09/2011 23:24:28


Back to Top of Page link
Use this script if you have a long page.

<a href="javascript:window.scrollTo(0,0);">Back to top of page</a><!-- Back to top created with Wiibeez.com Quick Scripts (http://www.wiibeez.com/quick-scripts.htm).-->

Example Back to top of page


Add the current date to your page.
This script will add the date in the form dd month yyyy (eg. 7 January 2000). Just copy and paste it into the document where you want it to appear.

<script language="JavaScript">
<!-- Current date created with Wiibeez.com Quick Scripts (http://www.wiibeez.com/quick-scripts.htm).--><!--
function makeArray() {
for (i = 0; i<makeArray.arguments.length; i++)
this[i + 1] = makeArray.arguments[i];
}
var months = new makeArray('January','February','March','April','May','June', 'July','August','September','October','November','December');
var date = new Date();
var day = date.getDate();
var month = date.getMonth() + 1;
var yy = date.getYear();
var year = (yy < 1000) ? yy + 1900 : yy;
document.write(day + " " + months[month] + " " + year);
//-->
</script>
 

Example 9 May 2011


Document Last Modified (a more readable version)
Insert this code in your document where you want the page last modified date to appear.

<script language = 'JavaScript'>
<!-- Show last docs modif created with Wiibeez.com Quick Scripts (http://www.wiibeez.com/quick-scripts.htm).--><!--
function makeArray0() {
for (i = 0; i<makeArray0.arguments.length; i++)
this[i] = makeArray0.arguments[i];
}
var days = new makeArray0("Sunday","Monday","Tuesday","Wednesday","Thursday" ,"Friday","Saturday");
var months = new makeArray0('January','February','March','April','May','June', 'July','August','September','October','November','December');
function nths(day) {
if (day == 1 || day == 21 || day == 31) return 'st';
if (day == 2 || day == 22) return 'nd';
if (day == 3 || day == 23) return 'rd';
return 'th';
}
function getCorrectedYear(year) {
year = year - 0;
if (year < 70) return (2000 + year);
if (year < 1900) return (1900 + year);
return year;
}
function y2k(number) { return (number < 1000) ? number + 1900 : number; }
function padout(number) { return (number < 10) ? '0' + number : number; }
var last = document.lastModified;
var date = new Date(last);
var dateY2K = new Date(getCorrectedYear(date.getYear()),date.getMonth(),date.getDate());
document.write('Last Modified: '+ days[dateY2K.getDay()] + ' ' +
dateY2K.getDate() + nths(dateY2K.getDate()) + " " +
months[dateY2K.getMonth()] + ", " +
(y2k(dateY2K.getYear()))
);
//-->
</script>
 

Example Last Modified: Sunday 9th May, 2011


Break Out Of Frames
Use this script in between the <head></head> tags of your document to automatically bust out of other peoples frames, an efficient frame breaker script.

<script language="JavaScript">
<!--
if (window != top) top.location.href = location.href;
//--><!-- Frame breaker created with Wiibeez.com Quick Scripts (http://www.wiibeez.com/quick-scripts.htm).-->
</script>


Highlight the Background of Text

<span style="background-color:ff0000;">Put Your Highlighted Text Here</span>


Redirect a webpage to another one on your site using the META REFRESH redirect script

Paste the following coding near your meta tags, (or between the <HEAD></HEAD> of your HTML document). You can set the redirect time by changing the red highlighted number (CONTENT="5").

<META HTTP-EQUIV="REFRESH" CONTENT="5";>
<!-- Redirect refresh created with Wiibeez.com Quick Scripts (http://www.wiibeez.com/quick-scripts.htm).-->


Window Maximiser
Place this script in the head of any document that you want to be maximised.

<script language="Javascript">
<!--
window.moveTo(0,0)
window.resizeTo(screen.width,screen.height)
//--><!-- Window maximizer created with Wiibeez.com Quick Scripts (http://www.wiibeez.com/quick-scripts.htm).-->
</script>


Keep Window In Focus
Use this code to make sure a window remains in focus, on top. Great for web site news or smaller popup windows that are easily shuffled under out of focus.

<body onblur="self.focus();">


Allow Users To Save Your Page To Their Hard Drive
IE4+ browsers have a function that allows you to call the SaveAs dialog to save a web page. The following script includes an alternate alert message for non-IE browsers.

Paste the following script in the head of of your document.

<script language="JavaScript">
<!--
var isReady = false;
function doSaveAs(){
if (document.execCommand){
if (isReady){document.execCommand("SaveAs");}
}else{
alert('Feature available only in Internet Exlorer 4.0 and later.');
}
}
//--><!-- HD save created with Wiibeez.com Quick Scripts (http://www.wiibeez.com/quick-scripts.htm).-->
</script>

Include the following onload event call in the body tag. This stops the page being saved until it is fully loaded.

<body onload="isReady=true">

To call the script from the page and activate the SaveAs dialog, insert a link in the page like this:

<a href="javascript:doSaveAs()"> Click Here To Save This Page </a>


Show users where on your site they currently located.

The results you get from a page on your hard drive will obviously be different to those from your web site, it will shows the current IP address..

Insert the following code in the body of each document where you want the information to appear. No code changes are necessary.

<script language="JavaScript">
<!--
thePath = '';
loc = '' +location.href;
paths = loc.substring(7).split('/');
for (i=0, n=paths.length;i<n;i++)
thePath += '> ' + paths[i] + ' ';
document.write('<font color="#ff0000"><b>You are here: ' +
thePath.substring(1)+'</b></font>');
//--><!-- Show IP location created with Wiibeez.com Quick Scripts (http://www.wiibeez.com/quick-scripts.htm).-->
</script>


Default Statusbar Message.

<BODY OnLoad="window.defaultStatus='Put Your Message Here!';"><!-- Default statusbar message created with Wiibeez.com Quick Scripts (http://www.wiibeez.com/quick-scripts.htm).-->


A Colorful Text Message.

Copy and paste this script into the body of your document where you want the effect to appear. Then just change the code in RED eg. var message, the typingbasecolor and the typingtextcolor for a great effect. You can also change blinkspeed, fontface and fontsize to further personalise the script. The rest of the script should remain unchanged.

<script language="JavaScript1.2">
var message="A Colorful Teletype Message."
var typingbasecolor="ececec"
var typingtextcolor="ff00ff"
var blinkspeed=100
var fontface="arial,geneva,helvetica"
var fontsize="5"
var n=0
if (document.all){
document.write('<font face="'+fontface+'" size="'+fontsize+'" color="'+typingbasecolor+'">')
for (m=0;m<message.length;m++)
document.write('<span id="typinglight">'+message.charAt(m)+'</span>')
document.write('</font>')
var tempref=document.all.typinglight
}
else
document.write(message)
function typing(){
if (n==0){
for (m=0;m<message.length;m++)
tempref[m].style.color=typingbasecolor
}
tempref[n].style.color=typingtextcolor
if (n<tempref.length-1)
n++
else{
n=0
clearInterval(blinking)
setTimeout("starttyping()",1500)
return
}
}
function starttyping(){
if (document.all)
blinking=setInterval("typing()",blinkspeed)
}
starttyping()
<!-- Colorful text created with Wiibeez.com Quick Scripts (http://www.wiibeez.com/quick-scripts.htm).--></script>


Background Fireworks.

Just copy and paste this script anywhere in the body of your document for a dynamic background effect. There is no need to change any code. It will work best with a dark background in your document. Just change the highlighted red text (your backgound image, if you want one ; and the fireworks color)

<style>
textarea{
background-image:url(
mypic.gif);
color:
ffff00;}
<!-- Background fireworks created with Wiibeez.com Quick Scripts (http://www.wiibeez.com/quick-scripts.htm).--></style>
 

 

 

 

 


Cross Browser Background Sound

Copy and paste this script into the body of your document. Just change the name of the mid file.

<SCRIPT LANGUAGE="JavaScript">
<!--
var MSIE=navigator.userAgent.indexOf("MSIE");
var NETS=navigator.userAgent.indexOf("Netscape");
var OPER=navigator.userAgent.indexOf("Opera");
if((MSIE>-1) || (OPER>-1)) {
document.write("<BGSOUND SRC=mysong.mid LOOP=INFINITE>");
} else {
document.write("<EMBED SRC=mysong.mid AUTOSTART=TRUE ");
document.write("HIDDEN=true VOLUME=100 LOOP=TRUE>");
}
//--><!-- Cross browser background created with Wiibeez.com Quick Scripts (http://www.wiibeez.com/quick-scripts.htm).-->
</SCRIPT>


Simple Image Change For Time Of Day

This script will show an image of your choice depending on the viewers time. If it is between 6am and 6pm they get one image and if its between 6pm and 6am they get another. In the following example you will see a sun if it is between 6am and 6pm or a moon otherwise. Just change the URL for your images and paste the code where you want the image to appear. The script works on a 24 hour clock. You can change the hours (in red) to suit your needs. It will work best if the images are the same size. 

<script language="javascript">
<!--
var cur= new Date()
var change=cur.getHours()
if ((change<18) && (change>=6))
document.write("<img src='sun.gif'>")
else
document.write("<img src='moon.gif'>")
//--><!-- Daily image change created with Wiibeez.com Quick Scripts (http://www.wiibeez.com/quick-scripts.htm).-->
</script>


Banners rotator script. Rotating banner Javascript:
Just edit the red highlighted text:
Your banner image URL: Your 1st Banner image URL ; Your 1st Banner image URL ; Your 1st Banner image URL .
Number of banners: var imgCt = 5
Rotate banners every seconds: setTimeout("cycle(10)", * 1000)
Banner size: width="468" height="60"
To open banners in the same window, use the following tag: target="_top" ; to open banners in a new window, use the following tag: target="_blank"

Copy and paste the following code:

<!-- Rotating Banner created with Wiibeez.com Quick Scripts (http://www.wiibeez.com/quick-scripts.htm).-->

<SCRIPT LANGUAGE="JavaScript">
<!--
var imgs = new Array ("Your 1st Banner image URL","Your 2nd Banner image URL","Your 3rd Banner image URL","Your 4th Banner image URL","Your 5th Banner image URL","Your 6th Banner image URL","Your 7th Banner image URL","Your 8th Banner image URL","Your 9th Banner image URL","Your 10th Banner image URL")
var lnks = new Array ("Your 1st Banner URL","Your 2nd Banner URL","Your 3rd Banner URL","Your 4th Banner URL","Your 5th Banner URL","Your 6th Banner URL","Your 7th Banner URL","Your 8th Banner URL","Your 9th Banner URL","Your 10th Banner URL")
var altimg = new Array ("Your 1st Banner alt text","Your 2nd Banner alt text","Your 3rd Banner alt text","Your 4th Banner alt text","Your 5th Banner alt text","Your 6th Banner alt text","Your 7th Banner alt text","Your 8th Banner alt text","Your 9th Banner alt text","Your 10th Banner alt text")
var currentAd = 0
var imgCt = 5
function cycle() {
currentAd++
if (currentAd == imgCt) {
currentAd=0
}
document.adBanner.src=imgs[currentAd]
document.adBanner.alt=altimg[currentAd]
adLink.href=lnks[currentAd]
setTimeout("cycle(10)", * 1000)
}
//-->
</SCRIPT>

<a href="Your Banner URL" name="adLink" target="_top"><img src="Your Banner image URL" name="adBanner" border="0" width="468" height="60"></a>

<SCRIPT LANGUAGE="JavaScript">
<!--
cycle()
//-->
</SCRIPT>


Affiliate Link Cloaker.

This wizard cloaks your affilaite link by placing the call to your affiliate link in a frameset. That way your site URL and not the affilate link URL appears in the address bar. While your affiliate link is still in the source code it is partialy cloaked by the fact that right clicking on the document will only show the source code of the host page, not your frameset. If View Source is selected from the menu then your source will show a FAKE Code Viewing Violation message. The rest of the code is run together in one line to make the reading of it more difficult. Although you could further encrypt the code with JavaScript or special characters this may effect how the host site reads your affilate link. There is no point encrypting your link to the page where the host cannot read it and pay you your proper commission. Just change the url highlighted in red with yours.

<!-- UNAUTHORISED CODE VIEWING REPORT LOGGED INCLUDING USER IP ADDRESS -->

<!-- Cloaker created with Wiibeez.com Quick Scripts (http://www.wiibeez.com/quick-scripts.htm).--><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><HTML><HEAD><script>window.status=' ';</script><title>&nbsp;</title></HEAD><FRAMESET border=0 rows="100%,*" frameborder="no" marginleft=0 margintop=0 marginright=0 marginbottom=0><frame src="http://www.website.com?afilliate12345" scrolling=auto frameborder="no" border=0 noresize><frame topmargin="0" marginwidth=0 scrolling=no


Jumping text:

ONE STEP TO INSTALL JUMPING LETTERS:

Copy the code below into the BODY of your HTML document, where you want the jumping text to appear, just change the red highlighted text, and the font size if needed.

<center><font face="Arial" size="2"><div id="jump"></div></font></center>
<script>
message= "Jumping Text !!!"
<!-- Jumping text created with Wiibeez.com Quick Scripts (http://www.wiibeez.com/quick-scripts.htm).-->
//no need to edit below this line
mes=new Array();mes[0]=-1;mes[1]=-4;mes[2]=-7;mes[3]=-10;mes[4]=-7;mes[5]=-4;mes[6]=-1;num=0;num2=0;txt="";function jump0(){if(message.length > 6){for(i=0;i != message.length;i++){txt=txt+"<span style='position:relative;' id='n"+i+"'>"+message.charAt(i)+"</span>"};jump.innerHTML=txt;txt="";jump1a()};else{alert("Your message is to short")}};function jump1a(){n0.style.left=-num2;if(num2 != 9){num2=num2+3;setTimeout("jump1a()",50)};else{jump1b()}};function jump1b(){n0.style.left=-num2;if(num2 != 0){num2=num2-3;setTimeout("jump1b()",50)};else{jump2()}}
function jump2(){txt="";for(i=0;i != message.length;i++){if(i+num > -1 && i+num < 7){txt=txt+"<span style='position:relative;top:"+mes[i+num]+"'>"+message.charAt(i)+"</span>"};else{txt=txt+"<span>"+message.charAt(i)+"</span>"}};jump.innerHTML=txt;txt="";if(num != (-message.length)){num--;setTimeout("jump2()",50)};else{num=0;setTimeout("jump0()",50)}};jump0()
</script>


Typing in statut bar. A short Javascript code that type a text into your computer statut bar, good to tell an event or a breaking news. Just change the red highlighted text to yours.

Paste this code into the HEAD of your HTML document:

<script language="javascript">
var Text="Latest Breaking News: Hey... ..."
var Pos=1

function UpdateStatusBar(){
window.status=Text.substring(0,Pos++)
if (Pos==Text.length) Pos=0
setTimeout("UpdateStatusBar()",Math.random()*500)
}

UpdateStatusBar()
<!-- Typing statut bar created with Wiibeez.com Quick Scripts (http://www.wiibeez.com/quick-scripts.htm).--></script>


Automatically open a small popup window, and close it automatically at a specified time. A cool way to dispaly an important message. Just change the red highlighted text (your site url and title.), delay in seconds to open and close popup.

1. Copy the coding into the HEAD of your HTML document
2. Add the onLoad event handler into the BODY tag

<!-- STEP ONE: Paste this code into the HEAD of your HTML document -->

<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function popupWin() {
text = "<html>\n<head>\n<title>Pop Window</title>\n<body>\n";
text += "<center>\n<br>";
text += "<a href='http://www.yoursite.com/' target='_blank'><h2>My cool site</h2></a>";
text += "</center>\n</body>\n</html>\n";
setTimeout('windowProp(text)', 2000); // delay 3 seconds before opening
}
function windowProp(text) {
newWindow = window.open('','newWin','width=300,height=100');
newWindow.document.write(text);
setTimeout('closeWin(newWindow)', 3000); // delay 5 seconds before closing
}
function closeWin(newWindow) {
newWindow.close(); // close small window and depart
}
// End --><!-- Auto open-close popup created with Wiibeez.com Quick Scripts (http://www.wiibeez.com/quick-scripts.htm).-->
</script>

<!-- STEP TWO: Insert the onLoad event handler into your BODY tag -->

<BODY onLoad="popupWin()">


META TAGS: Just change the red highlighted text as you require.

<TITLE>Your site title</TITLE>
<META http-equiv="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<!-- Metatags created with Wiibeez.com Quick Scripts (http://www.wiibeez.com/quick-scripts.htm).-->
<META NAME="DESCRIPTION" CONTENT="Your site description">
<META NAME="KEYWORDS" CONTENT="Your site keywords">
<META NAME="ROBOTS" CONTENT="index">
<META NAME="ROBOTS" CONTENT="follow">
<META NAME="REVISIT-AFTER" CONTENT="15 days">


Back to top of page

 

 

<A></A>
Definition: Anchor (Link)
Description: Used to link pages, etc.
Example: < a href="mypage.html">Go to my page</a>
 

<ABBR></ABBR>
Definition: Abbreviation
Description: No real effect at this stage. Denotes an abbreviation.

<ACRONYM>/ACRONYM>
Definition: Acronym
Description: No real effect at this stage. Denotes an Acronym.

<ADDRESS></ADDRESS>
Definition: Address
Description: Provides a special format for author or contact information.

<APPLET></APPLET>
Definition: Applet
Description: Includes a Java applet. Usually contains one or more param <param></param> elements between the opening and closing tags.

<AREA> No closing tag.
Definition: Area (Client Side Image Map)
Description: Used in an image map to denote a clickable area and the associated links.

<B></B>
Definition: Bold Text
Description: Displays text with a boldface font style.
Example: <B>This text will be in bold</B>

<BASE> No closing tag.
Definition: Base URL
Description: Sets the base URL for the document. It must be placed in the HEAD of the document before any reference to an external source.
Example: <base href="/my_directory/index.html>

<BASEFONT> No closing tag.
Definition: Basefont
Description: Used between the header to set the default font and color. This tag has been deprecated in favour of style sheets.

<BDO></BDO>
Definition: Bidirectional Override
Description: Specifies a line of text that should overide the intrinsic direction. This element should only be used when absolute control over character sequencing is required.

<BGSOUND> No closing tag.
Definition: Background Sound
Description: Plays AIFF WAV and MIDI files in the background. This in an Internet Explorer tag only.
Example: <BGSOUND src="mysong.mid" loop="2">

<BIG></BIG>
Definition: Big Text
Description: Displays text in a larger font size. Although not deprecated it is recommended that style sheets are used.

<BLINK></BLINK>
Definition: Blink
Description: Causes text to blink in Netscape Browsers only.
Example: <BLINK>This text will BLINK in Navigator Browsers</BLINK>

<BLOCKQOUTE></BLOCKQOUTE>
Definition: Blockqoute
Description: Designates text as a quotation. Usually indents text and ocassionaly italicises depending on the viewers browser.

<BODY></BODY>
Definition: Body
Description: Tells the browser where the body of the HTML document is. Style sheets are the preferred method of controlling the presentational aspects of the BODY.

<BR> No closing tag.
Definition: Break
Description: Forces text line to break and start a new line.

<BUTTON></BUTTON>
Definition: Button
Description: Creates a push button in a form.

<CAPTION></CAPTION>
Definition: Caption (for a Table)
Description: Adds a caption to a table. The CAPTION may only be placed immediately following the open TABLE tag and only one CAPTION per table is allowed.

<CENTER></CENTER>
Definition: Center
Description: Causes everything between the tags to be centered in the page.

<CITE></CITE>
Definition: Citation
Description: Denotes a citation. Usually appears in italics.

<CODE></CODE>
Definition: Code
Description: Identifies a sample of computer code. Appears as the browser's monospace font (usually Courier).
Example: <CODE>some code here</CODE>

<COL> No closing tag.
Definition: Column (for a Table)
Description: Denotes properties for a column or columns.

<COLGROUP> with optional closing tag </COLGROUP>
Definition: Column Group (for a Table)
Description: Defines a column group to provide structure to table columns.

<COMMMENT></COMMMENT>
Definition: Comment
Description: Used to add comments to the code (Internet Explorer Only). Use <!--  --> instead to make comments in your code that will not be read by the browser.

<DD> with optional closing tag </DD>
Definition: Definition (of Defintion List)
Description: Denotes a definition. Generally the text indents from the left.

<DEL></DEL>
Definition: Deleted Text
Description: Identifies and displays text as having been deleted from the document in relation to a previous version.

<DFN></DFN>
Definition: Defining Instance
Description: the defining instance of an enclosed term. Usually rendered in italics.

<DIR></DIR>
Definition: Directory List
Description: Creates a multi columned directory list. This tag has been deprecated in favour of unorderlists (UL).

<DIV></DIV>
Definition: Division
Description: Used to divide pages into portions with different styles. Will align objects to the left, right or center. Used in conjunction with style sheets this is a powerful device for adding custom block-level structure.

<DL></DL>
Definition: Definition List
Description: Creates a definition list consisting of terms <dt> and definitions <dd>.

<DT> with optional closing tag </DT>
Definition: Definition Term (of Definition List)
Description: Defines a term or label used within a DL (definition list) element.

<EM></EM>
Definition: Emphasized Text
Description: Emphasizes text. Usually rendered in italics.

<EMBED></EMBED>
Definition: Embedded Object
Description: Embeds an object into a web page. Usually used for media files. This is a Netscape tag that works something like the <IMG> tag.

<FIELDSET></FIELDSET>
Definition: Fieldset (Group of Form Elements)
Description: Groups related controls and labels of a form.

<FONT></FONT>
Definition: Font Style
Description: Used to change color, style, and size of fonts. Has been deprecated in favour of style sheets.

<FORM></FORM>
Definition: Form
Description: Creates a form that holds controls for user input.

<FRAME> No closing tag.
Definition: Frame
Description: Defines the contents and appearance of a single frame or subwindow.

<FRAMESET></FRAMESET>
Definition: Frameset
Description: Defines the layout of FRAMES within the main window.

<H1></H1> through <H6></H6>
Definition: Headings 1 through 6
Description: The six headings (H1 is the uppermost) structure information in an hierarchial fashion.

<HEAD></HEAD>
Definition: HEAD of the document
Description: Contains elements that provide information to users and search engines as well as containing other data that is not considered to be document content.

<HR> No closing tag.
Definition: Horizontal Rule / Hard Rule
Description: Creates a horizontal line.

<HTML></HTML>
Definition: Denotes an HTML Document
Description: The uppermost container of an HTML document.

<I></I>
Definition: Italic
Description: Text appears in Italics

<IFRAME></IFRAME>
Definition: Inline Frame (Floating Frame)
Description: Denotes a floating frame within a document. The content to be displayed is specified by the source element.

<IMG> No closing tag.
Definition: Image
Description: Includes an image in the document.

<INPUT>
Definition: Input (Forms)
Description: Defines controls used in forms.

<INS></INS>
Definition: Inserted Text
Description: Can be used to denote where text has been added to the document in relation to a previous document.

<ISINDEX> No Closing tag.
Definition: Searchable Index
Description: Creates a single-line text input control. Has been deprecated in favour of using INPUT to create text-input controls.

<KBD></KBD>
Definition: Keyboard Text
Description: Identifies and displays text a user would enter from a keyboard. Usually displayed with a monospace font.

<LABEL></LABEL>
Definition: Label (Forms)
Description: Used to attach information to a control in a form.

<LAYER></LAYER>
Definition: Layer
Description: Netscape tag for adding layers to documents. Use cascading style sheets instead.

<LEGEND></LEGEND>
Definition: Legend (Forms)
Description: Asigns a caption to a fieldset element. The use of LEGEND improves accessability for non visual user agents.

<LI> with optional closing tag </LI>
Definition: List Item
Description: Defines an item in a list - <DIR>, <OL>, and <UL>.

<LINK> No closing tag.
Definition: Link
Description: Appears in the HEAD of the document. Defines the relationship between the current document and another. Common uses are linking to external style sheets, scripts and search engines.

<MAP></MAP>
Definition: Map (Client-Side Imagemap)
Description: Denotes an client side imagemap. Can be associated with IMG, OBJECT or INPUT elements via each elements USEMAP attribute.

<MARQUEE></MARQUEE>
Definition: Marquee
Description: An Internet Explorer tag that creates a scrolling text area.

<MENU></MENU>
Definition: Menu List
Description: Creates a single column menu list. Deprecated in favour of unordered lists (UL).

<META> No closing tag.
Definition: Meta Information
Description: Used to add information about a document for search engines.

<MULTICOL></MULTICOL>
Definition: Multi-Column Formatted Text
Description: This Netscape tag displays text in multiple columns of equal length.

<NOBR></NOBR>
Definition: No Break
Description: This Netscape tag causes text not to break under any circumstance.

<NOEMBED></NOEMBED>
Definition: No Embed
Description: This Netscape tag will appear when an embeded object cannot be displayed.

<NOFRAMES></NOFRAMES>
Definition: No Frames
Description: Specifies alternative content when FRAMES are not supported.

<NOSCRIPT></NOSCRIPT>
Definition: No Script
Description: Provides alternative content when a script cannot run.

<OBJECT></OBJECT>
Definition: Object
Description: Places an external object in the document such as an image, a java applet or other external application.

<OL></OL>
Definition: Ordered List
Description: Creates an ordered or numbered list inside the <UL> tags.

<OPTGROUP></OPTGROUP>
Definition: Option Group (Forms)
Description: Used to group OPTION elements within a SELECT element.

<OPTION></OPTION>
Definition: Option (Forms)
Description: Specifies the the choices in a SELECT element.

<P> with optional closing tag </P>
Definition: Paragraph
Description: Defines the begining and end of a paragraph.

<PARAM> No closing tag.
Definition: Parameter
Description: Specifies a set of values within an applet or object tag.

<PRE></PRE>
Definition: Preformatted Text
Description: Displays pre formatted text. Normaly includes extra white space and line breaks.

<Q></Q>
Definition: Short Quotation
Description: Designates text as a short quote. Similar to BLOCKQUOTE but used for shorter quotations. Quotation marks should be rendered by the browser.

<S></S>
Definition: Strike Through Text
Description: Displays text as strikethrough. Although not deprecated W3C recommends using style sheets in place of this element.

<SAMP></SAMP>
Definition: Sample Text
Description: Gives a sample output of a computer program, script etc. Usually appears in the browser's monospace font.

<SCRIPT></SCRIPT>
Definition: Script
Description: Inserts a script into the document. May appear any number of times in the HEAD or BODY of the document. If the src attribute is present the browser loads an external script.

<SELECT></SELECT>
Definition: Selection Menu (Forms)
Description: Creates a menu whose choices are represented by OPTION elements.

<SMALL></SMALL>
Definition: Small Text
Description: Displays reduced size or smaller text. Although not deprecated W3C recommends using style sheets in place of this element.

<SPACER> No closing tag.
Definition: Spacer
Description: This Netscape tag takes up a specified amount of space. Use cascading style sheets instead.

<SPAN></SPAN>
Definition: Span
Description: Creates a user defined inline structure to the document. Used with style sheets this is a powerful device for adding custom inline structure.

<STRIKE></STRIKE>
Definition: Strike Through
Description: Text displayed as strikethrough. Deprecated in favour of style sheets.

<STRONG></STRONG>
Definition: Strongly Emphasized Text
Description: Strongly emphasizes text. Usually text appears in bold.

<STYLE></STYLE>
Definition: Style sheet
Description: Creates style sheet rules for use in the document. Any number of STYLE elements may be present but they must be in the HEAD element only.

<SUB></SUB>
Definition: Subscript
Description: Text appears in subscript

<SUP><SUP>
Definition: Superscript
Description: Text appears in superscript.

<TABLE></TABLE>
Definition: Table
Description: Creates a table. The TABLE element has no content by itself but relies on other elements (eg TR and TD) to specify content and other formating attributes.

<TBODY></TBODY>
Definition: Table Body
Description: Groups table rows into a table body.

<TD> with optional closing tag </TD>
Definition: Table Data Cell
Description: Specifies a table cell's data or contents. Cells defined by the TD element may be empty.

<TEXTAREA></TEXTAREA>
Definition: Text Area (Forms)
Description: Defines an area in which text can be input with multiple lines.

<TFOOT> with optional closing tag </TFOOT>
Definition: Table Foot
Description: Groups a table row or rows into a table footer.

<TH> with optional closing tag </TH>
Definition: Table Header Cell
Description: Specifies a table cell as being information or header cell. The header cell is usually rendered in bold text.

<THEAD> with optional closing tag </THEAD>
Definition: Table Head
Description: Groups a table row or rows into a table header. The table header contains table data cells that describe the content of the columns below it.

<TITLE></TITLE>
Definition: Page Title
Description: Identifies the contents of the document. The title element must be placed in the HEAD element and is displayed in the browser window title bar.

<TR></TR>
Definition: Table Row
Description: Defines a row of table cells. This element's sole purpose is to define structural rows of table cells.

<TT></TT>
Definition: Teletype Text
Description: Text appears as teletype or monospace text. Although not deprecated the W3C recommends style sheets in place of this element.

<U></U>
Definition: Underlined Text
Description: Displays underlined text. This element has been deprecated in favour of style sheets.

<UL></UL>
Definition: Unordered List
Description: Starts and ends an unordered (unnumbered list) list using LI tags.

<VAR></VAR>
Definition: Variable
Description: Identifies and displays a variable or program argument. Usually appears in italic.

<WBR> No closing tag.
Definition: Word Break
Description: This Netscape tag is used inside of a NOBR tag to indicate possible breaks if the text should extend beyond the browser window.

Back to top of page

 

Special Characters

Use these codes when you need to show special characters in your text. Highlight the code and press the [Ctrl] + [C] keys simultaneously to copy the code to the clipboard.

SYMBOL REFERENCE DESCRIPTION ALTERNATIVE
- &#09; Horizontal tab - -
- &#10; Line feed - -
- &#13; Carriage Return - -
- &#32; Space - -
! &#33; Exclamation mark - -
" &#34; Quotation mark &quot; "
# &#35; Number sign - -
$ &#36; Dollar sign - -
% &#37; Percent sign - -
& &#38; Ampersand &amp; &
' &#39; Apostrophe - -
( &#40; Left parenthesis - -
) &#41; Right parenthesis - -
* &#42; Asterisk - -
+ &#43; Plus sign - -
, &#44; Comma - -
- &#45; Hyphen - -
. &#46; Period (fullstop) - -
/ &#47; Solidus (slash) &frasl;
: &#58; Colon - -
; &#59; Semi-colon - -
< &#60; Less than &lt; <
= &#61; Equals sign - -
> &#62; Greater than &gt; >
? &#63; Question mark - -
@ &#64; Commercial at - -
A-Z &#65; - &#90; Upper case letters - -
[ &#91; Left square bracket - -
\ &#92; Reverse solidus (backslash) - -
] &#93; Right square bracket - -
^ &#94; Caret - -
_ &#95; Horizontal bar (underscore) - -
` &#96; Acute accent - -
a-z &#97; - &#122; Lower case letters - -
{ &#123; Left curly brace - -
| &#124; Vertical bar - -
} &#125; Right curly brace - -
~ &#126; Tilde &tilde; ˜
  &#160; Non-breaking Space &nbsp;  
¡ &#161; Inverted exclamation &iexcl; ¡
¢ &#162; Cent sign &cent; ¢
£ &#163; Pound sterling &pound; £
¤ &#164; General currency sign &curren; ¤
¥ &#165; Yen sign &yen; ¥
¦ &#166; Broken vertical bar &brvbar; ¦
§ &#167; Section sign &sect; §
¨ &#168; Umlaut (dieresis) &uml; ¨
© &#169; Copyright &copy; ©
ª &#170; Feminine ordinal &ordf; ª
« &#171; Left angle quote, guillemotleft &laquo; «
¬ &#172; Not sign &not; ¬
­ &#173; Soft hyphen &shy; ­
® &#174; Registered trademark &reg; ®
¯ &#175; Macron accent &macr; ¯
° &#176; Degree sign &deg; °
± &#177; Plus or minus &plusmn; ±
² &#178; Superscript two &sup2; ²
³ &#179; Superscript three &sup3; ³
´ &#180; Acute accent &acute; ´
µ &#181; Micro sign &micro; µ
&#182; Paragraph sign &para;
· &#183; Middle dot &middot; ·
¸ &#184; Cedilla &cedil; ¸
¹ &#185; Superscript one &sup1; ¹
º &#186; Masculine ordinal &ordm; º
» &#187; Right angle quote, guillemotright &raquo; »
¼ &#188; Fraction one-fourth &frac14; ¼
½ &#189; Fraction one-half &frac12; ½
¾ &#190; Fraction three-fourths &frac34; ¾
¿ &#191; Inverted question mark &iquest; ¿
À &#192; Capital A, grave accent &Agrave; À
Á &#193; Capital A, acute accent &Aacute; Á
 &#194; Capital A, circumflex accent &Acirc; Â
à &#195; Capital A, tilde &Atilde; Ã
Ä &#196; Capital A, dieresis or umlaut mark &Auml; Ä
Å &#197; Capital A, ring &Aring; Å
Æ &#198; Capital AE dipthong (ligature) &AElig; Æ
Ç &#199; Capital C, cedilla &Ccedil; Ç
È &#200; Capital E, grave accent &Egrave; È
É &#201; Capital E, acute accent &Eacute; É
Ê &#202; Capital E, circumflex accent &Ecirc; Ê
Ë &#203; Capital E, dieresis or umlaut mark &Euml; Ë
Ì &#204; Capital I, grave accent &Igrave; Ì
Í &#205; Capital I, acute accent &Iacute; Í
Î &#206; Capital I, circumflex accent &Icirc; Î
Ï &#207; Capital I, dieresis or umlaut mark &Iuml; Ï
Ð &#208; Capital Eth, Icelandic &ETH; Ð
Ñ &#209; Capital N, tilde &Ntilde; Ñ
Ò &#210; Capital O, grave accent &Ograve; Ò
Ó &#211; Capital O, acute accent &Oacute; Ó
Ô &#212; Capital O, circumflex accent &Ocirc; Ô
Õ &#213; Capital O, tilde &Otilde; Õ
Ö &#214; Capital O, dieresis or umlaut mark &Ouml; Ö
× &#215; Multiply sign &times; ×
Ø &#216; Capital O, slash &Oslash; Ø
Ù &#217; Capital U, grave accent &Ugrave; Ù
Ú &#218; Capital U, acute accent &Uacute; Ú
Û &#219; Capital U, circumflex accent &Ucirc; Û
Ü &#220; Capital U, dieresis or umlaut mark &Uuml; Ü
Ý &#221; Capital Y, acute accent &Yacute; Ý
Þ &#222; Capital THORN, Icelandic &THORN; Þ
ß &#223; Small sharp s, German (sz ligature) &szlig; ß
à &#224; Small a, grave accent &agrave; à
á &#225; Small a, acute accent &aacute; á
â &#226; Small a, circumflex accent &acirc; â
ã &#227; Small a, tilde &atilde; ã
ä &#228; Small a, dieresis or umlaut mark &auml; ä
å &#229; Small a, ring &aring; å
æ &#230; Small ae dipthong (ligature) &aelig; æ
ç &#231; Small c, cedilla &ccedil; ç
è &#232; Small e, grave accent &egrave; è
é &#233; Small e, acute accent &eacute; é
ê &#234; Small e, circumflex accent &ecirc; ê
ë &#235; Small e, dieresis or umlaut mark &euml; ë
ì &#236; Small i, grave accent &igrave; ì
í &#237; Small i, acute accent &iacute; í
î &#238; Small i, circumflex accent &icirc; î
ï &#239; Small i, dieresis or umlaut mark &iuml; ï
ð &#240; Small eth, Icelandic &eth; ð
ñ &#241; Small n, tilde &ntilde; ñ
ò &#242; Small o, grave accent &ograve; ò
ó &#243; Small o, acute accent &oacute; ó
ô &#244; Small o, circumflex accent &ocirc; ô
õ &#245; Small o, tilde &otilde; õ
ö &#246; Small o, dieresis or umlaut mark &ouml; ö
÷ &#247; Division sign &divide; ÷
ø &#248; Small o, slash &oslash; ø
ù &#249; Small u, grave accent &ugrave; ù
ú &#250; Small u, acute accent &uacute; ú
û &#251; Small u, circumflex accent &ucirc; û
ü &#252; Small u, dieresis or umlaut mark &uuml; ü
ý &#253; Small y, acute accent &yacute; ý
þ &#254; Small thorn, Icelandic &thorn; þ
ÿ &#255; Small y, dieresis or umlaut mark &yuml; ÿ
- - Dagger &dagger;
- - Double dagger &Dagger;
- - Per million sign &permil;
- - Spades &spades;
- - Hearts &hearts;
- - Clubs &clubs;
- - Diamonds &diams;
- - Left arrow &larr;
- - Down arrow &darr;
- - Right arrow &rarr;
- - Up arrow &uarr;
- - Trade mark &trade;
- - Summation &sum;
- - Equivalent sign &equiv;
- - Minus sign &minus;
- - Bullet &bull;
- - Ellipsis &hellip;
- - Radical &radic;
- - Infinity &infin;
- - Integral &int;
- - Partial Differential &part;
- - Pi &pi; π
- - Not equal &ne;
- - Less than or equal &le;
- - Greater than or equal &ge;
- - Delta &Delta; Δ
- - Florin &fnof; ƒ

Back to top of page


 

Search Engines Categories:

Web_Search_Engines

Movies_Search_Engines

Music_Search_Engines

Files_Search_Engines

 

 

Worldwide web:

Directory:

World & Peoples Webcams

Softwares Spying on You

New Hidden Technologies

Shocking Reality Media

The Freak Show

Hackers Security Protection

Celebrities Artists Nightmare

Travelling Best Deals

Community and Dating

Top Web Hosting Services

Top Advertising Programs

For Poker Fans

Games, Gaming & Arcades

Auctions and Sales Online

Houseware & Garden

Banking and Loans

 

 

Internet Utilities:

Add Search Engine box to Site

Free Website Traffic Visitors

Softwares Pranks, Fake Virus

Quick Scripts for Bloggers

Free Text Encryptor

Decrypt it

 

 




WiiBeez.com Multiple Search Engines - All the best search engines in one page. An easy way to find anything which couldn't be found anywhere else, (or difficult to find). Not only a deep web multi search engines, WiiBeez is also a Music, Movies and Files multiple search engines: a selection of search engines redirecting only to direct and free results without registration, no survey, no softwares to download or any complicated and annoying registration features. An easy way to find fast and free your favorite music, movie or file.

Deep Web Search Engines | Movies Search Engines | Music Search Engines | Files Download Search Engines | About wiibeez | Contact admin@