This text is inside a DIV element with a solid grey border.
The text you see here is after a <br> tag.
The line you see above is a Horizontal Rule (a.k.a Horizontal Line).
This is an example of the <font> tag. The font you see here is actually 14pt Arial, but the HTML tag's "size" attribute is only '4'.
In HTML, you use the <i> and </i>tags to italicize a font.
Here is some typewriter text
Below is an unordered list of some common breakfast foods:
- French Toast
- Oatmeal
- Cereal
- Toaster Pastry (e.g. Pop-Tarts)
- Grits
Below is an ordered list of The Fast and The Furious franchise film series:
- The Fast and the Furious (2001)
- 2 Fast 2 Furious (2003)
- The Fast and the Furious: Tokyo Drift (2006)
- Fast & Furious (2009)
- Fast Five (2011)
Below is the definition of some common IT Terms:
- Computer:
- An electronic device for processing information and performing calculations; follows a program to perform sequences of mathematical and logical operations
- Internet:
- A computer network consisting of a worldwide network of computer networks that use the TCP/IP network protocols to facilitate data transmission and exchange
- CPU:
- (Central Processing Unit) The part of a computer (a microprocessor chip) that does most of the data processing
- RAM
- The most common computer memory which can be used by programs to perform necessary tasks while the computer is on; an integrated circuit memory chip allows information to be stored or accessed in any order and all storage locations are equally accessible
- Hard Disk Drive:
- Computer hardware that holds and spins a magnetic or optical disk and reads and writes information on it
citation: Word Web Dictionary (Microsoft Windows Application)
The following is a snippet of HTML code:
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<p>Hello World!</p>
</body>
</html>
This text is strong!
This text is one size BIGGER than normal!
oops, this text is not valid anymore, and has been marked out!
Four raised to the fifth power is written like so: 45
|
This is a table that demonstrates alignment values
|
|
This is left aligned text.
|
|
This is center aligned text.
|
|
This is right aligned text.
|
|
This is text with default alignment.
|
This is text with added emphasis!
This is keyboard input text, created with the <kbd> and </kbd.> tags.