Monday, March 18, 2013

Elements of HTML

Elements of HTML(Hyper Text Markup Language)


HTML markup tags are usually called HTML tags


  • HTML tags are keywords (tag names) surrounded by angle brackets like <html>
  • HTML tags normally come in pairs like <b> and </b>
  • The first tag in a pair is the start tag, the second tag is the end tag
  • The end tag is written like the start tag, with a forward slash before the tag name
  • Start and end tags are also called opening tags and closing tags



  1. A – How to display hyperlink?
  2. B – How to display text in BOLD style? 
  3.  Body – How and where to write content in the HTML file? 
  4.  Br – How to create a line break in html page? 
  5.  Code – How to display computer code in html page? 
  6.  Div – How to display division (section) in the html content?
  7.  Font – How to format text in color, size and font style in HTML? 
  8.  Form – How to display HTML form to submit data to other page?
  9.  Input – How to display Check box, FileUpload control, Image button, password textbox, radiobutton, reset button, submit button, multi-line textbox and button on the html page?
  10.  How to limit the number of characters allowed in the text box?
  11. IFrame – How to display a sub window in the html page? 
  12. H1 to H6- How to display headings in html page? 
  13.  Head – How & where to write title, meta, link and script tags in html page?
  14.  Hr – How to display horizontal line in html page? 
  15.  HTML – What is the use of html tag in html page?
  16.  Img – How to display image or picture in html page?
  17.  Label – how to display a label or associate a control with a label in html page? 
  18.  FieldSet – Legend – How to group or create a block of html controls in html page? 
  19.  OL/UL – LI – How to display ordered and un-ordered list in html page? 
  20.  Link - How to reference external css file in html page? 
  21.  Meta – How & why to write meta tags in html page? 
  22.  P – How to display a paragraph in html page? 
  23. Select - OptGroup – Option – How to display a dropdown list in html page? 
  24.  How to display a list box in html page?
  25.  How to display a list box and enable user to select multiple items from the listbox?
  26.  Pre – How to display pre-formatted content in html page? 
  27.  Script – How to write client side scripting language code in html page?
  28.  Span- How to write inline text with style in html page?
  29.  Style – How to specify CSS style information for an element or write CSS style class in the html page? 
  30.  Sub – How to write subscript text in html page? 
  31.  Sup- How to write superscript text in html page? 
  32.  Table, Tr, Th, Td – How to write data in tabular format in html page?
  33.  TextArea 
  34.  Title 

No comments:

Post a Comment