html-p5 Formatting

All of the following text will be on one line or wrapped around to the next line. The following line will be on a new line because of the line break here.
This will start on a new line.

biggest font

smallest font

Read Users' Comments (0)

html-p6 Fonts

The big tag makes the font one biggerthan the current font.

Loan rate as low as 2%
APR 6%.

It is important that you study before you come to class.

Computerworld is one magazine I read frequently.

Read Users' Comments (0)

html-p7 Fonts

Green Courier 2
Text

Blue text Weird characters
Back to regular color and typeface.

Back to regular font size

About Fonts
There are various fonts available either on your computer or on computers all over the world. The availability of fonts is particularly important here because, in the Internet world, your computer is part of a team, and if you are designing web files for the World Wide Web, you should know what font is likely to be available on other people's computers.

As it happens, some fonts are very popular and can be found on most computers. Such fonts are Arial, Times New Roman, Courier New, Garamond, Verdana, Tahoma, etc. To make sure that your file displays fine on other computers, use one or some of the most popular fonts.

Since the Internet is made of various computers and you cannot predict what fonts are available on your visitors' computers, you have two options: you can decide not to specify a font, or you can provide a list of fonts that are popular. If you don't specify a font, the browser of your visitor will use a default font set in its settings.

To see availabe Fonts in your PC , on the taskbar, click Start -> Settings -> Control Panel. Double-click Fonts.

Read Users' Comments (0)

html-p8

Special Characters
& " ' < >   © é &#n; !

Horizontal Ruler

Read Users' Comments (0)

html-p9 Lists

Unordered List of foods
  • Pizza
    Spaghetti
  • Wonton
    Sweet and sour portk
    Fried rice
  • Hamburger
    hot dog
    Apple pie
End of menu

Ordered List
  1. Get up
  2. Get ready
  3. Go to school

Read Users' Comments (0)

html-p10 Tables

HTML color codes
ColorHex value
RedFF0000
Green080000

Read Users' Comments (0)

html-p11 Hypertext

Go to DVC

Go to bottom

Alphabetical listing:
  • Doe, John 333-33-3333

  • Poppin, Mary 111-11-1111

  • Smith, Joe 222-22-2222

Go to Numeric listing


Numerical listing:
  • Poppin, Mary 111-11-1111

  • Smith, Joe 222-22-2222

  • Doe, John 333-33-3333

Go to Alphabetic listing





Bottom

Read Users' Comments (0)

html-p13 Images

DVC Logo

Read Users' Comments (0)

html-p13 Division

This is aligned to the right.

Read Users' Comments (0)

html-p13 Centering


This line will be centered on the line.

Read Users' Comments (0)

html-p14 Quotes

The Gettysburg Address


"Fourscore and seven years ago our fathers brought forth on this continent a new nation, conceived in liberty and dedicated to the proposition that all men are created equal.

Now we are..."

Read Users' Comments (0)

html-p15 Forms

Your Name
Password
Favorite food
Pizza
Hamburger
Gender
female
male

Read Users' Comments (0)

js-p7 Layout

Read Users' Comments (0)

js-p8 document.write

Read Users' Comments (0)

js-p9 original

Read Users' Comments (0)

js-p9 Prompt


Click here to test the code

Read Users' Comments (0)

js-p11 If Expression

Read Users' Comments (0)

js-p15 Switch

Read Users' Comments (0)

js-p16 While Loop

Read Users' Comments (0)

js-p18 Function

Read Users' Comments (0)

js-p19 return

Read Users' Comments (0)

js-p23 onclick

Computer Science
Other

Read Users' Comments (0)

js-p24 html form

Product("3", "4");
First number:
Second number:

Read Users' Comments (0)

js-p25 Confirm


Read Users' Comments (0)

js-p26 for loop

sum=0; for(count = 1; count < 100; count++) sum += count;

Read Users' Comments (0)

js-p29 Array

Read Users' Comments (0)

js-p30 Array

Read Users' Comments (0)

js-p30 Radio & Checkbox

PizzaHot DogHamburgerDeli Sandwitch

Read Users' Comments (0)

js-p33 getElementById

Read Users' Comments (0)

HTML Quiz 1

Order List
  1. RedGreater >
  2. GreenLess <
Unorder List
  • step 1
  • step 2

Read Users' Comments (0)