Thursday

HTML

HTML stands for hyper mark up language it is used to create Dynamic & Interactive web pages.

Extension of HTML is ---- .html
Coding Area ----- NotePad , WordPad
There are Two types of Tags (<>) in HTML.
  • Empty Tag ---Those have only opening Tag(<>) like---
  • Container Tag---Those have opening as well as closing Tag(<>) like-----

These are the tags which are used in html below are-:

  • p(<>)------Paragraph
  • pre(<>)----Pre formatting
  • blockquote/cite(<>)-----for specific information
  • u(<>)----Underline
  • i(<>)----Italic
  • b(<>)---Bold
  • em(<>)---Italic + Bold
  • strong(<>)----Bold
  • sub(<>)------Sub script eg-: H2O
  • sup(<>)------Super script eg -:102
  • s(<>)-------Strike through for cutting
  • marquee(<>)-----for moving the text or picture
  • br(<>)-----Break
  • hr(<>)-----Line(horizontal line)

We use html tag body tag in html

Attributes of body(<>)

  1. bgcolor
  2. size
  3. face

Example -:

html(<>)

head(<>)/head(<>)

title (<>)/title(<>)

body bgcolor="green" (<>)

font color="black" size="7" face="monotype corsiva"(<>)

center(<>)

marquee(<>)

HTML

marquee(<>)

center(<>)

/font(<>)

font color="red" size="5"(<>)

HTML stands for hypertext markup language.

/font(<>)

/body(<>)

/html(<>)

Note -: All are used in Tags(<>)



Shown As Below


HTML




HTML stands for hypertext markup language.


There are 6 types of heading tags in HTML.

h1(<>)One /h1(<>)

h2(<>)Two /h2(<>)

h3(<>)Three /h3(<>)

h4(<>) Four /h4(<>)

h5(<>) Five /h5(<>)

h6(<>) Six /h6(<>)

List in HTML

Images in HTML

Linking in HTML

Tables in HTML

Frames in HTML

Form in HTML







No comments: