Pages

Monday 18 June 2012

Most Basic points to build a webpage (Common idea of HTML)

I have prepared the most common Points that must be remembered to build a webpage. These are the important points for the beginners and to build the base.

  • The process of linking text or pictures in a web page to other page is called Hyper linking.
  • The software used to view HTML page is Browser.
  • Browser will display HTML files according to the instruction given in the HTML file.
  • Examples of browsers are Internet Explorer, Mozilla, Galeon etc.
  • HTML is the short form of Hyper Text Markup Language.
  • Tags are HTML code that are used to apply different format to web page elements.
  • HTML tags are classified into two. Container tags and Empty tags.
  • Those tags, which brackets or contain text or other tag elements, are called container tags.
  • Container tags have both start and end tags.
  • Example of Container tag are <B>..</B>,<I>..</I>,etc.
  • An empty tag functions as a stand-alone element within a HTML page and thus doesn't bracket or contain anything else.
  • It doesn't have an closing tag.
  • Eg: <br >, <img>.
  • <Font> tag is used to change the appearance of text.
  • <Title> tag is used to display desired HTML text in the title bar.
  • <Table> tag is used to divide the page intorows and columns.
  • <Tr> tag is used to define new row in a table.
  • <Td> tag is used to define column data.
  • <A>..</A> tag is used to link two web pages.
  • The hypertext is entered between <A> and </A>.
  • <Img> tag is used to insert images into an HTML file.
  • <Marquee> tag is used to give moving effect to web page elements.

No comments:

Post a Comment