HTML stands for Hyper Text Markup Language. Html is only a markup language, not a programing language. Html have now 8 version HTML(1991), HTML+(1993), HTML2.0(1995), HTML3.2(1997), HTML4.01(1999), XHTML(2000), HTML5(2012).
A markup language is a set of markup tags and tags describe document content. Every web language or programing has there own code style. Html code style is </>.
First code is <html> and last code is </html>. Every HTML version has a unique document.
XHTML 1.0
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
HTML 4.01
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
"http://www.w3.org/TR/html4/loose.dtd">
HTML5
<!DOCTYPE html>
There have many HTML Tag. I try to write about this on my next article.
Now i try to learn how to write a html document.
Here i write HTML 4.01 document, because now it's populer and HTML 5.0 is the latest version of html tag.
1 First you need to Download a Notepad++ and Instal it.
2. Open Notepad++ and type the code in picture.
3. Save it index.html and run a browser.
Today my first article is stop here, I am try to write HTML Tag in next article.
Please comment, if you do not understant any thing and what is mistack. I try to answer as soon as possible.
0 comments:
Post a Comment