Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


The World of the Web

 
Post new topic   This topic is locked: you cannot edit posts or make replies.    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
ElectroFusion
Grandmaster Cheater
Reputation: 0

Joined: 17 Dec 2006
Posts: 786

PostPosted: Mon Sep 01, 2008 11:22 pm    Post subject: The World of the Web Reply with quote

The world of the Web
HTML
XHTML
CSS
PHP
MYSQL
C++
C#
Delphi
And much more...

As im starting a post all about coding, you will be learning.

Start today with html, shall we?

What does HTML stand for, anyway?
Hyper Text Markup Language
An html file could be htm or html

Open up your favourite text editor, i use notepad.

Type in the following:
<html>
<head>
<title>Untitled - Document</title>
</head>
<body>
My first page
</body>
</html>

Save this as "index.html" anywhere on your computer. Click it, opening it in ie or firefox. Congratulations, there is your first web page.


The first tag in your HTML document is <html>. This tag tells your browser that this is the start of an HTML document. The last tag in your document is </html>. This tag tells your browser that this is the end of the HTML document.

The text between the <head> tag and the </head> tag is header information. Header information is not displayed in the browser window.

The text between the <title> tags is the title of your document. The title is displayed in your browser's caption.

The text between the <body> tags is the text that will be displayed in your browser.

I'd also like to point out that everything is like this : <markup></markup>
Pretty cool, huh?

Gah this is hard!
Did I tell you that you can use Dreamweaver?

HTML Tags
    HTML tags are used to mark-up HTML elements
    HTML tags are surrounded by the two characters < and >
    The surrounding characters are called angle brackets
    HTML tags normally come in pairs like <b> and </b>
    The first tag in a pair is the start tag, the second tag is the end tag
    The text between the start and end tags is the element content
    HTML tags are not case sensitive, <b> means the same as <B>


Did I also tell you that you can make sweet websites like this with html? Oh.. Well you can.

HTML Elements
Of course you've seen a periodic table, with all the elements. Well, I hope I can create a HTML periodic table.. So anyway.
See, since your using this forum right now, you should know a little about tags. Much like bbcode you can do things like: italicsunderlinebold. Of course, you dont use [/], you use </>. As hard as it seems, its not that hard. A html tag is an element, see this: <b></b>? <b> is an element. Whatever goes inside of the element takes part of it, such as making it bold. The end of the element keeps the bold from spilling on to the rest of your paper. Cool huh?

Will finish soon.

_________________
qwerty147 wrote:

ghostonline wrote:

what world are you in?

bera

but i live in NZ
Back to top
View user's profile Send private message
Slugsnack
Grandmaster Cheater Supreme
Reputation: 71

Joined: 24 Jan 2007
Posts: 1857

PostPosted: Tue Sep 02, 2008 1:15 am    Post subject: Reply with quote

I was under the impression current standards encourage CSS over inline formatting tags.
Back to top
View user's profile Send private message
DoomsDay
Grandmaster Cheater
Reputation: 0

Joined: 06 Jan 2007
Posts: 768
Location: %HomePath%

PostPosted: Tue Sep 02, 2008 1:17 am    Post subject: Reply with quote

You got caught!
EDIT:Here's another one Smile
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   This topic is locked: you cannot edit posts or make replies.    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites