Need Information about html coding
#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


Messages In This Thread
Need Information about html coding - by JeaSon - 19.02.2014, 15:46
Re: Need Information about html coding - by ACI - 19.02.2014, 15:53
Re: Need Information about html coding - by Vince - 19.02.2014, 15:58
Re: Need Information about html coding - by NewerthRoleplay - 19.02.2014, 16:01
Re: Need Information about html coding - by Twizted - 19.02.2014, 16:05
Re: Need Information about html coding - by JeaSon - 19.02.2014, 16:11
Re: Need Information about html coding - by Misiur - 19.02.2014, 16:22
Re: Need Information about html coding - by Sublime - 19.02.2014, 17:10
Re: Need Information about html coding - by Misiur - 20.02.2014, 09:53
Re: Need Information about html coding - by Michael@Belgium - 20.02.2014, 10:28

Forum Jump:


Users browsing this thread: 1 Guest(s)