NEW
Font size
WorksheetsPEMOGRMAN DASAR MM
Total questions: 20
Worksheet time: 11mins
warna putih dalam background tema dapat dilihat dari nilai background colour
#000000
#putih
#white
#ffffff
What is the proper way to start writing a webpage?
Start with the <html> tag
Start with the <head> tag
Start with the <footer> tag
Don't use anything at all and just go at it
Choose the correct HTML element for the largest heading:
<head>
<h1>
<heading>
<h6>
What is the correct HTML element for inserting a line break?
<lb>
<br>
<break>
What is the correct HTML for creating a hyperlink?
<a name="http://www.google.com">Google.com</a>
<a>http://www.google.com</a>
<a url="http://www.google.com">Google.com</a>
<a href="http://www.google.com">Google.com</a>
Which of these elements are all <table> elements?
<table><tt><td>
<tbl><tr><td>
<table><tr><td>
<tbl><tt><td>
Which of the following are the correct ways to implement CSS?
Inline
Internal
External
All of the above
What attribute is used to change the text color of a <label>?
background-color
color
col
None of all above
Bagaimanakah perintah HTML jika ingin menampilkan input type yang hanya boleh memilih satu pilihan. Misal, pilihan untuk pilihan membaca.
<input type="radio one" name="jk" radio="membaca"> membaca
<input type="radio only one" name="jk" value="membaca"> membaca
<input type="checkbox" name="jk" radio="membaca"> membaca
<input type="check radio" name="jk" value="membaca"> membaca
<input type="radio" name="jk" value="membaca"> membaca
Untuk membuat table dengan kolom 3 dan baris 3, pada notepad harus ada tag:
<table border:2 colspan:3 rowspan:3>
<table border”2” colspan”3” rowspan”3”>
<table border2 colspan3 rowspan3>
<table border:2 colspan:3 rowspan:3>
<table border=”2” colspan=”3” rowspan=”3”>
Untuk membuat table dengan kolom 3 dan baris 3, pada notepad harus ada tag:
<table border:2 colspan:3 rowspan:3>
<table border”2” colspan”3” rowspan”3”>
<table border2 colspan3 rowspan3>
<table border:2 colspan:3 rowspan:3>
<table border=”2” colspan=”3” rowspan=”3”>
Tag <Input> yang atribut TYPE-nya dapat digunakan untuk menerima masukan
berupa pilihan yaitu :
Radio
Circle
Password
Square
Submit
Apa kepanjangan dari WWW
Word Wirelless Web
World Wide Web
Wost Wan Web
Word Wide Web
Orang yang melakukan pengkodingan atau pemrograman sebuah website dinamis disebut....
Web Developer
Web Administrator
Web Master
Web Programmer
HTTP kepanjangan dari...
Hypertext Transfer Protokol
Hypertext Transfer Presisi
Hypertext Transformasi Protokol
Hypertext Tmarkup Practice
Ada berapa profesi di bidang teknologi informasi kelompok ke-2?
1
2
3
4
dibawah ini merupakan syntak dasar HTML, kecuali....
<body>
<br>
<title>
<head>
syntak HTML yang menyatakan judul adalah...
<title></title>
<html></html>
<head></head>
<?php></?php>
yang bukan termasuk aplikasi text editor...
notepad++
notepad
sticky note
sublime
Bahasa pemrograman yang digunakan untuk membuat web adalah ....
HTML
JAVA
C++
Pascal
