HTML and CSS
Option One: Convert¶
- Write a document in Word, Markdown and save it in HTML, including a style (no or minimal CSS).
- Use Pandoc to convert Word, Markdown, and other format to HTML.
Option Two: Generate¶
- Look for a HTML generator online.
- Use a PC generator: StaticGen
Option Three: Learn and Code¶
Create a webpage with notepad, notepad++ or gedit (among many text editors) using simple HTML and CSS.
- PDF: Web Page Design.
- Tutorial: Building your First Web Page.
- Comprehensive Tutorial: HTML 4.01 Specification.
Add CSS¶
CSS Generators¶
- CSS Creator.
- CSSlayoutgenerator.
- Uncle Jim’s Web Design.
- CSS 3.0 Maker.
- GenerateCSS.
- HTMLBasix
- MadSubmitter