|
||||||||||
|
|||||||
| GoogleCommunity Sponsor |
|
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Noogle
![]() Join Date: Dec 2004
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
![]() |
Website design program language?
Hello to everyone.
Three questions I look forward someone to helping me out. First, what's HTML language? What's java language? Second, do anyone know the difference between HTML and Java? Third, if i do not use both language for design web page. Can I use MS Publisher to publish my web site? Thank you for your help! |
|
|
|
|
Sponsored Links
|
|
|
|
#2 (permalink) |
|
Senior Googler
![]() Join Date: Jun 2004
Posts: 125
Thanks: 0
Thanked 0 Times in 0 Posts
![]() |
HTML -- Hypertext Markup Language. HTML only gives web browsers instructions on how to display pages. It cannot make calculations, do loops, or perform most tasks that actual programming languages can.
By Java, I assume you mean Javascript. Java is a complete, cross-platform programming language that is not used on web pages, while Javascript is a scripting language commonly embedded within HTML files. The difference, now, should be apparent. Javascript can take input, process it, and give output. HTML can only output. To get a better idea of what each is used for, as well as how to use them, do Google searches for "learn html" and "learn javascript." If you are going to design a web page, you will definitely need HTML, may need Javascript, and certainly won't need MS Publisher. If your page will need to be very interactive for users, I suggest PHP (again, Google) in place of Javascript. MS Publisher is probably not the correct Microsoft product for designing webpages--I believe the right one is FrontPage. Regardless, FrontPage has a nasty habit of making code that only works in Internet Explorer. It probably also restricts, due to its design, what you can actually place on a web page, while skill with HTML will let you do everything FrontPage can do, and more. Since you're a user of the internet, learning HTML, Java, and perhaps some PHP wouldn't be a mistake. It's a lot like learning to speak the language when you move somewhere. |
|
|
|
|
|
#3 (permalink) |
|
Guest
Posts: n/a
|
Heres a quick and easy HTML tutorial http://www.htmlgoodies.com/primers/basics.html
HTML is very basic Heres Javascript http://www.htmlgoodies.com/primers/jsp/ not too hard, maybe a little harder than html and publisher probably isnt a real good choice for making web pages. The microsoft program designed for making web pages is frontpage, i dont personally like it, but i guess it helps you if you are not even familar with HTML |
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| what language | generationtalk | Chit Chat | 6 | 08-23-2006 04:17 AM |
| Language - English (UK) | barrybhoy | Gmail Forum | 9 | 08-07-2006 03:29 AM |