W3 Updates, HTML, XHTML, CSS, JavaScript, AJAX, XML, PHP, Ruby, PHP Frameworks

Archive

Posts Tagged ‘HTML’

HTML – Getting Started

September 30th, 2011

What You Need You don’t need any tools to learn HTML at W3Schools. You don’t need an HTML editor You don’t need a web server You don’t need a web site Editing HTML HTML can be written and edited using many different editors like Dreamweaver and Visual Studio. However, in this tutorial we use a [...]

Read More >>

Author: Categories: HTML Tags: ,

Embedded Objects

February 21st, 2011

This section describes how to use the <EMBED …> tag to embed plugins into the web page. Plugins are a tricky but sometimes useful way to add special features to your web page. Source: htmlcodetutorial

Read More >>

Author: Categories: HTML Tags:

Document Tags

February 21st, 2011

Document tags define the overall structure of an HTML document. There are four tags every HTML document should have. These tags define the what type of document it is, and the major sections. These tags are <HTML>, <HEAD>, <TITLE>, and <BODY …>. You may also wish to use the <!DOCTYPE …> declaration under some circumstances. [...]

Read More >>

Author: Categories: HTML Tags:

Style Sheets

February 21st, 2011

There is a great deal of information on CSS all over the web. Since it’s a reasonably open web development methodology with lots of options this can quickly lead to confusion and frustration. We are providing you with a basic tutorial of how CSS works and why you might want to start using it. The [...]

Read More >>

Author: Categories: HTML Tags:

Ignore-Me Code

February 21st, 2011

The tags on this page define different ways of saying “ignore this”. These tags either tell the browser to ignore sections of code, or to treat the code as plain text, not as HTML. Unfortunately, not only is HTML not completely standard, the methods of ignoring HTML is not standard. Of the five tags on [...]

Read More >>

Author: Categories: HTML Tags:

How to Play Music on a Website, Blog or MySpace with HTML Music Codes

November 6th, 2009

There are several ways to place music, midi’s, mp3 and wav files on a webpage. First you need to know the name of the music file you wish to use. Music on choice. The first html music code gives your visitor the choice if they want to hear the music or not.

Read More >>

Posting a Banner in a Guestbook or Forum

November 6th, 2009

Do you sign a heap of guestbooks or want to post a image or signature in a forum? How many times have you surfed though guestbooks and clicked on some nice looking banner instead of some boring old word link. Ah! You know what I’m talking about. If so, then you need to know how [...]

Read More >>

Fancy Page Transition : Html Script

November 6th, 2009

Fancy Page Transition Below is a great and simple piece of html code for a Fancy Page Transition. You can view a sample by hitting your browsers back and forward button a few times! The html script will give 23 different page transitions on a random basis.

Read More >>

HTML Script for Creating Anchors

November 6th, 2009

Page anchors allow visitors to jump to a specific place in the current webpage or to jump to a specific place on another web page. You usually use page anchors if you want a graphic or text to link half way down another page. That way your visitor doesn’t have read all through the page [...]

Read More >>

How to Make Frames : HTML Scritps

November 6th, 2009

When your visiting a site with frames you see the left frame and the right frame . There is also a hidden index page that keeps these two pages in their frames. The index page tells your frames what to do. It won’t have any text or images on it that your visitor can see. [...]

Read More >>