HTML Introdction

Attributes in HTML

Audio_Video in HTML

Basic HTML

Block _ Inline Elements HTML

Block Elements

Inline Elements

Charsets HTML

Classes HTML

Colors HTML

Comments HTML

Computer code HTML

CSS HTML

HTML Div

HTML Elements

HTML Formatting

HTML Forms _ Input

HTML Frames

Images HTML

Links HTML

Lists HTML

Semantic Elements HTML

HTML Tables

Styles _ Semantics HTML

Meta Info HTML

HTML Others

Programming HTML

Input Attributes HTML

Christ Is Alive Ministry Learning Code for God

Far from being done please come back to visit

An HTML element is defined by a start tag, some content, and an end tag

<tagname> Content goes here ....</tagname>

Example: <p> My first paragraph </p>


DON'T FORGET THE END TAG: Some HTML elements will display correctly some will not.



HTTML tags are not case sensitive: <P> (uppercase) means the same as <p> (lowercase)