Hello guys, my name is Grimace. I have decided that i am gonna have a go at web design. Earlier today i learned the basics of HTML(Headings, Fonts, Paragraphs, background colour, etc) and i found that it was easy to do and i will be starting to learn some advanced HTML later down the track. I have done a little bit of coding but nothing serious, so i was just wondering if anyone could help me out. For example, what languages do i need to learn other than HTML, any programs i will have to learn to use, or maybe a website that has tutorials on HTML or any other Coding Languages. Many thanks, ~Grimace
Nice my friend. Okay so you have started the basic of HTML Also You must learn CSS. ( Sorry if Maybe you already heard about CSS ) CSS stands for Cascading Style Sheets. lets have a look what is difference between HTML and CSS HTML is used to structure content. CSS is used for formatting structured content. HTML can be mis-used to add layout to websites somt times. But CSS offers more options and is more accurate . Majority of website Use CSS Stylesheet with HTML pages CSS supported by browsers. CSS is a style language that defines layout of HTML documents actually. CSS covers fonts, colours, margins, lines, height, width, background images, etc advanced positions and many other things you will find useful and modern styling. I hope this will help you.
As for a Web developer there are three basic coding languages must learn.. html, css and javascript Other than that it totally depends on what you're building your sites in, i.e. Python, Ruby ,PHP etc.
Besides HTML, you will need to learn CSS. If you want to make your sites more interactive, you can then also learn some Jquery or Javascript.