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

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Cascading Style Sheets)
(See also)
Line 175: Line 175:
 
* [[Web design]]
 
* [[Web design]]
  
 +
[[Category:HTML]]
 +
[[Category:Learning web design]]
 
[[Category:Web design]]
 
[[Category:Web design]]
[[Category:Web design and development]]
 

Revision as of 11:28, 25 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 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