//
archives

HTML

This category contains 8 posts

HTML Framesets

Frameset is a frame container that consists of rectangular spaces called frames.  The ROWS and COLS attributes define the dimensions of each frame in the set. The following are example: <FRAMESET ROWS=”25%, 75%”>…</FRAMESET> <FRAMESET COLS=”25%, 75%”>…</FRAMESET> The ROWS attribute (specified above) give the height of each row from top to bottom. The COLS attribute (specified above) gives the width of each column from left … Continue reading

HTML Table and Table Borders

How to open a Notepad: 1. Click Start 2. Select Programs then Click Accessories 3. Select Notepad Copy and Paste the Code in the Notepad then save it as TABLEBORDERS.HTML <!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.0 Transitional//EN”> <HTML> <HEAD><TITLE>TABLE</TITLE> </HEAD> <BODY> <P> <B>Note:</B> If you see no frames/borders around the tables below, your browser does … Continue reading

Hyperlinking HTML

The code below will teach you how to link image and webpages. In order to see the output, you must consider the following: 1. Create a folder in you drive. 2. Download at least 4 jpeg/jpg pictures and rename it as bg.jpg (background) then pic1.jpg – pic4.jpg (pictures). Note: Dont forget to save your pictures … Continue reading

Inserting Image and Picture Background

The code below will teach you how to insert image in and make a picture as background. In order to see the output, you must consider the following: 1. Create a folder in you drive. 2. Download 9 jpeg/jpg pictures and rename it as bg.jpg (background) then pic1.jpg – pic8.jpg (pictures). Note: Dont forget to … Continue reading

The Formatting Tags

How to open a Notepad: 1. Click Start 2. Select Programs then Click Accessories 3. Select Notepad Copy and Paste the Code in the Notepad then save it as FORMATTING.HTML Featured Formatting Tags: 1. <FONT>…</FONT> 2. <I>…</I> 3. <B>…</B> 4. <U>…</U> 5. <P>…</P> <!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.0 Transitional//EN”> <HTML> <HEAD><TITLE>Formatting Tags</TITLE> </HEAD> <BODY … Continue reading

Calendar

May 2024
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  

Enter your email address to follow this blog and receive notifications of new posts by email.

Join 6 other subscribers