Wednesday, 25 April 2012

Web session 2.

In today's session we learnt basic HTML and why every website ever created is made up in a language of code.

HTML is the main markup language for web pages. HTML elements are the basic building-blocks of webpages. HTML is an acronym for Hypertext markup language.

These are the basic HTML TAGS used in any website.

Body - visible in the website.
Title - The title of the page
Head - goes inside the title tag. Isn't visible in the design of the website but helps it function.

(in order)

<HTML>
<HEAD>
<TITLE>
</TITLE>
</HEAD>
<BODY>
</BODY>
</HTML>

Everything must be spelt correctly for it to function.
Lowercase and avoid using spaces or numbers.

DOCTYPE HTML - more complex version of the
UL - Unordered list
Script  - Html and css are the two most common language in websdeisgn.
Javascript is becoming more common
Div - Dividers.

Rootfolder -
subfolder - (always needs to be called images) stores all the media of a website

call it index how a webs ever knows how to show a page first it looks for
the websites. Index is the global standard to avoid language barriers.
The remaning pages can be called whatever I wish.

CSS - Cascading style sheet
WRAPPER - Box of the website (div ID)

150px wide (navigation bar)

No comments:

Post a Comment