Tutorial - (X)HTML/CSS - Hello World


Coding Friends Tutorial Index - > (X)HTML/CSS

Author Ian - Tutorial Posts = 62
The (X)HTML uses tags to describe the area of the page, e.g. title tag means the title of the page.  The below code displays "Hello World" in the page and the title of the page is "Hello World Tutorial".

Cut the code from here
-----
<html>
<title>Hello World Tutorial</title>
<body>
Hello World
</body>
</html>
-----

if you save that as helloworld.html, and then open up the saved page with
your browser of choice.
Creation of cool tutorials :)
User Name Password
Copyright@CodingFriends, 2005-2006. All Rights Reserved.
Home | Forums | Tutorials | Users
RSS Feeds - Global Global CodingFriends RSS Feed - Tutorials Tutorials CodingFriends RSS Feed - Forums Forums CodingFriends RSS Feed - News News CodingFriends RSS Feed
Users
Login|Password problem| Register here

Tutorials
Tutorials Home| C/C++| C#/Mono| Java| Javascript| PHP| Ruby| SQL| (X)HTML/CSS| VB| Linux| Windows

Forum
Forum Home

Projects
3D Game

Site
Home| About me| Links| FAQ

Search