| | HI, i am intresting in knowing where you began learning html of what inspired you to start learning html. which programs did you use or which progs dyu use? |
| Nov 8, 2009 |
QUOTE (andreip @ Sep 3 2009, 11:30 PM) Well the first time I got into HTML was 3-4 years ago in middle school. The computer science class was trying to learn us the basics of HTML. Than I didn't cared about that but as soon as I grew up the web fascinated me. I wanted to create "web" too. I desperately searched for sources and got linked to W3 Schools which I think almost everyone stated in this thread. It was quite complex for me. I tried and tried. Mainly I learned the b...
read more.
well at first i started messin with the internet i was using msn groups. so there was no need to learn html. then my isp started hosting websites so i kinda learned it through msn groups and developed it through random websites... i know a lot now and i sometimes use dreamweaver mx or so... lately i have just been codin it straight through notepad though. it'll probably change soon though as i get lazy-er, gonna dust off the ol' dreamweaver
I learned it from a book written about basic HTML. I don't remember the name, but it was a very good book. Eventually, after learning all that that could teach me, I surfed the net, looking for source codes and tutorials.
One day I was sittin at the computer surfin the web and i thought to myself how do they do these cool pages so i searched google and came upon this site called Html Goodies and started to look around and eventually went throught all the tutorials....
THE END
when you start making websites,
you'll learn it. i first made my website with www.mycu2.nl where you needed html. so you learn it slowly but good.
Learnt html from online tutorial... Joe's tuotorial Search it on the web and u may find it.
i downloaded a good tutorial from the net and just read it all! started with frontpage, and then got into other programs. making websites also made me want to learn how to make cool "graphics" ;p
You can either go on yahoo and search for html tutorial & script websites, or you could just go to your local bookstore (barnes & nobles) and buy books about it. It's cheap and very easy to understand.
i learnt HTML by my self and i dont really know much.. i just use front page
Latest EntriesWell the first time I got into HTML was 3-4 years ago in middle school. The computer science class was trying to learn us the basics of HTML. Than I didn't cared about that but as soon as I grew up the web fascinated me. I wanted to create "web" too. I desperately searched for sources and got linked to W3 Schools which I think almost everyone stated in this thread. It was quite complex for me. I tried and tried. Mainly I learned the basics and more of from experiencing. But I can tell you is pretty bad to do it so. If you really want to learn HTML, better, XHTML and CSS you need to do it seriously and you can do that from one of the many ebooks around on the internet. I personally chose Learning HTML and CSS a book form O'Reily. It was the greatest book. I tell you I read all of it in a few days and tried some of the practises. It's important to learn the correct way of HTML to create accesible websites for people. About the text editing software I can link you some. Notepad++ This is probably the best free text editor for Windows out there; with support for simple things—like syntax highlighting and folding—all the way up to FTP, Notepad++ should tick most of the boxes. I've used the editor as my main editor quite a bit, and one of my favourite features is File Status Auto-detection: when NP++ is made the active program, it will check all currently open files for changes and let you know if any file has been updated / deleted. Notepad++ is based on the Scintilla editing component. http://notepad-plus.sourceforge.net Free JEdit Jedit is rather ugly in my opinion, but it has a decent feature set; as a Java program, it's actually multi-platform. It offers syntax highlighting for over 130 languages. The website says it supports folding, but I couldn't get that to work (although it does highlight the opposite bracket). Jedit has a plugin repository, which may give the editor a bit more functionality. http://jedit.org Free Notepad2 Notepad2 is also based on the Scintilla editing engine, but it's much simpler than Notepad++. It bills itself as being fast, light-weight, and Notepad-like, and offers syntax highlighting for a variety of languages. There's no installation for this editor: just unzip and run. There are a few modified versions (with more features / languages) available. http://www.flos-freeware.ch/notepad2.html Free Programmer's Notepad Programmer's Notepad has a similar interface to that of Notepad2, although it does support having multiple files open at once. It supports bookmarking, folding, and highlighting, but other than that, there isn't too much to mention. http://pnotepad.org Free Crimson Editor Crimson Editor offers macro support and the ability to execute external programs. It has the ability to edit remote files, using a built-in FTP client; there's also a spell checker and a neat 'column select' mode. http://www.crimsoneditor.com/ Free ConTEXT ConTEXT supports many languages, both programming and human; it also gives you the ability to define your own custom languages. It does file comparing and exporting to HTML, and includes some interesting behaviour for projects. Another neat thing: ConTEXT remembers where your cursor is when you close a file, and puts it back there when you re-open the file. http://www.contexteditor.org/ Free Bespin I know Bespin isn't really a Windows text editor, and it hardly has the feature set that other editors do, but I thought I'd throw it into the mix just because I really like the concept of an online text editor and because it has one big (obvious) feature that the rest don't: cloud access to your code. It also offers syntax highlighting for HTML, CSS and JavaScript. http://bespin.mozilla.com Free Textpad TextPad is a rather simplistic editor: it boasts column select, drag-and-drop text between files, and hyperlink support. It also supports large files (based on the size of your virtual memory). That's it? Well, the feature list also mentions a right-click menu. http://www.textpad.com/products/textpad/index.html $24.70 E-Text Editor (My favourite besides Dreamweaver) Resembles a lot with TextMate http://www.e-texteditor.com/ $34.96 EditPlus EditPlus doesn't have anything unique, but there are some niceties: it highlights URLs and email addresses, activating them when you 'crtl + double-click'. It also has a built in browser for previewing HTML, and FTP and SFTP support. Macros and RegEx find and replace are good to have as well. http://www.editplus.com/ $35.00 Sublime Text Sublime Text is probably one of the most fun editors that I looked at, mainly because of its super-cool 'zoomed out' view of the file that you can pan around on. One drawback is that the preferences dialog is really just a bunch of text files; this can make it a bit difficult to tweak settings if you don't know exactly what you're looking for. I like the option to open a local file when you right-click on its link, and there are a few automation features, so this would make a solid choice of a text editor. http://www.sublimetext.com $59.00 And my favorite thus far : Adobe Dreamweaver (Current version CS4) http://www.adobe.com/products/dreamweaver $399 I know the price is high. Forget "high", insane would be a more appropriate word for that. I assure you that it fully deserves it price. It's the best hypertext editing software there. Basically it does more than half of you job done. Well that would be all my friend. Good luck and also if you have more questions don't hesitate to ask me here or use private messaging Cheers! Ah well, Dreamweaver is damn expensive, but can be worth it, but only if you're buying it for a company. Otherwise, a big ripoff D: Anyway, I learned HTML during primary school, in grade 6, when I was offered to be taught HTML along with other selected students. Fairly easy after that, and I found HTML to be an easy and interesting language.
Well the first time I got into HTML was 3-4 years ago in middle school. The computer science class was trying to learn us the basics of HTML. Than I didn't cared about that but as soon as I grew up the web fascinated me. I wanted to create "web" too. I desperately searched for sources and got linked to W3 Schools which I think almost everyone stated in this thread. It was quite complex for me. I tried and tried. Mainly I learned the basics and more of from experiencing. But I can tell you is pretty bad to do it so. If you really want to learn HTML, better, XHTML and CSS you need to do it seriously and you can do that from one of the many ebooks around on the internet. I personally chose Learning HTML and CSS a book form O'Reily. It was the greatest book. I tell you I read all of it in a few days and tried some of the practises. It's important to learn the correct way of HTML to create accesible websites for people.
About the text editing software I can link you some. Notepad++ This is probably the best free text editor for Windows out there; with support for simple things—like syntax highlighting and folding—all the way up to FTP, Notepad++ should tick most of the boxes. I've used the editor as my main editor quite a bit, and one of my favourite features is File Status Auto-detection: when NP++ is made the active program, it will check all currently open files for changes and let you know if any file has been updated / deleted. Notepad++ is based on the Scintilla editing component. http://notepad-plus.sourceforge.net Free JEdit Jedit is rather ugly in my opinion, but it has a decent feature set; as a Java program, it's actually multi-platform. It offers syntax highlighting for over 130 languages. The website says it supports folding, but I couldn't get that to work (although it does highlight the opposite bracket). Jedit has a plugin repository, which may give the editor a bit more functionality. http://jedit.org Free Notepad2 Notepad2 is also based on the Scintilla editing engine, but it's much simpler than Notepad++. It bills itself as being fast, light-weight, and Notepad-like, and offers syntax highlighting for a variety of languages. There's no installation for this editor: just unzip and run. There are a few modified versions (with more features / languages) available. http://www.flos-freeware.ch/notepad2.html Free Programmer's Notepad Programmer's Notepad has a similar interface to that of Notepad2, although it does support having multiple files open at once. It supports bookmarking, folding, and highlighting, but other than that, there isn't too much to mention. http://pnotepad.org Free Crimson Editor Crimson Editor offers macro support and the ability to execute external programs. It has the ability to edit remote files, using a built-in FTP client; there's also a spell checker and a neat 'column select' mode. http://www.crimsoneditor.com/ Free ConTEXT ConTEXT supports many languages, both programming and human; it also gives you the ability to define your own custom languages. It does file comparing and exporting to HTML, and includes some interesting behaviour for projects. Another neat thing: ConTEXT remembers where your cursor is when you close a file, and puts it back there when you re-open the file. http://www.contexteditor.org/ Free Bespin I know Bespin isn't really a Windows text editor, and it hardly has the feature set that other editors do, but I thought I'd throw it into the mix just because I really like the concept of an online text editor and because it has one big (obvious) feature that the rest don't: cloud access to your code. It also offers syntax highlighting for HTML, CSS and JavaScript. http://bespin.mozilla.com Free Textpad TextPad is a rather simplistic editor: it boasts column select, drag-and-drop text between files, and hyperlink support. It also supports large files (based on the size of your virtual memory). That's it? Well, the feature list also mentions a right-click menu. http://www.textpad.com/products/textpad/index.html $24.70 E-Text Editor (My favourite besides Dreamweaver) Resembles a lot with TextMate http://www.e-texteditor.com/ $34.96 EditPlus EditPlus doesn't have anything unique, but there are some niceties: it highlights URLs and email addresses, activating them when you 'crtl + double-click'. It also has a built in browser for previewing HTML, and FTP and SFTP support. Macros and RegEx find and replace are good to have as well. http://www.editplus.com/ $35.00 Sublime Text Sublime Text is probably one of the most fun editors that I looked at, mainly because of its super-cool 'zoomed out' view of the file that you can pan around on. One drawback is that the preferences dialog is really just a bunch of text files; this can make it a bit difficult to tweak settings if you don't know exactly what you're looking for. I like the option to open a local file when you right-click on its link, and there are a few automation features, so this would make a solid choice of a text editor. http://www.sublimetext.com $59.00 And my favorite thus far : Adobe Dreamweaver (Current version CS4) QUOTE Design, develop, and maintain standards-based websites and applications Build world-class websites and applications with one of the industry's leading web authoring tools. Adobe® Dreamweaver® CS4 software is ideal for web designers, web developers, and visual designers. http://www.adobe.com/products/dreamweaver $399 I know the price is high. Forget "high", insane would be a more appropriate word for that. I assure you that it fully deserves it price. It's the best hypertext editing software there. Basically it does more than half of you job done. Well that would be all my friend. Good luck and also if you have more questions don't hesitate to ask me here or use private messaging Cheers!
I start learning html back in 2006, was on a website that had a future called "neohome" where you could add almost every html tag/code, after a few months of playing in that i start looking for more advanced tutorials and after i got sick of html i start moving to another coding language, another and another...you got the point didn't you? xD
To bad i know many but master non
I've bought a HTML basics book, in my personal language, and it's really easy to understand. When you read some books, tutorials...etc, or if you know the basics of HTML programming, you can easily make your own and simple website.
I learned from note pad and looking up and taking a part other people code to see what happens to it and how to re fix it.
That was a long time ago before they cam out with the WYSIWYG editors. been doing web stuff for 15 or more years now and when i started it not many knew what the internet was even, lol.
Similar Topics
Keywords : learn, html
(2) Hi all, I was wondering is there a way I could make a field in a form that will take you to the (10) I was just curious on how people here learned HTML or XML (assuming you did, which, judging by the (9) Hey I need to make an adress bar basically you imput into the field press enter and your away but it downloadable php file (3) I was often frustrated at how, despite there being thousands of ASCII "special characters" such as help with the divs in ipb (1) hey guys, as you may know, i have ipb 2.3.4 set up on my site. i am currently using the centura Looking for suggestions on how to protect form fields during user inpu (3) My working example is here http://sonesay.trap17.com/application.php The form submits to itself (6) does anyone know how to make a form/application that when you submit the form with the submit but it (12) I have looked around and I can't find any code to help me out. I want to make it so you can log downloade an online tutorial,formatted my c: lost it forever,and FORGO (5) id prefer something i can download .....coz my internet connection is highly intermittant Moved Horizontal List Problems (5) I can't figure out why this horizontal list isnt working. Underneath my banner is supposed to (6) ok so i need help again i was wondering how i can make a navigation bar that looks like this (2) Ok so yet again i need some help i have this so far: CODE Pearl Harbor html (4) OK so i've given up on the paint for background now how would i get it to look like this (11) Ok so i just started learn html about a couple of weeks ago and i make a background image using this Html Help With Php Codebox (8) I'm trying to make codebox for my guestbook so that users can post PHP code inside.. I tried Please help! (1) I'm having troubles with the background colours on the HTML pages on my site (27) Ok, well recently i realized that i am not as skilled in HTML (such as building website layouts) as (5) edit: Neeeaavverrrminddd..... I was a total noob at php when i posted this and I needed help doing (8) My question is, why would anyone use the CODE tag when you can use the PRE tag? 1. The PRE tag Not php as first indicated... (12) Edit your ScrollBar colors Change "Your color", to color code, that u need. CODE BODY { Just Wondering, most of you would know. (65) Well I was just wondering, i know this polol might sound stupid, as this is a hosting site forum and without embedding (31) Hey guys I'm overhauling my website and have decided instead of using frames I want to just HTML Templates for website (4) Where do i get free HTML Templates to use in look and feel of website? Any link will be non WYSIWYG (22) What editor can I download and use that isn't a WYSIWYG(what-you-see-is-what-you-get) and is (7) hey guys..whats up..well i ws just wondering if you guys have any cool codes for myspace or Javascript / Html code to disable them (7) hi, i would like to know how the scrollbars, menubars etc.. can be disabled. I hope someone can help Which is better to use???? (24) Dear friends, I am new to web site designing. I am using NVU for creating my web everything about colors (9) Hey...I've had a few problems with choosin the color in html language. I found a good page wich neat little HTML trick Very Easy (7) This is a Very neat way to add a cool effect to your webpage! Its great for Holding Links......or Looking for learn, html
|
![]() where did you learn html from? |
Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com