evanthis 0 Report post Posted December 10, 2005 (edited) does anyone know a good website with html codes? Edited December 11, 2005 by miCRoSCoPiC^eaRthLinG (see edit history) Share this post Link to post Share on other sites
Houdini 0 Report post Posted December 10, 2005 HTML is a markup language. To find out all about it go to the authority, but you might want to learn XHTML after reading from the following link W3C Share this post Link to post Share on other sites
mzwebfreak 0 Report post Posted December 10, 2005 well, what kind of HTML codes were you looking for? I say this because there are some specialized sites out there for, say web layouts, but also ones that only deal with specific kinds of HTML codes. What did you want? Share this post Link to post Share on other sites
Quatrux 4 Report post Posted December 11, 2005 sounds funny, html codes, but if you want to learn html, you can try out http://www.w3schools.com/html/default.asp Share this post Link to post Share on other sites
bricktamland 0 Report post Posted December 11, 2005 This site has a good amount of info on ithttps://www.mtholyoke.edu/acad/germ/workshops/HTML.html Share this post Link to post Share on other sites
minnieadkins 0 Report post Posted December 12, 2005 If you browse around and search through some of the previous topics you'll find lots of links that will help you learn some HTML. I recommend http://www.htmlgoodies.com/ for a beginner. It offers HTML and then gets into advanced topics such as CSS, Javascript, PHP, and SQL. Share this post Link to post Share on other sites
vujsa 0 Report post Posted December 12, 2005 My suggestion for you is to find a decent wysiwyg editor and create a simple web page with it. Be sure to use ase many options as you can figure out just to give you a good variety of HTML to learn from Once you have your simple webpage created, print it out and then open the source file in any text editor like "Notepad". This will show you the code that the wysiwyg editor created. This is the HTML of the webpage. Once you have opened the HTML of the page, print it out. You can now compare the HTML to the output shown on the webpage. This may seem a little overwhelming at first but just go line by line and if you don't understand something, do a search for it on the internet or at one of the locations already provided. There are a few topics in the tutorial forum about basic HTML: HTML 101 - Web Design For Beginners : Absolute Basic HTML Writing HTML 102 - Web Design For Beginners : More Basic HTML Writing Good Comments Make HTML : Commenting makes HTML easier to writeSome other online HTML guides I use: Webmonkey | Reference: HTML Cheetsheet Lissa Explains It All HTML Pit Stop HTML Goodies - HTML PrimerA Few Useful Definitions: wysiwyg editor: What You See Is What You Get editor - A useful but usually limited program that uses a visual method of designing wbpages. Eliminates the need to know HTML or CSS. HTML: Hyper Text Markup Language - Method of adding some degree of formating to the text of a webpage and also allows for some dynamic attributes to be applied to the webpage in the form of links, forms, and images. CSS: Cascading Style Sheet - A method of applying the same formating and layout to an entire website by having all pages use the same style sheet which is usually a seperate file. This make the task of making all of the the pages in a website uniform and simplifies the process of changing the appearence of the website by only needing to edit a single file. Used as an add-on for HTML. [/hr] I hope that this will help you as you begin the journey of learning HTML and web page design. If you have further questions, please ask us. Nearly everyone that is active in the forum has some knowledge of HTML. Many of use have mastered HTML and moved on to more advanced web programing such as PERL, PHP, ASP, JavaScript, etc... So you should get many good and quick answers to your HTML questions. Good Luck vujsa Share this post Link to post Share on other sites
christnet 0 Report post Posted December 12, 2005 No disrespect meant to anybody, but going to a site such as W3C is about as hard of a start as you could possibly get. In one previous reply someone said use a WYSIWYG editor and then look at the code. That is how I got my start in HTML. That person also listed Lissa Explains It All as a link to go to. THIS IS YOUR BEST OPTION. This is simply because if you go to this site its going to look and even seem in the reading as for children but thats a good thing. When you started out reading you didn't go straight to Moby **** right? You started out with little picture books. The same is true when starting out in HTML. Through Lissa's sight she gives a descriptive tutorial of your first HTML page. Then the great thing is, her topics get as complicated as JavaScript and CSS. But before you look into these I would get a very good grasp on HTML.God Bless You... Share this post Link to post Share on other sites
chocolatxbliss 0 Report post Posted December 28, 2005 lol i know a bunchbut you should probably learn how to like...do the basics first. if you don't know that...there's tutorials all over but you can go to these sites if you like http://xanga.com/ tried to make my own html site a lot of times, but i got bored of doing it so i'm not goign to give you mine =P Share this post Link to post Share on other sites