Monday, 21 September 2009

WK 3: HTML

Today we learned how to use HTML and how to use it in a effective way and will be very useful when setting up websites and updating are blog pages. HTML hyper text mark up language, which essentially means a coded language which the internet understands. It can define the website the layout and set up links which is useful and quick for users.





Elements:An HTML element is everything from the start tag to the end tag
*

This is a paragraph


* this is a link



Tags: * HTML tags are keywords surrounded by angle brackets like
* HTML tags most always come in pairs like and
* The first tag in a pair is the start tag, the second tag is the end tag
* Start and end tags are also called opening tags and closing tags

Formatting: this is the type of font size and font for example the way the text is shown and what size.

Attributes: * HTML elements can have attributes
* Attributes provide all kinds of information about the element
* Attributes are always clear in the start tag
* Attributes come in name/value pairs like: name="value"

Links: The link address is provided as an attribute. Links are defined the tag

No comments:

Post a Comment