1 / 7

Internet Programming Practicum

Lecturers : Kurniawan, S.Kom., M.M. Module 2. Internet Programming Practicum. Credits : 4 Information System Study Program. HTML Tags. Lecturers : Kurniawan, S.Kom., M.M. HTML markup tags are usually called HTML tags HTML tags are keywords surrounded by angle brackets like <html>

brody-wyatt
Télécharger la présentation

Internet Programming Practicum

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Lecturers : Kurniawan, S.Kom., M.M. Module 2 Internet Programming Practicum Credits : 4 Information System Study Program Internet Programming Practicum

  2. HTML Tags Lecturers : Kurniawan, S.Kom., M.M. • HTML markup tags are usually called HTML tags • HTML tags are keywords 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 • Start and end tags are also called opening tags and closing tags Internet Programming Practicum

  3. HTML Introduction Lecturers : Kurniawan, S.Kom., M.M. • <html> • <body> • <h1>My First Heading</h1> • <p><i><b>My first paragraph.</b></i></p> • </body> • </html> The text between <html> and </html> describes the web page The text between <body> and </body> is the visible page content The text between <h1> and </h1> is displayed as a heading The text between <p> and </p> is displayed as a paragraph Internet Programming Practicum

  4. HTML Introduction Lecturers : Kurniawan, S.Kom., M.M. • <html> • <body> • <h1><marquee>My First Heading</marquee></h1> • <p><i><b>My first paragraph.</b></i></p> • </body> • </html> The text between <html> and </html> describes the web page The text between <body> and </body> is the visible page content The text between <h1> and </h1> is displayed as a heading The text between <p> and </p> is displayed as a paragraph Internet Programming Practicum

  5. HTML Style <html> <body style="background-color:PowderBlue;"> <h1>Look! Styles and colors</h1> <p style="font-family:verdana;color:red"> This text is in Verdana and red</p> <p style="font-family:times;color:green"> This text is in Times and green</p> <p style="font-size:30px">This text is 30 pixels high</p> </body> </html> Internet Programming Practicum

  6. Exercise 1 (pertama.html) A BRIEF HISTORY On the initiative of Prof. Ir. H. Buchori Rachman and his associates, Bina Darma Foundation was established on December 28, 1993 with the issuance of a certificate by Notary Alia Ghani, SH, no. 95. A change in the organization of its founders was certified on March 10, 2001, by Notary Thamrin's certificate no. 6. The goal of this Foundation is to actively participate in helping the government developing the nation and educating its citizens. Internet Programming Practicum

  7. Having adequate infrastructure and facilities to adminster higher educational programs in South Sumatra, the Foundation founded two colleges, that is, Bina Darma College of Information and Computer Science (BDCIC) and Bina Darma College of Economics (BDCE). BDCIC was granted a legal status TERDAFTAR (REGISTERED) through a Ministerial Decree of Department of National Education No. 027/D/O/1994 dated May 18, 1994. However, this college is currently an accreditated one, having two undergraduate programs or departments, that is, Information System and Information Technology. It has been accrediatated by the National Accreditation Board of Department of National Education throught the issuance of SK No. 038/BAN-PT/Ak-IV/I/2001 dated January 25, 2001. Internet Programming Practicum

More Related