Archives : January-2015

Home » Wikipaged 2

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

Dreamweaver Template or .dwt files are a great way for people new to the world of web design to exercise maximum control over their sites. Where using CSS helps to control the look of your site, the .dwt file can give you control over some of the content or HTML. Particularly the elements which are constant ..

Read more