Sunday, July 10, 2011

What I Have Learned from My Computer Subject ?

                  What I have learned from my computer subject ? Well there are so many things I have learned from my computer including HTML documents , tags , elements and much more . Let's just define them . 

                  Let's start with HTML or "Hypertext Mark-up Language" , is called as the basic building-blocks . It is written in hte form of of consisiting of tags , enclosed  in angle brackets     (like <html>).

                  This tags are in pair called the start tag and the end tag (they are also called opening and closing tags ). In between these tags  we can add texts , tables , images and many more.The new version also of the HTML is stricter and cleaner , which is the XHTML . Some basic parts of an HTML are head , title , body , <p> for paragraphs and <br /> which serves as an "Enter" for document spacing.
                 
                  <!DOCTYPE> is technically not a tag , it sould be the first thing in in your document . The <!DOCTYPE> tells the browser what version of HTML  you are writing in . 
                   With these simple basic elements I was able to learn to make a webpage with tags and elements accompaniment . 

No comments:

Post a Comment