Belajar HTML (HyperText Markup Language)

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 to underline letters
    <U> ......... </ u>
5. tag to replace the line Reviews
6. tag to make text run
    <Marquee> .......... </ marquee> 
    <Marquee direction = "right"> ........ </ marquee>
    direction = "right" => left to right
                   = "Left" => right to left
                   = "Up" => the bottom up
                   = "Down" => the top down
7. tag to enumeration (list)
    <Li> ........ </ li>
    to mark an item from the list diaawali with
    bullet symbol
  • aaa
  • bbb 
8. tag horizontal line ( Horizontal Line )
       <Hr> ......... </ hr>
9. tag image (image)
    < img src = " NamaFileGambar " >
   < / img src = " NamaFileGambar " >

10. tag table (table)       <table> ......... </ table>


Attributes for table 


1. align = "x" => set the text alignment position or

                   X = - center
                          - Left
                          - Right
2. widht = "y" => set the column width
3. height = "y" => set the row height

Comments

Popular posts from this blog

Flip-Flop

Membuat Jendela Konfirmasi Menghapus Data di Database

Perancangan Multiplexer