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

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(See also)
(Text)
Line 4: Line 4:
 
== Text ==
 
== Text ==
  
[[Text]] services two purposes in web design:
+
[[Text]] is written language.  Working with text is a primary task [[web design]].
 
+
* Text content
+
* Markup languages
+
  
 
== Text content ==
 
== Text content ==

Revision as of 12:10, 25 April 2016

This article introduces web design for the beginner.


Text

Text is written language. Working with text is a primary task web design.

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 and HTML5.

HTML elements

HTML elements ...

See HTML element.

HTML tags

HTML tags ...

See HTML tag.

Web pages

...

See Web page.

Simple web page

...

Block elements

...


Inline elements

...

Classic HTML elements

...

html

...

head

...

title

...

body

...

h1, h2, h3, h4, h5, h6

...

p

...

a

...

img

...

div

...

span

...

img

...

style

...

link

...

br

...

hr

...

table, th, tr, td

...

script

...

Semantic HTML

Semantic HTML is ...

header

...

article

...

nav

...

Learning web design (2)

See Learning web design (2) for an introduction to Cascading Style Sheets.

See also