|
Written by dcPages
|
|
HTML is pretty simple to learn, mainly because it's not a big complicated programming language. Instead, it's what's called a "Markup Language". That's actually what HTML stands for - HyperText Markup Language. A markup language doesn't actually do anything the way a programming (or scriping) language does. Instead all it does is allow you to "markup" some text to tell another program how to interpret (or in this case display) that text. HTML is all based on tags that surround some text to tell a browser what to do with that text. Those tags will all have a similar format that looks like this: some text. Most tags will have an opening () and closing () tag (in fact, in strict XHTML, EVERY tag must have a matching closing tag), and many tags will also contain some "child" tags, which are like sub-tags. Now we just need to talk about what tags are a part of HTML...
|
|
Read more...
|
|
|
Written by dcPages
|
|
Whenever anyone starts out trying to learn (or teach) a programming (or scripting, or markup) language, they always start with the same thing "Hello World". In fact, if you use a development program like Eclipse, it starts every Android app as a "Hello Android!" app as your starting point. The problem with the Hello World! tutorial is that it doesn't really teach you much in term of web development.
|
|
Read more...
|
|
|
|
|
|
|