HTML Tutorial Summary
HTML is a markup language created for documentation using text formatting. HTML programs are written using tags. Text formatting can be done using physical and logical layout, using tags like <BOLD>, <ITALIC>, <STRONG>, <EM>, <H1>, etc. Tags contain keywords and attributes. Links to other pages can be created using <A> tag and images can be
more..