Posts

Showing posts from September, 2014

Belajar HTML (HyperText Markup Language)

Image
Source image : unsplash.com/@jankolar Create A Simple Html Document   open notepad typing scheme html standards    File name: belajar.html  Save as type: all files save < HTML>       <HEAD>   <TITLE> Title of document </ TITLE>       </ HEAD>       <BODY>   The contents of documents       </ BODY>   </ HTML> • HTML: mark the beginning and end of the document in HTML • HEAD: marked section header document in HTML • TITLE: give a title to the document HTML • BODY: mark the beginning and end of the content of the document List of tag 1. tags for headings (Heading)      <Hn> title paragraph </ hn>     n = 1, 2, 3, 4, 5, 6 (level title)     the greater the "n", the smaller the size of the title 2. The tag for bold letters     <B> ......... </ b> 3. tag to tilt the letter     <I> .......... </ i>  4. tags t