STRUKTUR DASAR HTML 5


Hasil gambar untuk html 5

                             Untuk Postingkali ini saya akan Menjelaskan Struktur Dasar HTML 5  

      DOCTYPE UNTUK HTML5
• DOCTYPE adalah instruksi untuk web browser tentang apa versi bahasa markup halaman 
yang ditulis.
• Deklarasi DOCTYPE mengacu pada Document Type Definition(DTD). 
• DTD menetapkan aturan untuk bahasa markup, sehingga browser dapat membuat konten halaman tersebut dengan benar.
• Penggunaan DOCTYPE pada html5 lebih di sederhanakan.
• Sintak penulisannya :

STRUKTUR DASAR HTML 5
ELEMEN YANG DI HAPUS PADA HTML5
• <acronym>
• <applet>
• <basefont>
• <big>
• <center>
• <dir>
• <font>
• <frame>
• <frameset>
• <noframes>
• <strike>
• <tt>

HTML5 SEMANTIC ELEMENTS
• Semantic = arti/makna
• Semantic elements = elemen dengan maknaApa Unsur Semantic?
• Unsur semantik jelas menggambarkan maknanya untuk browser dan developer.
• Contoh non-semantik elemen: <div> dan <span> - tidak menjelaskan tentang isinya. 
• Contoh semantik elemen: <form>, <table>, dan <img> - Jelas mendefinisikan isinya.

ELEMEN SEMANTIK BARU HTML5
• Banyak situs web yang ada saat ini mengandung kode HTML seperti ini: <div id="nav">, <div class="header">, atau <div id="footer">, untuk menunjukkan link navigasi, header, dan footer.
• HTML5 menawarkan elemen semantik baru untuk mendefinisikan bagian yang berbeda dari sebuah halaman web: 
 <header>
 <nav>
 <section>
 <article>
 <aside>
 <figure>
 <figcaption>
 <time>
 <footer> dan masih banyak tag-tag lainnya

PENJELASAN TAG-TAG HTML5
  • <header>, digunakan untuk area header(bagian atas sebuah halaman web).
  • <article>, untuk tempat meletakkan artikel atau tulisan dihalaman web.
  • <aside>, digunakan sebagai penambah informasi utama didalam halaman web. Biasanya berupa peringatan, catatan, dll.
  • <section>, untuk menentukan seksi-seksi dokumen. Misalnya bagian yg mendefinisikan sebagai profil, kontak, berita, dan sebagainya.
  • <figure>, Menentukan konten mandiri, seperti diagram, foto, daftar kode, dll.
  • <figcaption>, Mendefinisikan caption untuk elemen <figure> 
Sekian dari saya semoga artikel ini bermanfaat dan menambah pengetahuan anda 

Related Posts:

PENGENALAN HTML 5

                                                                           TUJUAN 

Objectives (Tujuan Instruksional umum):
– HTML5
Indikator Kompetensi
– Mampu mendefinisikan tentang HTML5 
– Mengetahui keunggulan terbaru dari HTML5
– Mengetahui dukungan browser untuk HTML5 dan mengujinya
– Mengenal fitur-fitur baru HTML5
– Mengenal unsur-unsur semantik baru yang disediakan HTML5
– Mengetahui tag-tag yang sudah tidak diperbolehkan di HTML5
– Memahami tag-tag dan atribut terbaru pada HTML5

PENGENALAN HTML5
• HTML5 merupakan sebuah bahasa markah untuk menstrukturkan dan menampilkan isi dari 
World Wide Web, sebuah teknologi inti dari Internet. HTML5 adalah revisi kelima dari HTML 
dan hingga bulan Juni 2011 masih dalam pengembangan. (sumber : Wikipedia)

•Tujuan utama pengembangan HTML5 adalah untuk memperbaiki teknologi HTML agar 
mendukung teknologi multimedia terbaru, mudah dibaca oleh manusia dan juga mudah 
dimengerti oleh mesin.

•HTML5 merupakan hasil proyek dari W3C (World Wide Web Consortium) dan WHATWG
(Web Hypertext Application Technology Working Group). 

•Dimana WHATWG bekerja dengan bentuk web dan aplikasi dan W3C merupakan pengembang 
dari XHTML 2.0 pada tahun 2006, kemudian mereka memutuskan untuk bekerja sama dan 
membentuk versi baru dari HTML.

•HTML5 baru mencuat pada April 2010 setelah CEO Apple Inc., Steve Jobs, mengatakan 
bahwa dengan pengembangan HTML5, "Adobe Flash sudah tidak dibutuhkan lagi untuk 
menyaksikan video atau menyaksikan konten apapun di web."

ATURAN UNTUK MEMPELAJARI HTML5

Beberapa aturan yang harus kamu pelajari saat belajar  HTML5, yaitu :

•Fitur baru harus didasarkan pada HTML, CSS, DOM, dan JavaScript.

•Mengurangi kebutuhan untuk plugin eksternal (seperti Flash).

•Lebih baik penanganan kesalahan

•Lebih banyak penggunaakn markup untuk mengganti scripting.

•HTML5 harus independen.

•Proses development-nya harus terlihat untuk umum (visible).

FITUR-FITUR BARU DI HTML5
• Video dan Audio : tidak perlu menempelkan flash, quickplayer, atau realplayer untuk memutar audio dan video.
• Canvas : Media corat-coret langsung tanpa flash dan applet java.  
• Bentuk kontrol form seperti kalender, tanggal, waktu, email, url, dan search.
• Semantic : Mempermudah designer dengan tag khusus layout, seperti: artikel, footer, header, navigasi, dan section. 
• Dukungan yang lebih baik untuk penyimpanan secara offline.

DUKUNGAN BROWSER HTML5
• Chrome  
• Safari Apple v.4+  
• Internet Explorer 9 
• Opera
• Maxthon
• Firefox 4, 5, 6 dan seterusnya

MENGUJI BROWSER
• Untuk menguji browser yang terinstall di komputer. Apakah telah mendukung HTML5 
dapat diuji dengan link berikut : http://html5test.com/

Related Posts:

Cara Membuat TEXT Berjalan Di HTML

Pada halaman ini  saya menjelaskan  Cara Membuat TEXT Berjalan  Di HTML atau Running text
Untuk membuat text berjalan atau running text  sebenar nya sangat mudah .kali ini saya akan member contoh membuat  beberapa jenis text berjalan , agar lebih  variasi  yang bisa anda pilih . terlebih dahulu  kita akan  belajar  membuat kodenya , lalu belajar cara  memasang nya  pada blog

Kode dasar membuat text berjalan  adalah
Kode di atas akan terlihat seperti ini:
semut-share.blogspot.com

tapi selain kode di atas ada beberapa tambahan kode yang bisa anda berikan untuk membuat variasi dari marquee. Di bawah ini kita akan berikan kodenya dan sekaligus mempraktikkan marquee tersebut....
kode scrolldelay="angka" digunakan untuk mengatur jeda dalam milidetik, jadi untuk jeda 1 detik masukkan nilai 1000
Contoh kode marquee:


Hasilnya akan terlihat seperti di bawah ini:
semut-share.blogspot.com
kode loop="angka|-1|infinite" digunakan untuk mengatur pengulangan atau repetisi dari marquee
Contoh:


Hasilnya akan terlihat seperti di bawah ini:
semut-share.blogspot.com
Keterangan: Setelah 5 kali teks akan hilang.

kode width="lebar" digunakan untuk mengatur lebar media teks berjalan, bisa dalam satuan pixel atau persen dari bidang yang ada
Contoh kode:

Hasilnya akan terlihat seperti di bawah ini:

semut-share.blogspot.com
kode bgcolor="warna" digunakan untuk memberikan warna latar pada marquee jika diperlukan
Contoh kode marquee:

Hasilnya akan terlihat seperti di bawah ini:
semut-share.blogpsot.com

kode title="pesan" digunakan untuk memunculkan pesan jika kursor mouse diletakkan di jalur teks berjalan
Contoh kode:
Hasilnya akan terlihat seperti di bawah ini:
Share technologi

Keterangan: Taruh kursor mouse pada jalur dan bukan pada teks untuk membaca pesan

kode
 scrollamount="angka" digunakan untuk mengatur kecepatan pergerakan tulisan semakin besar angkanya semakin kencang
Contoh kode:

Hasilnya akan terlihat seperti di bawah ini:


semut-share.blogspot.com kode
 direction="left/right/up/down" digunakan untuk mengatur arah pergerakan running text
Contoh kode:


Hasilnya akan terlihat seperti di bawah ini:
semut-share.blogspot.com


kode
 behavior="scroll/slide/alternate" digunakan untuk mengatur type pergerakan
Scroll jika ingin teks bergerak terus ke suatu sisi dan muncul dari sisi lain
Slide jika ingin teks bergerak sekali kemudian berhenti dan diulangi lagi
Alternate jika ingin teks terlihat memantul/bouncing dari ujung kembali ke ujung.
Contoh kode:


Hasilnya akan terlihat seperti di bawah ini:

semut-share.blogspot.com
Sekarang kita akan coba membuat variasi dari kode di atas. Kita akan membuat teks ini bergerak turun dan oleh karena itu kita perlu menambah kode height untuk membuat ruang pergerakan teks;
Contoh kode:

Hasilnya...
semut-share.blogspot.com


Cara membuat tulisan berhenti kalau kursor diarahkan ke text
silahkan tambahkan kode
onmouseover="this.stop()" onmouseout="this.start()"
Contoh kodenya seperti berikut:

Tampilan akhir akan terlihat seperti berikut....

semut-share.blogpsot.com


Keterangan: Silahkan lintaskan kursor pada jalur ataupun teks untuk menghentikan pergerakan



SELAMAT MENCOBA 

Related Posts:

CARA MEMBUAT HYPERLINK DAN OPEN IN NEW TAB DI HTML

     Pada Halaman ini  saya akan memberitahu cara membuathyperlink dan open in new tab di html.
Link ditulis dengan <a> yang merupakan singkatan cari anchor (jangkar). Setiap tag <a> setidaknya memiliki sebuah atribut href, Dimana href berisi alamat yang dituju (href adalah singkatan dari hypertext reference).
sedangkan open in new tab menggunakan kode target blank target =”_blank”

Untuk lebih jelasnya  silahkan  anda Perhatikan  contoh dibawah ini :
  Dalam gambar ini https://semut-share.blogspot.com dapat  di ganti dengan link yang mau di inginkan      ,sedangkan ShareTechnollogy  untuk judul link.
 

     Dalam Gambar ini cara menggunakan target =”_blank”


Sekian dari saya semoga artikel saya bermanfaat ,SELAMAT MENCOBA

Related Posts:

Best Utilities Software

http://semut-share.blogspot.com/2015/03/best-utilities-software.html

Best UtilitiesSoftware -Utility software is a special software designed to help you to analyze, configure, optimize, maintain and protect the health of your laptop or PC.

So, this is a software utility software required that you must install on your favorite PC or Laptop. The following will be our best Utility Software Describe ,but you should know beforehand that of  is a software utility do you install everything but only choose one or two that you think suitable then please install.

1. SystemSuite

Avanquest SystemSuite of overcoming stress and confusion to keep the Laptop / PC we are to proceed smoothly and is one of the best system utilities software. Software utility has a lot of registry repair complex for encryption and system optimization, SystemSuite is a software that is easy to use. This software has almost all the features necessary to maintain and optimize the performance of your computer.


Feature and Optimization on SystemSuite:
In the optimization capabilities, SystemSuite doing very well, including everything we were looking for a backup of the registry repair system with the ability to delete the partition. Simply put, this software can help us are confused, as if we do not accidentally delete a file that is needed or can help us to actually delete the files that are not desirable as traces or remnants of programs that have been uninstalled (in general uninstall process always leaves traces on the system so that the files can affect the performance of our computer) Here there are features that exist in SystemSuite:
  •      One-Click PC Maintenance
  •      Diagnose and Fix Windows Problems
  •      Speed Up PC Performance
  •      Hardware Diagnostic Tests
  •      Registry Repair and Maintenance
  •      Active Intelligence
  •      system Optimizer
  •      Windows Optimizer
  •      memory Optimizer
  •      Internet Speed Optimizer
  •      Credit Card Transaction Security
  •      Securely encrypts and stores:
  •      Two-way Personal Firewall
  •      Fraud and Phishing Scam Prevention
  •      Internet Cleanup
  •      Windows Rescue CD
  •      Recover Lost Photos, Music and Data
  •      Securely Erase Your Data



2. TuneUp Utilities

TuneUp Utilities from TuneUp Software GmbH, Software is easy to use. TuneUp Utilities has a variety of tools for utility purposes on the computer. This software is one of the best and one of the most complete system utilities.

Feature and Optimization on SystemSuite:
TuneUp System Control gives us a lot of options to optimize your computer's performance. one tool called Icon Manager allows us to manage the look and feel of the icons of our system. we also can customize the logon display windows with TuneUp Utilities. For example, we can switch between the classic and the default logon, increase security, or create a message that displays every time we log on. we also can request the status of the system if we logon details.

Although TuneUp Utilities does a good job in terms of optimizing memory (allowing us to load and run programs faster) and we also can optimize your internet connection easily.

Couple of new features in this program is the Turbo Mode and Live Optimization. Turbo Mode shut down unnecessary programs running in the background to make it easier for programs that we use to walk. Live Optimization allow us to speed up the startup and operating system response time kita.Sekarang continuing with the features available in TuneUp Utilities:
  •      TuneUp 1-Click Maintenance
  •      TuneUp Disk Doctor
  •      TuneUp Disk Space Explorer
  •      TuneUp Drive Defrag
  •      Gain TuneUp Disk Space
  •      TuneUp Live Optimization
  •      TuneUp Optimization Report
  •      TuneUp Process Manager
  •      TuneUp Program Deactivator
  •      TuneUp Registry Cleaner
  •      TuneUp Registry Defrag
  •      TuneUp Registry Editor
  •      TuneUp Repair Wizard
  •      TuneUp Rescue Center
  •      TuneUp Shortcut Cleaner
  •      TuneUp Shredder
  •      TuneUp StartUp Manager
  •      TuneUp StartUp Optimizer
  •      TuneUp Styler
  •      TuneUp System Control
  •      TuneUp System Information
  •      TuneUp Undelete
  •      TuneUp Uninstall Manager
  •      TuneUp Update Wizard





3. BoostSpeed


Auslogics BoostSpeed is a program that is rising in the ranks duan Utility Software. Interface / GUI in the software is a bit strange because you have to navigate through the four tabs (from right to left instead of left to right,) but this is not a problem that will reduce the ability of this program. Auslogics BoostSpeed is able to do many things and easy to use. This software is broken down into four separate sections: Resource Usage, System Advisor and System Scan.


Feature and Optimization on BoostSpeed:
Auslogics BoostSpeed with, there are many options to optimize the computer system. ranging from optimizing the disk and registry through the disk and registry cleanup, defrag and repair the disk. There are also features to manage the programs that open when the operating system starts. we also can perform a series of system optimization. If the computer has an Internet connection, and we seem slow internet (well his name is also inet Indonesia, where there are cepet), the software is a feature that can optimize our internet connection (which produced sizable effect was from before using this software and after use this software). Here are the features that exist in BoostSpeed:
  •      System Scan → 1 click tweaks
  •      File Recovery → Recovery files are corrupted
  •      Disk Doctor → Check the hard drive
  •      Disk Explorer → Track harddisk space usage
  •      Disk Defrag Defragment your hard disk →
  •      Disk Cleaner → Delete files that are not needed by the computer
  •      → Optimization Internet Optimizer Internet connection
  •      Track Eraser → Delete trace when surfing (cookies, cache, history, etc.)
  •      File Shredder Erases files permanently →
  •      Startup Manager → Monitor applications running on the system is running
  •      Service Manager → Monitor Service which runs
  •      System Information → Providing Information about the operating system and hardware
  •      Registry Defrag Registry Defragment →
  •      Registry Cleaner → Delete keys in the registry is invalid
  •      Tweak Manager → Optimization Manager
  •      Duplicate File Finder → Finding duplicate files
  •      Disk Wiper → Almost the same as Disk Cleaner
  •      Uninstall Manager → Uninstall a program until the roots
  •      Task Manager Task Manager → same as the default window
  •      Rescue Center → restore the system if a problem occurs during optimization





4. System Mechanic Professional (SMP)


System Mechanic from iolo Technologies LLC has many great features and excellent support. The utility system is a powerful system utility suites. But besides advanced features, this software collided with ease in this program pengoprasian. There are some features that do not work well and others are loaded too slow. In the competition to restore a slow computer, the user does not want to be bothered with issues such as the use of a software utility (Instead Software difficult to operate passable laen wrote for easier use). but if our people are impatient and want to try the software this one, we will find that this software is one of the best system utilities software. There are also several features in the program that are not found in Software Software-kind, such as the ability to defragment memory and shut down the program that runs in the background is of course the program is no longer band is used by us.


Feature and Optimization on SystemSuite:
System Mechanic offers hundreds of optimization for our operating system including optimize internet speed and turning off programs running in the background that is unused to free up system memory and CPU resources. It also facilitates, view and set limits on memory usage and defrag the files, folders, registry or hard drive. Now we go to the features available on System Mechanic Professional:
  •      Accelerator Program → Accelerate response overall program to re-sync all the files needed by a program on the hard drive.
  •      CRUDD Remover → Helps identify and eliminate duplication of programs that clog the system.
  •      Internet Connection Repair → Optimization Internet connection
  •      Secure Online Backup Online Data Backup →
  •      Tune-up Definitions
  •      DriveAccelerator → Disk Defrag
  •      EnergyBooster → Increase the speed or performance of the computer by turning off unused programs lbackground.
  •      Total Registry Revitalizer → Repair, compact, defragment, and backup the registry on windows.
  •      Incinerator® for Recycle Bin → Delete files permanently to the recycle bin.
  •      System Mechanic Jump List → Sort of a GUI in the system tray.
  •      PC Health Status Gadget Gadgets → kind that displays status on a computer optimization
  •      Startup Optimizer → Management Programs that run at the beginning of the windows running
  •      Memory Mechanic → Defragments RAM.
  •      Privacy Cleaner → Delete Trace when surfing the internet.
  •      Registry Tuner → Optimization Registry.
  •      All-in-one PC Cleanup Powertool? A wide variety of tools for system optimization purposes.
  •  




5. Advanced System Optimizer (ASO)


Advanced System Optimizer from Systweak is one of the best utility systems on the market today. So far I personally difficult to find a software utility that has many features that are useful for system optimization effectively as Advanced System Optimizer. While some system utilities may have more features, Advanced System Optimizer is more emphasis on quality rather than quantity. Which leads to the Advanced System Optimizer also be one of the easiest PC utilities to use because we do not need to sort out features that are not necessary to get what we need.


As with any other system utilities software, this program has the typical tools, such as the ability to clean and repair the registry, hard drives and other disks, optimize the list of startup programs and much more. One interesting feature that I found in this software is a feature of Game Optimizer. Because many computer users gamers.

Feature and Optimization on SystemSuite:
Advanced System Optimizer has a number of tweaks and optimization features that help maintain system performance. Even a new computer can also get the performance boost (or at least maintain the speed and efficiency of system performance) by using this software.

If we are a Gamers then we may experience frustration popup disturb disturb our game. By Game Optimizer feature, we can enable the gamer mode and play games without disturbing anyone and with this feature game runs smoothly and it acts directly improve computer performer for gamming needs.

Another feature that is important is Driver Updater, which automatically search for, download, and install all critical updates and drivers. Advanced System Optimizer keep our systems up to date with the latest patches and security updates to the system. Now Get to the list of features available in the Advanced System Optimizer:
  •      Smart PC Care
  •      driver Updater
  •      system Protector
  •      disk Tools
  •      backup Manager
  •      PC Fixer
  •      disk Optimizer
  •      Undelete
  •      Secure Encryptor
  •      Registry Cleaner
  •      Registry Optimizer
  •      system Cleaner
  •      disk Explorer
  •      uninstall Manager
  •      memory Optimizer
  •      Privacy Protector
  •      Secure Delete
  •      System Files Backup and Restore
  •      System & Security Advisor
  •      Duplicate Files Remover
  •      startup Manager
  •      Optimize game




6. Advanced SystemCare


Advanced SystemCare Pro one of the best utilities ranks of the many utilities that
exist today. Many of the features and tools contained in Advanced SystemCare Pro with different functions so easily to the user in choosing what to do in optimizing computer. In addition, Advanced SystemCare Pro 4 is menbasut latest engine technologies described and thus to optimize the computer system is really very visible results.

In Advanced SystemCare Pro, there are 4 main menu options include Quice Care, Deep Care, Turbo Boost and ToolBox. Each main menu has the functions and tools that can be used to optimize the computer, please learn on their own ...

After installing and try Advanced SystemCare Pro turns lighter and more powerful than the others and I rekomdasi for Buddy INIsip all ....
Features Advanced SystemCare Pro:
  •      Designed for the latest Windows system environment. Gives your PC better speed and    reliability
  •      Powerful Hard Drive Defrag and Optimization
  •      Next-generation Registry Deep Clean and Optimization
  •      Automated Working in the Background
  •      Defends PC Security with Extra Protection
  •      Quick and Extensive Clean-up for Hard Drives
  •      Keeps Your PC Running at Peak Performance
  •      Fixes Multiple System Errors.




7. Registry Cleaner

The cause of a slow computer is often caused by several factors. One of them is caused by the remnants of unused registry. Some utilities for registry cleaner tools, many of which difficulty / not able to detect overall on the computer's registry system. Errors detected as obsolete registry also frequently encountered, the edges computers hang because of detecting and removing from a registry. With a software called Registry Cleaner 2010 v4.0.0.0 this, we might be a little helped by identifying the problem and fix computer errors, improve speed and performance, and prevent computer crashes / hangs.

Glance if in view, the software is a bit similar to the Registry Booster 2010 for the Scan Registry, Restore, up to Overviewnya. Display overview of Spotmau Registry Cleaner 2010




8. CCleaner 3

CCleaner is a Windows System Utilities to you who have a variety of functions ranging cleaning up unisntall sintem Windows.
  •      Improved IE history cleaning for Windows 7, to deal with some persistent history entries.
  •      Added import and export Cookies to Keep the list.
  •      Added cleaning for CloneCD, Ashampoo Burning Studio 10 and ExamDiff.
  •      Added confirmation dialog when canceling the wiping process in Drive Wiper.
  •      Improved file size accuracy when analyzing and cleaning.
  •      Improved cleaning for Windows Live Messenger, Antivir Desktop and ImgBurn.
  •      And more ... 

Related Posts:

in five countries, the internet with a smartphone can posthaste



in five countries,the internet with a smartphone can posthaste-Indonesian society may already be familiar with slow internet while online via smartphone. However, with the population in these five countries. Therefore, they claimed to provide the country's fastest internet in the world.

The results of this study revealed by Netradar, a provider of mobile applications that job is to analyze the connection speed mobile gadgets. According Netradar, the number one country with the fastest mobile internet is Danish.

In a country located in the European region, the speed of the internet via smartphones reached 22.3 Mbit / s. With that speed, you can download HD-quality video in a matter of minutes even seconds.

In second place is representative of Asia, not South Korea, but Singapore. Residents of this small country neighboring Indonesia enjoy mobile Internet with speeds of 16.9 Mbit / s.

After Singapore, there are two other European countries, namely Switzerland with 16.6 Mbit / s, and Norway with 14.8 Mbit / s. Distended position belongs to South Korea who carve speed 13 Mbit / s.

Furthermore, according to project leader Netradar, there are at least a few factors that make countries in the world have different speed mobile Internet. In addition to the network operator and internet package, other factors that influence the type of smartphone, the user's distance to the BTS antenna, to the type of the plains states

sumber :merdeka.com

Related Posts:

Belajar Pengenalan Dasar HTML


Belajar Pengenalan Dasar HTMLHTML (HyperText Markup Language) merupakan bagian utama dari bahasapemograman dalam sebuah Website. HTML adalah sebuah kerangka yang akan menampilkan sebuah halaman website melalui sebuah browser. Tanpa kode HTML, sebuah halaman website akan putih bersih dan hanya menampilkan teks polos tanpa pemformatan paragraf. Itulah pentingnya kode HTML.

Basic Tag HTML

Command  HTML  biasa nya disebut tag , tag digunakan  untuk  menentukan tampilan  dari document  HTML

Struktur HTML
Setiap document html  harus diawali  dan ditutup  dengan tag HTML


Tag HTML  memberi  tahu browser  bahwa  yang di dalam kedua tag tersebut adalah  document HTML .
Tag tidak  case sensitive,jadi anda  bisa  digunakan <HTML> atau <html>  kedua nya menghasilkan output sama
HEAD                                  
         
                    
dokumen HTML diapit oleh tag < HEAD></HEAD>  Di dalam bagian ini biasanya dimuat tag TITLE yang menampilkan judul halaman pada titlenya browser.
         
BODY                                                            
Dokumen HTML  diapit oleh tag <body> </body>  didalam bagian ini biasanya dimuat untuk tag  menggambarkan isi  halaman yang terlihat seperti text ,imaget link, dan semua yang  akan di  tampilkan pada  web page

Block level element

Tag dengan tipe block level element, bertujuan untuk membagi halaman HTML menjadi bagian yang terpisah, atau menjadi ‘blok’. Contoh dari blok elemen ini adalah tag paragraf (<p>), list (<ol> atau <ul>), dan heading (<h1> s/d <h6>). Block element akan ditampilkan terpisah dari seluruh tag sebelum dan sesudahnya.
Web browser secara default akan menampilkan blok level elemen secara terpisah seolah-olah dalam sebuah ‘kotak’ dan dimulai pada baris baru (tidak mengikuti tag sebelumnya). Dan biasanya juga memiliki jarak spasi dari tag sebelum dan tag sesudahnya.

1.Berikut adalah contoh tag heading < h1> s/d <h6> di dalam HTML:


 HASILNYA


2. Berikut adalah contoh tag paragraf < p> dalam HTML:

 HASILNYA


3. Berikut adalah contoh tag paragraf (<ol> atau <ul>) dalam HTML:

HASILNYA





Sekian dari artikel saya tentang Belajar Pengenalan Dasar HTML ,semoga bermanfaat dan membantu
jika ada salah di artikel ini silahkan koment di bawah ya

Related Posts:

How to Overcome Laptop / Computer Fast Hot

How to OvercomeLaptop / Computer Fast Hot-Hearing computer and laptop hot was already unusual because it naturally experienced by the machine, Well this time I wanted to share tips and how to cope with a fast computer laptop or heat. Well if you hear the word fast heat is not reasonable that in naturally laptop / computer, there are several factors that affect the laptop or computer fast hot, quickly hot the laptop will make its performance is reduced or can be called slow.

That often we experience is a fast laptop hotter than the computer / PC, why? because the PC has a large casing and a lot of empty space in it so that the air can enter and change freely. Different again with laptop thin and almost a little cavity to turn the air so hot laptop faster compared to a PC.



There are several things that make laptops heat up quickly, if you want to check which parts of the laptop makes us quickly hot just touch the hot parts of your laptop when the laptop is mennyala. to parse your laptop hot can also use a laptop how to use a maximum of 2 hours then rest 15 minutes, it could meengurangi your laptop hot. , What does that make us fast laptop hot? there are several sources that make fast laptop hot are as follows:

Processor

Hardisk

battery


VGA


Adaptop
The above are some of the sources that cause your laptop heat up quickly, for pengecekannya please touch your laptop and what part that heat is not fair or not such hot laptop in general, well that you should check out. When you buy a laptop products balls please check the heat, it is normally the hot laptop when new and distinguished by now if more heat means there is an error. But not all of the products in the factory will produce good of all, there is also a defect that is like new but fast laptop hot.
So please you to any part of your laptop hot, by tapping on the keyboard and the surrounding areas. after finding this please do the following steps:
Please go to the middle section of your laptop cover in a way gouged carefully and lift the cover.

http://semut-share.blogspot.com/2015/03/how-to-overcome-laptop-computer-fast-hot.html

After that please open the screw and lift the lid.
If completed see in the image below in the section of the fan looks dirty, wipe with a soft cloth or you can also use a compressor to spray air to be cleaner.
http://semut-share.blogspot.com/2015/03/how-to-overcome-laptop-computer-fast-hot.html

That's a bit of a way to overcome the laptop / computer fast heat, if there is additional and other solutions, please comment below and we discussed together. Thank you very much for your visit.

Related Posts: