HTML_Guru
Sep 9 2005, 12:09 AM
I was reading through the tutorials, and it seems throughout the tutorials, no one has ever really taught how to build a beginner's page using HTML. Not that it's anyone's fault, but if someone is unsure of how to begin and end a page with HTML, then they will not be able to make a page. So, I figured I'd lend a hand... -------------------------------------------- To begin your first webpage using HTML, you will need these tags* (in this order): CODE <html> <head> <title>YOUR TITLE FOR YOUR PAGE</title> </head> <body>
THIS IS WHERE YOUR MAIN TEXT GOES
</body> </html> To explain: The HTML is in other words used to signify the beginning of the page; the beginning of the HyperText Markup Language* "coding". The HEAD tag is used to show that everything between the beginning and end of that tag will be shown at the top, as the title of the page. Though it's not necessary for beginners to know this, it's also used for meta tags and things of that nature. The TITLE tag is exactly what it says, the title for the page, which shows at the top... all the way at the top. Then you have the end of the HEAD (shown by the slash before the code; that's necessary in all cases to end tags), and the beginning of the BODY. The BODY is used for the main text of your page. This is where mostly all of your information will go. Then, finally, the end of the BODY, and thusly the end of the webpage, shown by the " /HEAD" tag. -------------------------------------------- That about covers all you need to know to start a page. Mind you, as yo uget more experienced, you'll learn more codes and tidbits to add to spice up your page... but for now, that's all you need to know. P.S. If you want to understand a bit more of how the codes translate into webpages and such, play with the tags a bit; see what happens. -------------------------------------------- tag*: simply the HTML coding, shown in this manner: CODE <CODE> and often ending in CODE </CODE> HTML (HyperText Markup Lanuguage)*: the "language", if you will, for websites; this is the set of codes and otherwise that ultimately leads to a webpage.
Comment/Reply (w/o sign-up)
vujsa
Sep 9 2005, 04:56 AM
This a very good explaination of website creation. I hope everyone will find a use for this information. QUOTE (HTML_Guru @ Sep 8 2005, 07:09 PM) I was reading through the tutorials, and it seems throughout the tutorials, no one has ever really taught how to build a beginner's page using HTML. Not that it's anyone's fault, but if someone is unsure of how to begin and end a page with HTML, then they will not be able to make a page. You were wrong about one thing though, there has been HTML tutorials written in the programing tutorials category. For more information, may I suggest that new HTML users read this: HTML 101 - Web Design For Beginners: Absolute Basic HTML Writing And This: HTML 102 - Web Design For Beginners: More Basic HTML Writingvujsa
Comment/Reply (w/o sign-up)
HTML_Guru
Sep 9 2005, 04:27 PM
Oh, okay, so someone has made a tutorial like mine before... good, then mine's just reinforcement,  . QUOTE (vujsa) This a very good explaination of website creation. I hope everyone will find a use for this information. (vujsa likes my tutorial... YES!)
Comment/Reply (w/o sign-up)
MarkBla
Dec 21 2005, 10:48 AM
This is the very base of html  If someone wants to get on with html, just go to google, and type: html tutorial. You'll get a lot of hits, now you only have to find one with your knowledge  Mark
Comment/Reply (w/o sign-up)
Quatrux
Dec 21 2005, 01:04 PM
Yes, very basic stuff indeed, but I wonder do people not knowing this come to this kind of a forum ? huh, or maybe they do then people can create sites nowdays without knowing anything.. it is a pitty
Comment/Reply (w/o sign-up)
NAchi
Dec 21 2005, 11:01 PM
I think people should know some basic HTML, as mentioned above, because later one they can explore and test out things. rofl. at least that was what i did.
Comment/Reply (w/o sign-up)
YudzzY
Dec 27 2005, 07:43 PM
this is just the basic of basics.. things like how to insert a picture, object etc should be included nah.. ..and if i knew it i would have wrote it up but oops! lol
Comment/Reply (w/o sign-up)
chocolatxbliss
Dec 28 2005, 04:49 PM
yeah a lot of people don't know the basics, and that's good  but that's soo old school for us um html nerds hahahhaha maybe i should like do a tutorial on other things...or maybe just make my own HTML help site xD
Comment/Reply (w/o sign-up)
Similar Topics
Keywords : Starting Website Html Website- Effective Website Promotion Without Spamming!
- Get traffic to your website without being a bad neighbor. (21)
I've been working on my website, Handy PHP , pretty hard for the last few months and it has
really paid off. According to Yahoo, there are about 1,500 links to my website. This number has
been steadily increasing over the past few months and wasn't really that hard to accomplish.
The best part is that I have done all of this without spamming! I thought that I'd offer some
ideas for promoting your website without the need to spam. To begin with, every time I talk about
my website, I include the name and link. This is true in forums, comments, reviews, e...
Creating Tooltips
- DHTML, HTML, CSS, Javascript... (7)
Here is a little tutorial to make those small yellow-background boxes (tootltips) that pop-up for
some links that describe them when you hover the mouse over them, it uses DHTML, CSS, HTML, and
Javascript, so it gives us a much more wide range than my previous tutorials that just where on
HTML. OK, so here we go... Put this right under CODE var offsetxpoint=-60 //Customize x
offset of tooltip var offsetypoint=20 //Customize y offset of tooltip var ie=document.all var
ns6=document.getElementById && !document.all var enabletip=false if (ie||ns6) var tipobj=doc...
Good Practices When Designing A Website
- What to do and what not to do! (26)
We've all com across terrible websites before and hit the back button as quickly as possible.
But what makes these sites any terrible? Keep the following in mind when designing. JavaScript and
Flash can be great tools, but only if used properly. Don't put trails after the curser,
fireworks or other animations flying around the page or the dreaded Flash intro. If you must use an
intro, Flash or otherwise, then put a 'skip intro' button. You may wish to show of your
Flash skills, but we don;t want to watch! :-) Keep your page dynamic. Having warned you ...
4 Html Based Website Tips
- (4)
Major Website Mistakes
- Improve your site! (51)
I have made some of these mistakes myself so I want to pass on what is have learned to help others
create easy website for the viewers. These are not in any order. This is my first tutorial so feel
free to add comments. TY, Enjoy /biggrin.gif" style="vertical-align:middle" emoid=":D" border="0"
alt="biggrin.gif" /> 1) URL/E-mail Names This goes on the theme of trust really. Many
small business like to set shops up on service providers like astahost, geocites,yahoo. Those sites
will usually supply you with a subdomain name like yoursite.serviceprovider....
Coding Html Properly In The New Age
- (15)
In all your html there are things you want to follow. Always use lowercase for your HTML Tags
Don't use upper case. Upper case is bad (this can be hard to do if your like me and tend to
write and then for closing:P). CODE Types of Staff Administrators: SilverFox,
Danmidas Above: Bad Code Below: Good Code CODE Types of Staff Administrators:
SilverFox, Danmidas Use Self-Closing Tags In html certain tags (ex. img, br, hr) didn't
need closing tags. However its best to write them with something called self-closing tags. ...
Three Html/ Css/ Javascript Tutorials
- (6)
Here are some tutorials that always get great results when I post them. Lesson 1 HTML means Hyper
Text Markup Language. HTML is a very common language used for many websites, is the base for more
complicated and powerful langauges like php, HTML can seem hard, but you will find it is one of the
easiest langauges one can learn. The core of HTML is the tag, a tage is just a set of two
arrows-like brackets created by hitting Shift and the comma key, or Shift and the period key. They
look like this... HTML HTML > Tags start a change in the way a webpage ...
A Tutorial For Html Color Codes
- (7)
HTML Coloring System - RGB Values RGB which stands for Red, Green, Blue. Each can have a value from
0 (none of that color) to 255 (fully that color). The format for RGB is - rgb(RED, GREEN, BLUE),
just like the name implies. Below is an example of RGB in use. Red, Green, and Blue Values:
bgcolor="rgb(255,255,255)" White bgcolor="rgb(255,0,0)" Red bgcolor="rgb(0,255,0)" Green
bgcolor="rgb(0,0,255)" Blue HTML Color Code - Breaking the Code The following table shows how
letters are incorporated into the hexadecimal essentially extending the numbers system to 16 values...
Writting Tutorials For Your Website
- An Overview To Layout And Content (4)
I was recently asked about suggestions for tutorial layouts. QUOTE(Chesso @ Mar 31 2007, 11:01
AM) 100770 vujsa sorry to cut in here, but do you have any advice for tutorial layout (and like
what is good to build for creation)? My site has somewhat a simple and good enough file layout,
just basic tables with minimal information, description and screenshot, but I have never gotten the
tutorial aspect off the ground because it's rather annoying to write for and have it displayed
nicely. I'll attempt to give some insite and guidence in this area but not ...
Integrating Html And Css
- (9)
QUOTE(the_aggie10 @ Trap17.com) Ok. Well i am writing this as a series of tutorials i will be
doing on this subject, so enjoy. I hope this helps. Introduction
to HTML and CSS HTML and CSS are to work together. HTML is what puts the characters
on the page, while CSS is what makes everything look outreageous! For instance, I would use HTML if
i wanted to put "Trap17 is the poop!" onto my page, although if i wanted to make it look nice like
this by adding a font, and maybe some color, then I would use CSS. Learn the ...
Website Maintenance Guide - Why And How
- Share your knowledge and experience with us (3)
Even if you are running a popular website with thousands of hits per month, you need to invest time
for maintaining your site. Website maintenance has different aspects to consider and each one of it
is important. Why do we need to spend time for website maintenace? Maintaining a website has
never been a simple task and some webmasters may be reluctant to get into that troublesome affair
every now and then or periodically even. But it is a must to do like thing. The best part of a
website that draws visitors is the fresh updated relevant contents. It helps in buildin...
{} Changing Font Color / Size {}
- Basic HTML for beginners (14)
Changing the Size of your Font: - So you've got basic text on your website but its JUST
not what you want. Why not change the size of your font. It can both attract and reject viewers so
becareful how you use it. This tutorial will show you how to do that in very easy, basic steps!
Getting Started.. - Changing the size of your font is quite easy. It requires TWO tags. These two
tags require the Brackets and ending brackets (tags) . If you do not put the ending tag, the font
size will effect your entire website, changing it to that font size. Below is wha...
Html Meta Tags Tutorial
- -What it is/does; how to utilize it- (21)
So, you've got your beginning page started, your homepage is defined, neat, and it looks like
everyone will love it - STOP. Do you really think your site will be even accidently view by anyone,
even if you do have a bought domain?! Don't kid yourself; the fact of the matter is, you're
just one infantesimle speck in the universe of much greater websites than yours. Don't worry,
though - I got your back. Here, I'm gonna explain what meta tags are, and what they're used
for. I'm also going to show how to utilize them for your site, to increa...
{} Html'ing & Basic Codes {}
- Basic coding HTML for beginners! (0)
** I was looking through the tutorials page and I saw one tutorial on beginning HTML, I thought I
would expand a little on it and show ya some basic codes you can use for your website if your
beginning HTML! ** Beginning HTML HTML isnt all that hard. Once you get the hang of it, its
quite a breeze, but sense your starting out new and would like some basic help on how to do simple
things regarding HTML heres a little help for you! First off, lets start out with what HTML means
and what you need to write it. * HTML - H ypertext M arkup L anguage which is a...
Creating A Simple But Effective Website
- Part 1 - Design (10)
WARNING: This is a VERY image heavy tutorial and will take time to complete Topic closed
until I can find the time to complete it, and I am getting mad with the large scale plagrism of
other articles. Also, the images will no longer work, as I have changed domain name and also
removed the images to make space. Creating a basic but effective website For beginners
Introduction: Ok, so maybe you want to make a website that is “worthy” of the web. That is to say,
you have made small taster sites before in FrontPage or something basic like it. And realised t...
The 'good Website'
- So what does it take to make... (10)
The ‘good website’ Creating a website is easy, just fire up your favourite WYSIWYG ( W hat Y
ou S ee I s W hat Y ou G et) editor and throw the content in, add a little violent array of
colour and publish to the web. Well done, you just took up useful space with a useless piece. What
makes the ‘good website’? To answer it in as few words as possible would undermine the whole idea
of the good website. Every little aspect needs to be intruded and revealed, in order to show just
exactly what it is that makes the good website. In order to keep confusion to a min...
Upgrading Your Site!
- Move from HTML 4.01 to XHTML 1.0 (0)
I planned to post 3 different parts because of the length, but so there's no confusion, I'll
just make one big tutorial all together /cool.gif" style="vertical-align:middle" emoid="B)"
border="0" alt="cool.gif" /> . ====================================== (A note to the moderators:
Alright, I've got this down now, so please delete all of my other posts besides this one, and
any posting credits as well; thanks!) ====================================== Now the tutorial:
Concerning those in the webmaster biz... If you are an aspiring experienced webmaster, the...
Starting With Your Website
- So, you have decided to publish your own (9)
So, you have decided to publish your own website. The main thing you should be concerned is about
the 'content' that you want to put in the website . Your website can be your 'personal
homepage' - describing your family, your photographs, your creativities. If you are a
programmer, you can put them for download. If your website is for your business - you can have your
products displayed along with their detailed information and price-listings. You can also allow your
visitors to shop directly through your website and pay using Credit cards. Domain names ...
Making A Website
- Along with Some Dos & Don'ts (2)
I had originally had this posted on my domain at nevernormal.com, and thought that you guys could
use it here as well. Granted, this is geared to the uber newbie, so don't razz me if I
don't suggest the most advanced in web design. lol QUOTE So, you want to make a
website? 1. First, think about what you want your site to be about. There are fanfic sites, like
Drastic Measures and fanfiction.net ; cliques or clubs, like the BtVS Writers' Guild ; or, if
you want, you could have a general site, whether it be about a show/movie you like, or even j...
Uploading A Html Format Page
- (0)
Looking for starting, website, html, build, website
|
See Also,
*SIMILAR VIDEOS*
Searching Video's for starting, website, html, build, website
|
advertisement
|
|