Here are some of the basics of HTML coding. HTML works as the structure of your website. You can create divs, make lists, and add images among other things. An example of what HTML coding looks like on TextWrangler can be seen to the left. Below is a description of some of the features that can be achieved using HTML coding.
When using divs you can create any number of boxes to better present your content. Usually you want to include a header for the title of your site, any number of columns for the main body, and a footer that includes information like your name, the date of creation, date of last modification, and a CC license. If you are creating a multi-page site, a navigation bar is essential as it allows users to jump to and from your pages. You can choose a horizontal or vertical navigation bar to include your links. You may also include a drop down menu for each if you have a large amount of content that needs to be categorized.
You can also add images to enhance the content of your site. HTML also allows you to position and size your images, as well as wrap text around them.
Creating lists is useful for presenting information in an organized manner. The lists can be numbered or unnumbered.