HTML - Good Site For Basic Html Tutorials?
Can anyone recommend a good tutorial site for learning HTML? I'm just starting out. Free is good, but I know you get what you pay for, so if the tutorials are good, I wouldn't mind paying for something of good quality. I don't want to get in over my head too soon and get discouraged. I'd really like to find some video tutorials.
Thanks. Similar TutorialsCan i just place some html in between the head tags or ?? to make the text change to arial for example? Hello Sir, I am new to this forum. I would like to learn HTML in depth. Could anyone forward some material or any url's where I can find information about the basic HTML and advanced HTML concepts. Waiting for reply. Anjali Reddy I have a webpage I put up and I have ie9 but I noticed under my daughters ie8 browser the fonts are all a diferant size. Checking the screen resolution on her laptop it is the same as on my comp so it must be the browser. I do not want to list the url to this page because I do not want the page listed in the search engines. So I attached as a txt file. Is there a fix for this? I know the header sucks under any screen res. but it is the fonts I am worried about. They are a differant size under ie8. Im a beginner so please if anyone knows let me know. Im actually learning for free on w3schools.com and e-learningcenter.com but now, Im willing to buy me a complete course even though I know I can learn for free. Thank you so much! Hi everybody, For some reason, my site sucks in IE but it's good in FireFox. When I view it in IE, the tables are all out of wack, and it doesn't look right, but it looks fine in firefox. The site is http://74.53.110.194/~redstar5/ thanks for your help, treadstar Kindly let me know if I can get professional templates which can be amended according to one's needs. REally, I don't have that much time to be an expert at HTML or CSS - but was wondering what CMS' are quick to learn that has a lot of templates. I know WordPress is one - just wondering if there are anymore...I'm sure there is. I am wondering if it is possible to create an INDEX.HTML to redirect to another website? I would like it to display the redirected site, but if possible keep to the original address.. e.g. A site named www.mysite.com, with an INDEX.HTML to redirect to www.othersite.com, which displays OTHERSITE with www.mysite.com in the address bar. Hope I explained ok, any responce would be much appricated! Thanks! I m wondering which hmtl editors everyone here prefers. I have downloaded HTML-Kit & Page Breeze but I am not the sharpest tool & I end up getting frustrated as I need a more user friendly editor. Something for the ADHD adult I really won't be using advanced things like media for now, only basic HTML & CSS. What I am trying to accomplish is to get a website done without media or movable images. Also, someone told me that there are some editors which come with ready made commands, for e.g maybe such as creating a table by just clicking anywhere. Of course, I will have to specify other things. Are there any editors which automate a lot of your work & save time? Thanks a lot. Hello..Just to describe my situation to you. I am new and don't know how to create webistes, and I have no shame in that. I am fairly familiar with computers as I spend about 4 hours a day on computer. I have always wanted to know how to create webistes and create one of my won. I don't want to use geocities or freewebs, since that's not creating websites..there's no skill in that..I want to learn the hardcore html. I am sure it's not hard once u get the hang of it but I have no clue. What I am asking of you pros on this site is: 1) suggest a good html creating software..somthing easy to understand and use for a beginner. 2) suggest some websites which give free megabites for you to start your site. Somthing I can practice html on. 3) If yuo are going to use html terminology..plz explain Thank You..Any help would be greatly appreciated..doesn't have to be much P.S. I know how to use utorrent well..so any program you suggest to me won't be a problem to find for me. TY Howdy everyone! I'm a noob here and I'm at my wits end. The real problem here is that I know just enough to get myself into trouble, but no concept on how to dig myself out of it. The website I'm working on is he http://www.psychological-warfare.com My problem is that it looks OK in Explorer, but looks like a trainwreck in Firefox. It was designed by retrofitting a template I bought years ago, so it's like trying to decipher the amatuer translation of a Russian mad scientist's codex. I apologize in advance. I've been moving DIV's back and forth for days and Explorer doesn't seem to care. Things just keep getting worse and worse in Firefox. I think the main issue is that I have a left column and then the header that spans the middle and right columns. I can see how Firefox might hate that... The next problem (and I'm hoping someone might have an idea on this): I used a modern header calling this whole mess XHTML. I know exactly squat about the differences between HTML and XHTML except that XHTML loves to have everything "/>"ed. Would all of this work if the header called it transitional HTML and give myself a little leeway? What code should be at the top of my page? Thanks everyone for the help. I wish I could buy everyone a beer! Does anybody here have any examples of websites constructed ONLY using HTML/CSS? I would like to look at the source code and the files, and see how it's been made. Hi, I am new and have just started learning basic HTML on w3schools.com. Is this a reliable website with accurate HTML tutorials? Hi all! I'm new to this forum. I'm not very tech savvy so this is probably why I'm about to lose my mind trying to figure out the solution to my problem.... I would like a good software program where I can create templates in html format so that I can email for marketing purposes. I've tried a few online services and their limitations have me beating my head against the wall. I don't know html code. And I don't need to build a website. And I don't want to spend an outrageous amount of money. But I do want to create a template that will get to someones inbox, not junk mail, and arrive without attachments. I need the software to be user friendly & have an easy interface where I can easily edit using a visual editing tool. Does that exist? Any advice would be very much appreciated Hi I am trying to add some custom text below a frameset. Basically can anyone add just a simple header below the frameset in the following code> Code: <html> <frameset cols="25%,*,25%"> <frame src="frame_a.htm" /> <frame src="frame_b.htm" /> <frame src="frame_c.htm" /> </frameset> </html> The code comes from this page: http://www.w3schools.com/tags/tryit....tml_frame_cols and I've tried the usual ways of adding a body tag and added a h2 tag below it, but i can't get it to work - either i can get the h2 tag to appear or the frameset. Can anyone help? Thanks hi, i have just decided to make my own web site! Please could you tell me some bacis things like marquee effects etc. Many thanks , So, i am very new to writing html, just started learning. I have created a very basic page for practice(the code is below) using text edit on a macbook. The file is saved with the .html extension. The problem lies in when i try to load the page with a browser(i have tried both safari and firefox), i double click it and the browser opens the file, but it looks exactly like the source file. It shows all the tags and everything that is written in the source code. I have been trying to figure out what i have done wrong for hours now, have tried all the variations of 'doctype' tags and none fixed the problem, have also tried it without a 'doctype' tag and same thing happened. Can someone please look at the source below and give me any help possible? I am very new to this, so maybe it will make complete sense to someone out there. Thanks a lot in advance. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>Title</title> </head> <body> <h1>Header</h1> <br> <p>Paragraph contents will go here.</p> </body> </html> I have started making a simple website with notepad which me and my friend could use. I've got a bit of a problem though. I know basic HTML but don't know how to get around this: In the folder I have two files: Lauch(Which opens the website), and a folder called Pages. In the folder 'Pages' I want the other pages for the website, but as his system would have different names, I can't exactly put: C:\My Files\HH Tool, if his is C:\His Files. Get me? I tried linking to: \Pages\Information.html . But it didn't work. I'd appreciate and answer ASAP. Thanks for whoever replies or answers. HI, im trying to self learn HTML, things were going ok until i get to FRAMES. I have an INDEX.HTML, which splits the page into 3 frames. Each of the 3 frames then load other pages(banner, main, and menu .HTML). I have my 3 frames, but there is nothing in then, I think its the path I have wrong, but tryed main alternatives. This is a very basic problem, im sure someone can tell me what ive done wrong. Of course im loading these HTML pages from the same folder on my desktop. HTML files attached.. Thanks in aDvance! Hey there! I'm new to this! I just started learning HTML like week ago and I doing pretty good. but anyways, I was wondering how long does it take to learn HTML, XHTML, CSS and so on to create a social networking like facebook at least? |