Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 7

QUIZ IN WEB

SYSTEM AND
TECHNOLOGIE
S
Content

•1-5. Identification
•6-10. True or False
•11-25. Enumeration
• 1. It is the standard markup language for creating Web pages, no
matter how simple or complex.
• 2. What does W3C stands for?
• 3. It is the component of an HTML document containing formats,
instructions, and semantic meaning. It consists of a start tag, content,
and an end tag.
• 4. It is used to change the look and user experience of a webpage by
targeting HTML elements and applying different styles such as
formatting the text, changing the font, or arranging the layout.
• 5. These keywords define how web browsers will format and display
the content on an HTML file.
• 6. The font-family property italicizes text. It includes normal which
is the normal, straight text, italic which uses the italic style, and
oblique which uses the oblique style.
• 7. a href attribute that specifies the URL of the webpage the link
goes to.
• 8. Paragraph are titles or subtitles that can be displayed on a
webpage.
• 9. HTML Attribute is used to modify or define an HTML element. It
is placed within an element's opening tag, which can contain
multiple attributes separated by a space.
• 10. The “HyperText” in HTML refers to how links on the Web let
users move from one document to another.
• 11-13. 3 Html Table Elements
• 14-15. Html syntax/format for embedded image
• 16-17. 2 Types of HTML list
• 18-21. 4 HTML Forms input type
• 22-23. 2 primary approaches of adding CSS to
any webpage
• 24-25. Syntax/Format on applying External
Style Sheet
• 1. HyperText Markup • 5. HTML Tags
Language (HTML) • 6. False, font-style
• 2. World Wide Web • 7. True
Consortium • 8. False, Headings
• 3. HTML Elements •
9. True
• 4. Cascading Style •
10. True
Sheet (CSS)
• 11-13. Table Header <th>, Table Row <tr>, Table data <td>,
Colspan, Rowspan, <thead>, <tfooter>, <tbody>
• 14-15. <img src= “ “ alt=“ “>
• 16-17. Ordered list <ol>, Unordered List <ul>
• 18-21. TextField, Radio Button, Checkbox, Date and Time
Control, ComboBox, Dropdown,Button and Submit
• 22-23. Internal Style Sheet or Inline and External Style
Sheet
• 24-25. <link rel=“stylesheet” href=“ “>

You might also like