Soal Pilihan Ganda Tentang HTML (Versi Bahasa Inggris)
Kalau sebelumnya nulis tentang 50 Soal Pilihan Ganda Tentang HTML beserta Kunci Jawabannya (Versi Bahasa Indonesia). Kali ini saya mau share lagi soal yang mungkin bisa menjadi acuan pemilihan soal tentang bahasa pemrograman HTML sekaligus belajar bahasa inggris, hehe.
Belajar bahasa inggris sambil belajar coding menuru saya penting sekali, soalnya beberapa sebagian besar bahasa yang dipakai dalam pemrograman pasti dari bahasa inggris bukan bahasa indonesia, ini tentu akan merangsang anak untuk terlatih dalam bahasa inggris terutama inggrisnya komputer.
- What programming language is used to create a website?
a. Visual Basic
b. HTML
c. CSS
d. Pascal
e. C++ - What does HTML stand for?
a. HyperText Makeup Language
b. HyperText Markup Language
c. HyperType Markup Language
d. HighText Markup Language
e. HyperType Makeup Language - Tag is used to start …
a. Header
b. Page
c. Paragraph
d. Hyperlink
e. Title - What tag is used to indicate the biggest heading?
a. <h1>
b. <h2>
c. <h3>
d. <h4>
e. <h5> - How do you close an HTML tag?
a. <>
b. <\>
c. {}
d. <!
e. </> - Does the <br> and tag need to have an end tag?
a. Yes
b. No
c. Maybe
d. I don’t know - Where are the <html> and </html> tags used?
a. <html> at the beginning. </html> at the end
b. </html> at the beginning. <html> at the end
c. Both go at the beginning of the document
d. Both go at the end of the document - What tag is used for displaying all content on the webpage?
a. <head>
b. <body>
c. <vis>
d. <p>
e. <title> - HTML tag for inserting a line break
a. <break>
b. <lb>
c. <br>
d. <LineBreak> - HTML code for adding a red background color to a webpage
a. <body bg=“red”>
b. <background=“red”>
c. <body bgcolor=“red”>
d. <background>red</background> - HTML tag for creating a hyperlink
a. <a name=“https://www.google.com”>Click Here</a>
b. <a href=“https://www.google.com”>Click Here</a>
c. <a src=“https://www.google.com”>Click Here</a>
d. <a>“https://www.google.com”</a> - Which character is used to indicate an end tag?
a. @
b. =
c. “”
d. /
e. # - Which of these are all elements?
a. <table><tr><td>
b. <table><tr><tt>
c. <table><title><td>
d. <table><head><td> - Tag used to make a numbered list?
a. <ul>
b. <dl>
c. </nl>
d. <ol>
e. <li> - What is cell padding?
a. Used to define space between cells wall and its contents
b. Used to set space between cells
c. Used to add cell in a table
d. Increases cell’s width - Each list item in an ordered or unordered list has which tag?
a. <li>
b. <ls>
c. <numbers>
d. <items> - What will TITLE produce in HTML coding?
a. TITLE formatted as heading 1
b. TITLE italicized
c. TITLE formatted as heading 1, centered
d. nothing - Which will background color in an HTML doc?
a. <color=“pink></color=“pink”>
b. <colorbbg=“pink”>
c. <body bgcolor=“pink”>
d. none of these - Which code is correct to add font color?
a. <<p style=color:blue>BLUE</font>
b. <p style=“color:blue”>BLUE</font>
c. <p style=“colorblue”>BLUE<font>
d. none of these is correct - Which of the following denotes an ending tag?
a. a backslash \
b. a question mark ?
c. a forward slash /
d. none of these - The href attribute is used to tell the …
a. Computer to display HTML
b. Allow the tags to appear as source code
c. Browser to link where it needs to
d. None of these - Which of the following tags are needed to create a numbered list?
a. <ul>, <li>, </li>, </ul>
b. <ol>, <li>, </li>, </ol>
c. <ol>, </ol>
d. <ul>, </ul> - Which of the following creates small text for a heading?
a. <h1>
b. <h6>
c. <h4>
d. <h5> - What will
a. Color the text in the document yellow
b. Color the background of the page yellow
c. Color the text in the first sentence yellow
d. Nothing - Which of the following codes is written correctly?
a. <p style=color:red;>I am red</p>
b. <p style=“color:red;>I am red</p>
c. <p style=color:red;>I am red<p>
d. <p style=“color:red;”>I am red</p> - The <p> tags do what?
a. Inserts parentheses in your document
b. Inserts paragraphs into the document
c. Inserts formatting in your document
d. Inserts programming into the document - What is HTML?
a. Markup Language
b. Hyper Language
c. Region Language
d. Common Language - Which of the following tag is used to mark the beginning of a paragraph?
a. <td>
b. <br>
c. <p>
d. <h1>
e. <b> - HTML was developed by …
a. Tim Berners Lee
b. Bill Gates
c. Steve Jobs
d. Mark Zuckerberg - Which Software is required to write HTML source code?
- Ms. Word
- Web Browser
- Ms. Excel
- Notepad
- Code Editor
- How many levels of heading tag are there?
- 4
- 1
- 6
- 2
- 7
- _____ tag is used to give a title to our web page
- <head>
- <html>
- <title>
- <body>
- <footer>
- We can change the color, size, and style of the text with
- <style>
- <color>
- <font>
- <size>
- We can make our text appear in bold using this tag:
- <b>
- <i>
- <u>
- all of the above
- What types of lists are created in HTML?
- Ordered List
- Definition List
- Unordered List
- Nested List
- How does one close an HTML tag?
- </>
- >_<
- {/}
- <\>
- Which of these is NOT a valid HTML element?
- <img>
- <h1>
- <p>
- <h7>
- HTML is used to create what?
- Mobile Apps
- Webpages
- Programs
- Animations
- Which HTML element defines the title of documents?
- <titles>
- <html>
- <title>
- <idk>
- What’s at the start of every HTML document?
- <html>
- your name
- <body>
- Which one of these tags is the link element tag?
- <a>
- <link>
- <href>
- <url>
- What is the command to create a TABLE in HTML?
- <t>
- <table>
- In the HTML box model, this goes between the border and the content
- Padding
- Margin
- Border
- Content
- The HEAD section is the only place you’d find this HTML tag
- <p>
- <title>
- <img>
- <a href>
- What is the correct HTML for making a checkbox?
- <input type=“check”>
- <checkbox>
- <check>
- <input type=“checkbox”>
- What is the correct HTML for making a text input field?
- <input type=“text”>
- <textfield>
- <input type=“textfield”>
- <textinput type=“text”>
- What is the correct HTML for making a drop-down list?
- <list>
- <select>
- <input type=“list”>
- <input type=“dropdown”>
- HTML comments start with
- True
- False
- I have no idea
- Please don’t make me code
- IDK
- Which of the following programming languages is NOT used in web design?
- HTML
- CSS
- JavaScript
- C++