You are on page 1of 8

SYNOPSIS

 INTRODUCTION  BASIC CONCEPT  THE WEB S DEFINING FRAME WORK  TAG S AND ELEMENTS  BASIC STRUCTURE

INTRODUCTION
 HTML stands for Hyper Text Markup Language  It has as many number of excitements such as style sheets, dynamic scripting and so on  Every element has relationship with HTML  The fact is it has the ability to,

* use tags in new way * dynamically alter the elements

BASIC CONCEPT
 HTML is a subset of SGML  HTML or some other markup language is to embedded the command and how it is used in that document  The command <STRONG> tag is usually rendered as a bold text  Instead, we can use <B>,<I>,<U>

THE WEB S DEFINING FRAMEWORK


 HTML provides Matrix and Mechanisms to the     

web designers Matrix- frame work for the embedded content Mechanism-provides a way to use the tag and the limited extends www-melding of H/w and S/w Style sheets and scripting language realization of importance HTML+www =internetwork of the computers

TAG S AND ELEMENTS


 Main resource of HTML  A webpage contains all the elements of HTML  When we enter the code , it looks for the defining indicator  This indicator which describes the process and display of elements  The code structure has start and end tags.  Ex: <form> </form>

 Some of the elements has the starting tags. but the end tag is optional. For ex: paragraph tag<p>  And some of the elements has only the start tag and no end tag. For ex:IMG tag  There are no elements with optional Start tag  href tag is used to refer the web pages which are linked together

BASIC STRUCTURE
 Starts with

<HTML> </HTML> <HEAD> </HEAD> <BODY> </BODY>  Now a days commonly the body elements replaced by frames.  <FRAMESET> </FRAMESET>

You might also like