Software tools & HTML


Text Editors

In DFAB we learn how to make websites and an important part of that is the text editor. the text editor turns our thoughts in to viewable platforms. There are many types of text editors that can be used but the following are recommended.

HTML

All websites are developed using HTML (HyperText Markup Language) The following shows a simple format that can be used in HTML.


This code will provide the following website

To learn more about html, checkout the 2 videos by Jake Wright

CSS

CSS (Cascading Style Sheets) is used to format the information provided by the HTML. Using CSS is important if you want to make your website look more professional. The following link, also by Jake Wright, will give you a preliminary understanding on how to use CSS on your on files to make them look nicer