Need Information about html coding
#1

Hello everyone im from pakistan ! and i wanted to learn html,css coding If is there anyone who can teach me free coz we are not allowed to use paypal in pakistan and my age is 17 ..! plz tell is there anyone who can ??
Reply
#2

http://lmgtfy.com/?q=CSS+Tutorial
http://lmgtfy.com/?q=HTML+Tutorial

Was it that hard?
Reply
#3

This is your standard template:
Код HTML:
<!DOCTYPE html>
<html>
	<head>
		<title>Page Title</title>
	</head>
	<body>
		<p>Content</p>
	</body>
</html>
For other elements, see here: https://developer.mozilla.org/en-US/...b/HTML/Element
Reply
#4

This is where I learnt HTML and CSS, if you're interested in PHP then look up phpacademy on *******
Reply
#5

Quote:
Originally Posted by ACI
Посмотреть сообщение
You could atleast try to be less of a skank (as you have been lately) and provide useful links, just like Vince did.

@Namer, w3school is a very informative website that covers HTML very well. If you click here, you will automatically redirect to the page that informs you about HTML. Then it's all about being a little creative! CSS will also become handy.
Reply
#6

everyone thankx for giving me alot of information about html and css
Reply
#7

For the love of god, avoid w3schools at all costs! http://www.w3fools.com/

Use:
https://developer.mozilla.org/en-US/learn/html
http://docs.webplatform.org/wiki/html
If you have dreamspark, there are great materials as well.
Reply
#8

Quote:
Originally Posted by Misiur
Посмотреть сообщение
For the love of god, avoid w3schools at all costs! http://www.w3fools.com/

Use:
https://developer.mozilla.org/en-US/learn/html
http://docs.webplatform.org/wiki/html
If you have dreamspark, there are great materials as well.
You know w3schools fixed all errors pointed out by w3fools, although it all depends on the learner.
Reply
#9

That's good news! But I still believe mdn is the best source out there (community reviewed and what-not)
Reply
#10

Quote:
Originally Posted by Misiur
Посмотреть сообщение
For the love of god, avoid w3schools at all costs! http://www.w3fools.com/
Wat. W3Schools is the best you can get for CSS / HTML. For php you can use phpacademy - Best tutorials for php. Although they have also javascript, mysql, css and more tutorials !

Quote:
Originally Posted by Vince
Посмотреть сообщение
This is your standard template:
Код HTML:
<!DOCTYPE html>
<html>
	<head>
		<title>Page Title</title>
	</head>
	<body>
		<p>Content</p>
	</body>
</html>
For other elements, see here: https://developer.mozilla.org/en-US/...b/HTML/Element
Actually ...
Код HTML:
<!DOCTYPE html>
<html>
	<head>
		<title>Page Title</title>
	</head>
	<body>
		<p>Content</p>
	</body>
        <footer>
                &copy; 2014
        </footer>
</html>
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)