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
Notepad,
WordPad,
SciTE,
Tex-Edit Plus,
TextEdit,
TED Notepad
Other types are WYSIWYG (What You See Is What You Get) which generate codes faster and easy to use. Eg
ASP.NET Web Matrix
Adobe Dreamweaver (formerly Macromedia Dreamweaver)
Microsoft Expression Web
Microsoft Visual Web Developer Express
Microsoft Visual Studio
CKEditor
CoffeeCup Visual Site Designer
EZGenerator
FirstPage
Freeway
Hyper Publish
Jimdo
Just to mention a few

0 comments:
Post a Comment