Re: Web Design and Web Development



roseliza wrote:

To all readers...


What are HTML, CSS, WYSIWYG?

To simplify:

HTML:
HyperText Markup Language; the code you see when you select "View
source" in your browser. It's a standard used for structuring and
formatting a web page.

CSS:
Cascading Style Sheets; a standard used together with HTML for
presentation and layout. This is usually placed in a seperate file, and
linked to in the HTML header to apply a common presentation to multiple
web pages (ie. you'll only have to change the .css file to update a
color/font/background to the layout).

WYSIWYG:
What You See Is What You Get; a method of visually designing a web
page. Most commonly used by web design beginners who don't want to
think much of the underlying HTML code. Even more commonly used when
*learning* the basics of HTML (if viewing the source code
side-by-side). Common WYSIWYG web designing tools include NVU (open
source), Adobe/Macromedia Dreamweaver and Microsoft
FrontPage/Expression.

--
Kim André Akerø
- kimandre@xxxxxxxxxxxxxxxxxx
(remove NOSPAM to contact me directly)
.



Relevant Pages

  • fortran doc generators and best practice repo storage
    ... that generate HTML from *.f90's. ... Something standard and common, not ... looking for anything to niche that might dissappear in a few years. ...
    (comp.lang.fortran)
  • How to selectively display parts of page via menu?
    ... common head of page stuff ... ... common bottom of page stuff ... this is probably pretty much HTML 101 for people here but I haven't ...
    (comp.infosystems.www.authoring.html)
  • Re: Best Free HTML Editor
    ... customisable syntax files for most common purposes and the more common ... WYSIWYG just doesn't seem to happen in HTML. ... most compliant, code by learning to code it yourself. ... guarantee that WYSINWYG in a non-compliant browser such IE6. ...
    (uk.telecom.broadband)
  • Re: cgi, reusing html. common problem?
    ... static) html, however, they'll also have dynamic aspects. ... I'm guessing that the common way to build sites like this ... Then in your generation routines you can build up content in the traditional way by generating individual fragments of HTML and appending them to a list. ...
    (comp.lang.python)
  • Re: DOM 0 Reference
    ... common use. ... For example, "Content Insertion Methods" looks very empty, ... Level 2 HTML specifications to: ...
    (comp.lang.javascript)