+ Reply to Thread
Results 1 to 2 of 2

Thread: Role of HTML?

  1. #1
    Emerald Star member sana86 is on a distinguished road
    Join Date
    Oct 2011
    Posts
    117

    Default Role of HTML?

    Describe the role that HTML can play when dynamically generating HTML pages from a relational database?

  2. #2
    Sapphire Star member suba is on a distinguished road
    Join Date
    Sep 2011
    Posts
    92

    Default Role of HTML?

    THE ROLE OF HTML The basic language of the Web is HTML (Hypertext Markup Language), a markup language that uses tags to specify the structure of the page content. HTML is easy to use and to learn; for example, take a look at the following:
    My Web Page
    This markup shows an h2 heading that tells the browser to display the text information between the opening and closing tag in a specific way -- including the size of the text, the weight of the text, and spacing before and after the text. You can change the presentation of the h2 heading through HTML tags, such as :
    My Web Page

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts