Difference between revisions of "Web design generator"
Karl Jones (Talk | contribs) (→Bootstrap generators) |
Karl Jones (Talk | contribs) (→External links) |
||
Line 36: | Line 36: | ||
== External links == | == External links == | ||
− | * [http://lettering-tattoos.com/ Tattoo lettering generator] | + | * [http://lettering-tattoos.com/ Tattoo lettering generator] |
* [http://typographymaker.com/ Typography Maker] | * [http://typographymaker.com/ Typography Maker] | ||
* [http://patorjk.com/software/taag Text to ASCII art] | * [http://patorjk.com/software/taag Text to ASCII art] |
Latest revision as of 08:29, 10 May 2016
A web design generator is computer program or other means of generating HTML, CSS, JavaScript, typefaces, or other resources relating to web design.
Contents
Description
Generators are intended to save time, providing a graphical user interface where the user can enter draw, make selections from lists, draw on the screen, and provide other inputs to the generator.
The output from a generator will be HTML, CSS, or some other resource.
Automation
Some generators are programmable, allowing users to automate processes related to web design.
Higher-level structure
Generators typically create a higher-level structure based upon a lower-level structure.
The HTML language, for example, is a low-level structure: a set of HTML elements and rules for using them.
A web page is a high-level structure: multiple HTML elements work together as a cohesive document.
Bootstrap generators
Generators for the Bootstrap framework include:
See Bootstrap generators.