html

50Cent

Seasoned Veteran
Joined
Sep 19, 2009
Messages
2,656
Reaction score
0
FP$
0
Recently I just learn the HTML basics and wanted to try out so call experience with it. What can i Code with HTML other than web designs?

Posted with TouchBB on my iPhone
 
well isnt html just a web language, you can learn js and others to put on your website
 
Learn XHMTL and CSS so you can make web pages, javascript and php and sql are for extra things like forms etc.
 
When I make a website design, or style for phpbb3 I use HTML, CSS & PHP & MySQL (If needed)
 
50Cent said:
Recently I just learn the HTML basics and wanted to try out so call experience with it. What can i Code with HTML other than web designs?

Posted with TouchBB on my iPhone

HTML is a web development language. You can only create websites using HTML. For a successful website, you will definitely need to know CSS and probably jQuery and PHP. Good luck.
 
Just wanted to know, How can i code a very simple webpage with the use of HTML only..
 
50Cent said:
Just wanted to know, How can i code a very simple webpage with the use of HTML only..

It depends how simple. What are you trying to achieve? Do you have another website you can compare what you are talking about?

Simple could mean different things for many people. Simple could mean:
Code:
<html>
<head>Simple</head>
<body>This is very simple.</body>
</html>
or simple could mean the design of W3Schools. Check out W3Schools for some simple tutorials.

Just a sidenote, yes you can create a simple webpage in HTML, but it won't look too good.
 
Must have CSS than it will look good?

Using Pure HTML is using table without borders to code it?
 
From a designer point of view, and a SEO point of view, yes, CSS is a must.

Using tables probably won't cut it. You can use tables, but search engines don't really like it, it can have slow loadings for users, it can be a mess with different browsers and slow. It would be much faster using CSS and you will find more tricks with CSS.

Eventually, you will need to use CSS. One example being font. You will probably end up using CSS to change fonts and text size.

In the end, you can't get away with a good design that people will enjoy with just using HTML.
 
50Cent said:
Talk about practice. How do i practice CSS and HTML?
Start with a simple layout, like the above (in the code tags) and then expand on that. Add new features and keep on expanding. Then, start again with some different idea. Its basically repetition until you've understood the concept.
 
50Cent said:
Talk about practice. How do i practice CSS and HTML?


Give yourself tasks and aims, CSS & HTML are best learned together! 🙂

Find some PSD's and code them, every time you sit down and code you will learn something new, if you get stuck, Google it and you will get better!
 
its not bad but it just looks like a simple black bg with white text centred with a few images
 
iGimp said:
its not bad but it just looks like a simple black bg with white text centred with a few images
Yeah that will be for what it is. After i learn CSS and HTML i will keep modifying it.
 
Back
Top Bottom