
Mastering Basic HTML: Introduction, Objectives, and Practice
Learn the fundamentals of HTML including introduction, objectives, headings, paragraphs, links, and more through practical exercises and examples. Dive into the world of HTML markup language with this comprehensive guide.
Download Presentation

Please find below an Image/Link to download the presentation.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.
You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.
E N D
Presentation Transcript
PENGANTAR HTML Khafiizh Hastuti
Objectives Basic HTML HTML headings HTML paragraphs HTML links HTML images
HTML HyperText Markup Language HTML adalah language untuk mendeskripsikan Web pages HTML adalah kumpulan dari markup tags Keyword HTML dimulai dengan <html> Tag HTML dimulai dengan <> dan diakhiri </> contoh : <b> </b> HTML dapat ditulis menggunakan editor notepad atau Dreamweaver
HTML <html> <head> HTML </head> <body> <h1>My First HTML</h1> </body> </html>
HTML Headings Heading pada HTML didefinisikan dengan <h1> sampai <h6> <h1>Heading 1</h1> <h2>Heading 2</h2> <h6>Heading 6</h6>
Latihan Write your name using heading (h1 h6)
Latihan Tulis dalam html Little Women by Louisa May Alcott Published in 1868, Little Women follows the lives, loves and tribulations of fours sisters growing up during the American Civil War.
HTML Paragraphs Paragraf pada HTML bisa didefinisikan menggunakan <p> </p> <p>My Paragraph</p> <p>My Second Paragraph</p> <p>My Third Paragraph</p>
Latihan Little Women by Louisa May Alcott Published in 1868, Little Women follows the lives, loves and tribulations of fours sisters growing up during the American Civil War. The story is based the childhood experiences Alcott shared with her real life sisters, Anna, May and Elzabeth. The novel stars Jo, Meg, Beth and Amy and explores the rich nuances of family and family relationships.
HTML Links Digunakan untuk membuat link antar halaman website Link pada HTML didefinisikan dengan <a href></a> <a href= second.html >Second Page</a> <a href=www.w3schools.com>w3schools</a> Page 1 Page 2
Latihan Little Women by Louisa May Alcott Published in 1868, Little Women follows the lives, loves and tribulations of fours sisters growing up during the American Civil War. Next Little Women by Louisa May Alcott Published in 1868, Little Women follows the lives, loves and tribulations of fours sisters growing up during the American Civil War. The story is based the childhood experiences Alcott shared with her real life sisters, Anna, May and Elzabeth. The novel stars Jo, Meg, Beth and Amy and explores the rich nuances of family and family relationships. Back
HTML Images Digunakan untuk menampilkan gambar pada website Pada HTML menggunakan tag <img src= > <img src= udinus.jpg width= 104 height= 104 >
Latihan Little Women by Louisa May Alcott Published in 1868, Little Women follows the lives, loves and tribulations of fours sisters growing up during the American Civil War. The story is based the childhood experiences Alcott shared with her real life sisters, Anna, May and Elzabeth.
Content Element Paragraphs <p>, preformatted sections <pre>, line break <br> Grouping elements <div>, <header>, <nav>, <section>, <hr> Phrase elements <em>,<strong>,<abbr>,<blockquote> Lists unordered list : <ul> and <li> ordered list : <ol> and <li>
Comments Use <!-- --> <!-- <p>my first paragraph</p> -->
Latihan BIODATA MAHASISWA UDINUS Photo Nama Tempat Tanggal Lahir : London, 11 November 2014 Jurusan : Teknik Informatika Fakultas : Ilmu Komputer : Russell
Latihan Buat short story dilengkapi gambar, cerita berparagraf, dan tampilan sebagai berikut. Part One Next Short Story : title Part Two Back | Next IMG part one part two part three part -N Part Three Back | Next
Latihan Buat html tentang berita (seperti contoh) Minimal 3 paragraf Situs dilengkapi dengan link. Minimal 2 link