Ujian Online Desain Web

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Karnazalt
K
Karnazalt
Community Contributor
Quizzes Created: 4 | Total Attempts: 2,759
| Attempts: 1,196 | Pertanyaan: 29
Please wait...

Question 1 / 29
0 %
0/100
Score 0/100
1. Akronim dari HTML adalah

Explanation

Hyper Text Markup Language

Submit
Please wait...
About This Quiz
Ujian Online Desain Web - Quiz

Tell us your name to personalize your report, certificate & get on the leaderboard!
2. Setelah Dokumen HTML diketik pada text editor maka, file HTML disimpan dengan ekstensi...

Explanation

When a HTML document is typed in a text editor, it needs to be saved with the correct file extension in order to be recognized as a HTML file. The correct file extension for HTML documents is .html. This extension is used to indicate that the file contains HTML code and can be interpreted by web browsers. Saving the file with any other extension (.txt, .doc, .jpeg, .xls) would not accurately represent the file's content and may cause issues when trying to open or display the HTML code.

Submit
3. Tag HTML yang digunakan untuk animasi teks berjalan yaitu

Explanation

The correct answer is "MARQUEE". The MARQUEE tag in HTML is used to create scrolling or moving text on a webpage. It allows text to move horizontally or vertically across the screen. This tag is deprecated in HTML5 and should be avoided for modern web development, but it can still be used for simple animations or for compatibility with older browsers.

Submit
4. Tingkatan Heading yang paling besar yaitu...

Explanation

H1

Submit
5. Atribut dalam body yang digunakan untuk mengganti warna latar belakang yaitu

Explanation

The attribute in the body that is used to change the background color is BGCOLOR.

Submit
6. Tag dalam HTML yang diguanakan untuk pautan membuka atau memanggil halaman web atau file tertentu yaitu

Explanation

The correct answer is "A HREF".

Submit
7.
  1. Perhatikan bahasa HTML di bawah

Explanation

Tulisan Welcome berjalan, Warna Biru Ukuran 7 dengan font Calibri, dengan background warna kuning

Submit
8. Akronim dari CSS yaitu..

Explanation

The correct answer is "Cassading Style Sheet." This is the correct acronym for CSS, which stands for Cascading Style Sheets. CSS is a style sheet language used for describing the look and formatting of a document written in HTML or XML. The term "cascading" refers to the ability of multiple style sheets to be applied to a single document, with the styles being applied in a specific order of priority.

Submit
9. atribut yang digunakan untuk perataan teks yaitu..

Explanation

The correct answer is "Align". The attribute "Align" is used for text alignment. It determines how the text is positioned within its container, whether it is aligned to the left, right, center, or justified.

Submit
10. Dokumen html dapat dibuah dengan menyertakan gambar pada halaman web yang dibuat . tag yang digunakan adalah...

Explanation

The correct answer is "img". In HTML, the "img" tag is used to insert an image onto a web page. This tag is self-closing, meaning it does not require a closing tag. By including the "img" tag and specifying the source of the image using the "src" attribute, you can display an image on the webpage.

Submit
11. Untuk mempercantik tampilan HTML, kita dapat menambahkan garis horizontal dengan tag

Explanation

The correct answer is HR. In HTML, the HR tag is used to create a horizontal line or divider on a webpage. It is a self-closing tag, meaning it does not require a closing tag. The HR tag is commonly used to separate sections or content on a webpage, providing visual organization and improving the overall appearance of the HTML layout.

Submit
12. Tag yang ditambahkan untuk penulisan bahasa css yaitu..

Explanation

The correct answer is "STYLE…/STYLE". In CSS, the indicates the end of the CSS code. This is where you would write your CSS code to define the appearance and layout of the HTML elements on the page.

Submit
13. Tag yang digunakan Sebagai judul halaman. Kalimat yang terletak di dalam tag ini akan muncul pada bagian paling atas browser Anda yaitu

Explanation

The correct answer is "TITLE". The title tag is used to specify the title of a webpage. The text inside the title tag appears at the top of the browser window or tab, providing a brief description of the webpage's content.

Submit
14. H1 { color:green;
text-align:center;
}
Format bahasa pemrograman web di atas merupakan bahasa dari..

Explanation

The given code snippet is written in CSS. CSS (Cascading Style Sheets) is a language used to describe the presentation of a document written in HTML (Hypertext Markup Language). It is used to control the layout, formatting, and appearance of web pages. In the given code, the H1 element is being styled with a green color and centered alignment. Therefore, the correct answer is CSS.

Submit
15. Dalam penulisan bahasa HTML , semua tag ditulis dalam tanda dibawah ini..

Explanation

Dalam penulisan bahasa HTML, semua tag ditulis dalam tanda kurung siku () dan diawali dengan tanda kurung siku buka (). Tag tersebut digunakan untuk mengelompokkan elemen-elemen dalam dokumen HTML dan memberikan instruksi kepada browser bagaimana cara menampilkan elemen tersebut.

Submit
16. Dalam Tag HTML sebagian besar tag berpasangan, penulisan yang tepat untuk tag yang berpasangan yaitu
Submit
17. Dalam bahasa CSS, Setiap aturan di awali dengan nama tag diikuti dengan serangkaian properti style yang berada diantara...

Explanation

In CSS, every rule starts with the tag name followed by a series of style properties enclosed in curly brackets { }. The curly brackets indicate the beginning and end of the rule.

Submit
18. Yang termasuk atribut dalam tag FONT yaitu kecuali...

Explanation

The correct answer is src.

Submit
19. Tampilan table yang benar untuk bahasa HTML di bawah adalah



Explanation

The answer is 1. The first step in the process of transcription is initiation, where RNA polymerase binds to the promoter region of a gene on the DNA molecule. This is followed by elongation, where RNA polymerase synthesizes a complementary RNA strand using the DNA template strand. Finally, termination occurs when RNA polymerase reaches a termination signal and the newly synthesized RNA molecule is released.

Submit
20. Bahasa CSS di tulis pada bagian...

Explanation

CSS (Cascading Style Sheets) is written in the header section of an HTML document. This is where the CSS code is typically placed so that it can be applied to the entire document or specific elements within it. By placing the CSS in the header, it ensures that the styles are loaded and applied before the content of the webpage is rendered, resulting in a more consistent and visually appealing design.

Submit
21. Kode dasar yang disisipkan dalam HTML sebagai kode dasar untuk setiap elemen-elemen dalam CSS yaitu..

Explanation

The basic code that is inserted in HTML as the base for every element in CSS is the "DIV" tag. This tag is used to create divisions or sections in the HTML document, which can then be styled using CSS. It is commonly used to group and style elements together, making it easier to apply CSS properties and create a structured layout for the webpage.

Submit
22. Nilai dari suatu atribut pada tag HTML ditandai dengan....

Explanation

The answer is "="

Submit
23. di dalam tag , , atribut yang digunakasan untuk menggabungkan kolom yaitu.....

Explanation

The correct answer is COLSPAN. The COLSPAN attribute is used to combine multiple columns into a single column in an HTML table. It specifies the number of columns a cell should span horizontally.

Submit
24. Bagian yang berisi sebagai macam keterangan tentang dokumen termasuk judul, posisinya dalam sekumpulan halaman web dan hubungannya dengan dokumen lain yaitu...

Explanation

Header adalah bagian dari dokumen HTML yang berisi informasi tentang halaman web tersebut. Biasanya, header terletak di bagian atas halaman dan berisi judul, logo, menu navigasi, dan informasi lainnya yang ingin ditampilkan di setiap halaman.

Submit
25. Daftar Program Keahlian SMK TI · Rekayasa Perangkat Lunak · Multimedia · Jaringan dan Komunikasi

Explanation

not-available-via-ai

Submit
26.
  1. Tampilan yang dihasilkan untuk tag HTML dibawah adalah..

Explanation

The correct answer is option b. This is because the given answer provides a clear and concise explanation of the HTML tags and their corresponding descriptions. It follows a logical structure with each item and its explanation listed in a clear and organized manner.

Submit
27. atribut dalam CSS yang digunakan untuk pemberian jarak atau batas antara suatu objek dengan objek-objek yang berada di dalam objek tersebut adalah,....

Explanation

Padding is the correct answer because it is the CSS attribute used to specify the spacing or distance between an object and the objects inside it. It controls the space between the content of an element and its border.

Submit
28. Dokumen HTML di ketik pada program text editor dibawah ini keculai...

Explanation

The correct answer is "Microspft Access". This is because the question is asking for the program text editor where HTML is not typed, and all the other options listed (Microsoft Word, WordPad, NotePad, and Word Processor) are text editors where HTML can be typed. Therefore, the only option that does not fit the criteria is "Microspft Access".

Submit
29. di dalam tag , atribut yang digunakan untuk menentukan jarak bagian sel terhadap tepi dalam bingkai tabel yaitu..

Explanation

The correct answer is "CELLSPACING". The attribute "CELLSPACING" is used to determine the distance between cells in a table.

Submit
View My Results

Quiz Review Timeline (Updated): Mar 21, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 21, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Nov 18, 2009
    Quiz Created by
    Karnazalt
Cancel
  • All
    All (29)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Akronim ...
Setelah ...
Tag ...
Tingkatan ...
Atribut dalam body yang digunakan untuk ...
Tag ...
Perhatikan bahasa HTML di bawah
Akronim ...
Atribut yang digunakan untuk perataan teks ...
Dokumen ...
Untuk ...
Tag ...
Tag ...
H1 { color:green; text-align:center; } Format bahasa...
Dalam ...
Dalam ...
Dalam ...
Yang ...
Tampilan ...
Bahasa ...
Kode dasar yang disisipkan dalam HTML sebagai ...
Nilai ...
Di dalam tag , , atribut ...
Bagian ...
Daftar ...
Tampilan yang dihasilkan untuk tag HTML ...
Atribut dalam CSS yang digunakan untuk pemberian ...
Dokumen ...
Di ...
Alert!

Advertisement