[TuT] HTML for beginners [TuT] - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Webmaster Support (https://www.supportforums.net/forumdisplay.php?fid=36) +---- Forum: Website Development (https://www.supportforums.net/forumdisplay.php?fid=43) +---- Thread: [TuT] HTML for beginners [TuT] (/showthread.php?tid=6960) Pages:
1
2
|
[TuT] HTML for beginners [TuT] - Eagle - 05-10-2010 HTML Tutorial
Written By Eagle
Greeting people.In this tutorial im going to teach you some of HTML language.Hope you enjoy. HTML is shorten HyperText Markup Language,also known as standard language used to create and publish documents on the World Wide Web. This is almost as BB code which we use on all forums. Except putting Code: [b][/b] Code: <b></b> Always when you want to make some HTML document you need to start with Code: <html> Code: </html> These are HTML Basic Documents codes Code: <html> Headings on your Webpage for headings code is Code: <h1></h1> Code: <h5></h5> Text Elements Code: <p>This is a paragraph</p> HTML Colors This part is really hard to get know because you can make 16 millions colors and every color has his own code.These codes are containing name of the color Code: #FFFF00 And she's lightness Code: #780000 Code: #404040 HTML Links Code: <a href="http://www.supportforums.net/">Visit SupportForums</a> This is one link with his name. Code: <a>http://www.supportforums.net/</a> Images This is link for image.When you want to put an image you need to put his widht and height,you need also this border which images frame tickness And the code will look like this: Code: <h2>Norwegian Mountain Trip</h2> Code: <html> I showed you some basic of HTML if you want to learn much much from this you need to study hard to be professional in this job.There are more functions that i haven't showed you,but this is enough till you got some experience in this job. This tutorial is made by ME(Eagle) and you DO NOT HAVE PERMISSIONS to copy/paste it everywhere without my knowledge, Copyright Eagle's Tutorials/Tips/Products © Regards Eagle RE: [TuT] HTML for beginners [TuT] - Ionica - 05-11-2010 Pretty basic tutorial but it was very well made and easy to understand. Thanks for taking your time to make this. RE: [TuT] HTML for beginners [TuT] - Eagle - 05-11-2010 No problem,feedback is appreciated. RE: [TuT] HTML for beginners [TuT] - m EGa^ - 05-11-2010 Great tutorial Eagle , good for beginners <3 (Y) Good job. RE: [TuT] HTML for beginners [TuT] - Eagle - 05-12-2010 Thank you bro.Again nice sig RE: [TuT] HTML for beginners [TuT] - SkeetMads - 05-16-2010 Pretty basic, which is perfect for guys like me, that are complete beginners RE: [TuT] HTML for beginners [TuT] - Fragma - 05-17-2010 Very good for beginners. Simple and well explained. RE: [TuT] HTML for beginners [TuT] - James - 05-17-2010 Hey, great tutorial. Just to correct you, there is a <h6> tag - <h5> isn't the smallest. I think with the whole web 2.0 you should be teaching people to XHTML standards (self-closing tags, doctype declaration, link tags, meta charsets and content-types). You could begin HTML5 if you wanted to... Other than that, great tutorial and good job. RE: [TuT] HTML for beginners [TuT] - Eagle - 05-18-2010 Thank you btw you can make XHTML tut if you want.. RE: [TuT] HTML for beginners [TuT] - ΣΠΤΣR SHΦΚΔRΦ - 06-01-2010 I already knew this but that's a great tutorial for beginners . |