HTML codes for websites design (Part 2)
HTML Version
HTML ------- 1991
HTML+ --------- 1993
HTML2.0 ------------ 1995
HTML3.2 -------------- 1997
HTML4.0 / XHTML1.0--- 1999
XHTML 1.0 ---------------------2000
HTML 5 ---------------------------- 2012
XHTML 5 ----------------------------- COMING
What is HTML ?
HTML stands for Hyper Text Markup Language. This is for Creating Web Pages and describe web pages structure.
Inventor - Tim Berners Lee (1989)
HTML Editor -
1.Notepad
2. Notepad++
start ---> all programs --> accessories ---> notepad
and save all tags in .html extensions and select all files or HTML.
HTML Tags and Description
16. <STRONG> ---- This tag used for any special text bold and deep black. use as like bold <B>
17. <BIG> ---- used for special text look as big size different from another normal text.
18. <SMALL> ---- any text small size.
19. <EM> ---- Italic Look.
20. <INS> ---- Underline
21. <CODE> ---- Programming Style Text
22. <VAR> ---- Variable Style
23. <KBD> ---- Font Style
24 <CITE> ---- Font Style
25. <SAMP> ---- Simple Font
26. <TT> ---- Font Style Change (It does not support HTML5, and other version)
27. <SUB> ---- Subscript Tag (Like- H2O
, CO2 , H2SO4 )
28. <SUP> ---- Super Script (Like - a2+b2 )
29. <DEL> ---- Delete
30. <S> ---- Strike
No comments: