HTML- Hyper Text Mark-up Language
As what I consumed:
#HTML is a series of codes combined into a document
#the codes should use in pairs, one is for beginning and one is for ending, distinguished by /
#the basic HTML page begin from <html> and end up with </html>. Between the codes are title, between<head>and</head> and the body, between<body></body> of the document.
#there are generally 3 modes of HTML editing:
1 baisc editing, eg. the notepad or wordpad comes with WINDOWS, if using WPS, the file name should be ended with .htm or .html
2half visual editing, eg.HotDog
3visual editing, the most common editing mode, eg. FROUNTPAGE,DREAMWEAVER.
WHAT IS XHTML
In general, XHTML is a upgraded HTML, X means extensible. XHTML is more precise and strict on the codes using in HTML. It also passes some of the functions in old HTML to CSS(Cascading Style Sheets), which means we have to learn both technologies.
To be continued…