Learning web design (1)

From Wiki @ Karl Jones dot com
Revision as of 10:14, 25 April 2016 by Karl Jones (Talk | contribs) (Simple web page)

Jump to: navigation, search

This article introduces web design for the beginner.

See also History of web design.

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

HTML elements

HTML elements ...

See HTML element.

HTML tags

HTML tags ...

See HTML tag.

Web pages

...

See Web page.

Simple web page

...

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

...

See also