Note: This Repository is currently being updated (as of June 2019)
Index
-
HTML & XHTML
- Standard HTML Document Structure: HTMLDocStructure.html
- Basic Text Markup:
- Paragraphs: ParagraphTag.html
- Line Breaks & Preserving White Spaces: br&preTags.html
- Headings: Headings.html
- Block Quotations: blockquote.html
- Font Styles & Sizes: ibemstrongcodesubsup.html
- Character Entities, Horizontal Rules & Uses of the <meta> Element: CharEntiteshrmeta.html
- Images: ImageElement.html
- XHTML Document Validation: XHTMLDocValidation.html
- Hypertext Links:
- Links: Links.html
- Targets withing Documents: Target.html
- Lists:
- Unordered Lists: UnorderedList.html
- Ordered Lists: OrderedList.html
- Nested Lists: NestedList.html
- Definition Lists: DefinitionLists.html
- Tables:
- Basic Table: Table.html
- The rowspan and colspan Attributes: Rowspan&Colspan.html
- Forms:
- The
<input>
Element:- Checkboxes: checkbox.html
- Radio Button: radio.html
- The
<select>
Element: menuSelectOption.html - The
<textarea>
Element & The Action Buttons (Reset & Submit): textarea&ActionButtons.html - Example of a Complete Form: OnlineShoppingForm.html
- The
- Frameset: framesetExample.html
-
HTML5
- The
<audio>
Element: audio.html - The
<video>
Element: video.html
- The
-
HTML w.CSS
- Font Properties: fonts.html (Inline CSS) | fonts_externalCSS.html (External CSS)
- Text Decoration: text_decoration.html
- Text Spacing: TrackingLeadingSpacing.html
- List Properites: ulBulletStyling.html | olBulletStyling.html
- Allignment of Text: textIndentFloat.html
- Color: colorBgcolor.html
- The Box Model:
- Borders: border.html
- Margins & Padding: marpads.html
- Background Images: back_image.html
- The
<span>
and<div>
Tags: spanDiv.html - Conflict Resolution: cascade.html
-
Basics of JavaScript
- Hello World!: hello.html
- Variables & Types: variables_types.html | variables_types.js
- Operators: operators.html | operators.js
- The
Math
Object: math_object.html | math_object.js - The
Number
Object: number_object.html | number_object.js - Type Conversion: type_conversion.html | type_conversion.js
String
Properties & Methods: string_object.html | string_object.jstypeof
Operator: typeof_operator.html | typeof_operator.jsDate
Object: date_object.html | date_object.js