TIPS AND TRICKS OF WEB DEVELOPMENT

1 comment    
categories: 
Every web page you find online are based on a simple structure called HTML files, within this files all other coding such as tags and element are found within this structure.

HTML STRUCTURE
This simple structure is writing and arranged in this order
<html>
<head><title></title></head>
<body>
</body>
</html>
After writing and arranging this structure in this order,
the question then follows that where do I write this HTML structure which will be converted to a webpage. Fine
there are lot of NOTE EDITOR that can be used to write HTML STRUCTURE example are
 WordPad,
Other types are WYSIWYG (What You See Is What You Get) which generate codes faster and easy to use. Eg

Adobe Dreamweaver (formerly Macromedia Dreamweaver)
CoffeeCup Visual Site Designer
Just to mention a few

Thanks for Reading see you in the next Lesson and kindly drop your comment below.












1 comment: