Archives : January-2015

Home » Wiki

Sidebars are used to break up a website. They can be used for a variety of purposes, for example news articles, social network feeds ..

Read more

Basic HTML structure is based around 4 sets of tags which are needed for every HTML page. HTML <html></html> Head <head></head> Title <title></title> Body <body></body>   In this example, note everything falls between the HTML tags, the title appears within the head of the document and that the body comes after the head. Definition – <html> </html> ..

Read more

Definition The <footer> tag defines a footer for a document or section and typically contains: authorship information copyright information contact information sitemap back to top links related documents You can have several <footer> elements in one..

Read more