•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the HTML and CSS section within the Web Development category of DaniWeb, a massive community of 426,328 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,305 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our HTML and CSS advertiser: Lunarpages Web Hosting
Views: 1070 | Replies: 3
![]() |
•
•
Join Date: Sep 2005
Posts: 2
Reputation:
Rep Power: 0
Solved Threads: 0
HTML Intro
This is a tutorial i have made long ago, and I have posted on other forums.
Firstly as of all of my Introductions, I would like to start off with a Q&A.
- What is HTML
HTML is the language/coding used to create Webpages on the Internet.
-Do I have to buy a lot of high priced programs?
No, the simplest program, you can use is Windows, Notepad.
- How do I make my site , "look good"?
Easy, just create a stylesheet, using CSS.
Now on to the Tutoral...
Starting off. . . .
HTML, can be very easy, and enjoyable. It is one of the most basic, coding, in the technology world. Your script should be started off with this code.
How to put a title
The title, incase you don't know is clearly shown on the image below
http://gw.urlq.org/html_tutoral.png
Enter the following code, under the first one.
Insert Word and Images
To insert words, and images first enter this code
Then to write out words enter this code.
And to skip lines enter this code
and to insert images enter this code
And to change font replace
With
Summing it all up
To sum it all up enter this code
Extras
Inserting stylesheets: enter this code
Put the code under your title
And your done!
This is a tutorial i have made long ago, and I have posted on other forums.
Firstly as of all of my Introductions, I would like to start off with a Q&A.
- What is HTML
HTML is the language/coding used to create Webpages on the Internet.
-Do I have to buy a lot of high priced programs?
No, the simplest program, you can use is Windows, Notepad.
- How do I make my site , "look good"?
Easy, just create a stylesheet, using CSS.
Now on to the Tutoral...
Starting off. . . .
HTML, can be very easy, and enjoyable. It is one of the most basic, coding, in the technology world. Your script should be started off with this code.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html>
How to put a title
The title, incase you don't know is clearly shown on the image below
http://gw.urlq.org/html_tutoral.png
Enter the following code, under the first one.
<HEAD> <TITLE>Your Site Name</TITLE> </HEAD>
Insert Word and Images
To insert words, and images first enter this code
<body>
<p>Your text here</p>
and to insert images enter this code
<p><img src="location of image" width="88" height="31"></p>
<p>Your text here</p>
<p><font face="Font Name">Your Text Here</font></p>
Summing it all up
To sum it all up enter this code
</body> </html>
Extras
Inserting stylesheets: enter this code
<link rel="stylesheet" href="CSS Location" type="text/css">
And your done!
This tutorial is very bad, because it defecates code on the reader without teaching anything. And some of the code, like the image example, is wrong. Somebody who reads this tutorial would end up pushing buttons without knowing what he was doing.
Also, the way there are, too many, commas, making it sound, as if it were, written, by Captain Kirk.
Also, the way there are, too many, commas, making it sound, as if it were, written, by Captain Kirk.
•
•
Join Date: Dec 2004
Location: London or Slovakia
Posts: 2,455
Reputation:
Rep Power: 11
Solved Threads: 296
Yes, Rashakil Fol is right your tutorial is bad, if I do not know HTML this wouldn't help my at all.
However you can improve it, try to see other online tutorials how they are done. Good example is www.w3schoools.com.
Good luck to you!
However you can improve it, try to see other online tutorials how they are done. Good example is www.w3schoools.com.
Good luck to you!
Learn to see in another's calamity the ills which you should avoid.
Publilius Syrus
(~100 BC)
If we helped you to solve your problem, answered your question please mark your post as SOLVED.
Publilius Syrus
(~100 BC)
If we helped you to solve your problem, answered your question please mark your post as SOLVED.
![]() |
•
•
•
•
•
•
•
•
DaniWeb HTML and CSS Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
- Starting " C " (C)
- learning php (PHP)
- Help me! (Java)
- Image capture into HTML/IE and Oracle databases... (Oracle)
- C++ Templates (C++)
Other Threads in the HTML and CSS Forum
- Previous Thread: IE works fine but Firefox doesn't display tables!
- Next Thread: getElementById is not a function



Linear Mode