This is a discussion on HTML for starters within the Html forums, part of the Programming Talk category; to start a basic site using html, you need to remember 1 thing. Whenever you open a tag, you must ...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
HTML for starters
to start a basic site using html, you need to remember 1 thing. Whenever you open a tag, you must close it. A basic html site would look like so:
Code:
Now some info about what that does. -starts the coding -changes the background color to black -lets you type a messege which is anywhing between and -changes the font colour to white To test this out: Open up NotePad, copy and paste that code, same it as index.html and then double click on that icon when saved. You should see an offline webpage with a black background and white txt saying Hellow World. Questions Comments? post them here. I'll be adding more to this small tutorial very soon. |
|
|||
|
This is an good small tutorial for those new to HTML. People do need a place to start, and why not start with the basics. I like this tutorial, I'm sure showing people this will allow alot more people to become interested in learning HTML.
Now, if you dont mind me adding a small bit to this, may I? Most websites start out with a simple layout of tags. Tags are the letters you see in the brackets ( '<' '>' ) Most websites have a simple lineup of tags to start, which is easy to memorize with a few moments of practice. Keep in mind that the closeing tag always has a '/' before the tag name. Code:
PS: If the maker of this thread wants this removed, just send the PM, I am only trying to help. I hope you don't mind. |
|
|||
|
no way man, I'm thrilled you posted!!!
let's do this together, let's teach everyone out there how to use html! the more the merrier, I hope other people will be inspired and decide to help as well. then, we'll have the best tutorial ever, and other sites will want to come and use our tutorial and we'll become famous! jkz, but it will be good ![]() |
|
||||
|
If you are getting serious in html and website design, YES you should start using css for page elements. It is quite easy. You have w3c schools for starters and this handy firefox extension
It is a must for every web designer !!https://addons.mozilla.org/firefox/60/ And here is some css cheat sheet for your desktop ![]() |
|
|||
|
Remember that are also tags that don’t need to be closed as well like
Code:
Code:
|
|
|||
|
Really nice for beginers! I wouldn't recommend learning HTML by yourself though! I've learned all I know in the classroom and I have developed from their each time I create a new website!
__________________
My name is Rick and I'm a Exforsysoholic! (Is that even a word lol) |
![]() |
| Thread Tools | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| HTML Learning Series | madhu | Web 2.0 | 3 | 04-29-2006 04:34 AM |
| Oracle : Podcast: Getting Started with Oracle HTML DB | techguru | Oracle Tutorials | 0 | 08-27-2005 01:29 PM |