Brief HTML Background
HTML has not been around for many years. November 1990 marks the day of the first web page and back then there were little to no HTML standards to be followed. A group called the World Wide Web Consortium (WWW) was then formed and have since set the standards that are widely accepted and we will base our teachings around them.
Creating an HTML document is easy. To begin coding HTML you need only two things: a simple-text editor and the dedication to follow our tutorial! Notepad is the most basic of simple-text editors and you will probably code a fair amount of HTML with it.
HTML Web Pages
Web pages have many uses. Here are some important facts about why web pages are so useful.
- A cheap and easy way to spread information to a large audience.
- Another medium to market your business.
- Let the world know about you with a personal website!
HTML Use Key
Tag - Used to specify ("mark-up") regions of HTML documents for the web browser to interpret. Tags look like this:
Element - A complete tag, having an opening
Attribute - Used to modify the value of the HTML element. Elements will often have multiple attributes.
Many Attributes :-
Attribute | Options | Function |
align | right, left, center | Horizontally aligns tags |
valign | top, middle, bottom | Vertically aligns tags within an HTML element. |
bgcolor | numeric, hexidecimal, RGB values | Places a background color behind an element |
background | URL | Places an background image behind an element |
id | User Defined | Names an element for use with Cascading Style Sheets. |
class | User Defined | Classifies an element for use with Cascading Style Sheets. |
width | Numeric Value | Specifies the width of tables, images, or table cells. |
height | Numeric Value | Specifies the height of tables, images, or table cells. |
title | User Defined | "Pop-up" title for your elements. |
HTML Tutorial and CSS and more Tutorial......(Click)
No comments:
Post a Comment