Corporate Logo: Techno Outsource (UK) Ltd.

Reliable Outsource, Flexible Workforce.

Corporate Logo: Techno Outsource (UK) Ltd.

HTML Tags

Page Structure
Text Formatting
Text Divisions
Text Lists
Multimedia
Hyper Links
HTML Forms
CSS Codes
HTML Colours
HTML Symbols
HTML Characters

Home » Useful Links » Webmaster Resources

Training: Summary of HTML Tags

 

Tags- Web Page Structure

 

<html>
<head>...</head>
<body>...</body>
</html>
HTML Structure
Basic structure for any HTML document
<title>...</title>
Document Title
Goes inside the
<head>...</head>
<!-- blah -->
Comment
Notes and information in the body but not displayed in the browser
<body bgcolor=#XXXXXX>
Solid Color Background
Color the background of the web page.
<body background=
"filename.gif">
Texture File Background
Use a graphic image to repeatedly "tile" and fill the web browser page.
<body 
TEXT=#XXXXXX
LINK=#YYYYYY 
VLINK=#00HH00>
Colored Text and Hyperlinks
Color all of the text or hypertext items to any color the reader desires.
<META 
HttP-EQUIV="REFRESH" 
CONTENT="X; 
URL=zzzzzzzz">
META Refresh
Causes browser to pause for
X seconds before automatically jumping to the url or page specified by zzzzzzzz
<META 
name="DESCRIPTION" 
CONTENT="blah blah">

<META 
name="KEYWORDS" 
CONTENT="zing, zang, 
zung">
META Descriptors
DESCRIPTION provides text for use in display for your site when displayed by some web search engines. KEYWORDS indicates the primary keywords that might be used by people trying to find your pages via a web search.
<FRAMESET
ROWS|COLS=X,Y,...Z 
frameborder="1|0"
border=N>

<FRAME
SRC="xxx.html
scrolling=
yes|no|auto>
NORESIZE

<NOFRAMES>
  :
  :
</NOFRAMES=N>

Frames
FRAMESET tags define a collection of rows or columns in a frame designed web page. Values for dimensions can be percentages (e.g. COLS="20%,30%,50%" or absolute pixels. A value of "*" fills the remaining space. Frameborder turns the dividers on (1) or off (0); if the dividers are "on" then they have a width specified by the value of BORDER.

FRAME tags define content for a frame; SRC indicates URL for content. Value of scrolling determines whether scroll bars are displayed. If NORESIZE is included, the frames cannot be adjusted in size by the viewer.

Content in the NOFRAMES tags is displayed if the browser does not support frames.

 
     
   

 

©2006-2025 Techno Outsource (UK) Limited. All rights reserved. .