Difference between revisions of "Learning web design (1)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Created page with "This article introduces web design for the beginner. == See also == * Web design Category:Web design Category:Web design and development")
 
Line 1: Line 1:
 
This article introduces [[web design]] for the beginner.
 
This article introduces [[web design]] for the beginner.
 +
 +
== Text ==
 +
 +
[[Text]] services two purposes in web design:
 +
 +
* Text content
 +
* Markup languages
 +
 +
== Text content ==
 +
 +
...
 +
 +
See [[Text content]].
 +
 +
== Text files ==
 +
 +
...
 +
 +
See [[Text file]].
 +
 +
== Text editors ==
 +
 +
...
 +
 +
See [[Text editor]].
 +
 +
== Web browsers ==
 +
 +
Try this: use a [[web browser]] to display a text file.
 +
 +
The text content will display in a single block, even if the text file has line breaks.
 +
 +
See [[Web browser]].
 +
 +
== Markup languages ==
 +
 +
A [[markup language]] is a writing system which adds meaning to text content.
 +
 +
See [[Markup language]].
 +
 +
== HTML ==
 +
 +
[[HTML]] is a well-known markup language, widely used on the [[World Wide Web]].
 +
 +
See [[HTML]].
 +
 +
== HTML elements ==
 +
 +
[[HTML elements]] ...
 +
 +
See [[HTML element]].
 +
 +
== HTML tags ==
 +
 +
[[HTML tags]] ...
 +
 +
See [[HTML tag]].
 +
 +
== Web page files ==
 +
 +
 +
== Simple HTML page ==
 +
 +
  
 
== See also ==
 
== See also ==

Revision as of 09:41, 23 April 2016

This article introduces web design for the beginner.

Text

Text services two purposes in web design:

  • Text content
  • Markup languages

Text content

...

See Text content.

Text files

...

See Text file.

Text editors

...

See Text editor.

Web browsers

Try this: use a web browser to display a text file.

The text content will display in a single block, even if the text file has line breaks.

See Web browser.

Markup languages

A markup language is a writing system which adds meaning to text content.

See Markup language.

HTML

HTML is a well-known markup language, widely used on the World Wide Web.

See HTML.

HTML elements

HTML elements ...

See HTML element.

HTML tags

HTML tags ...

See HTML tag.

Web page files

Simple HTML page

See also