WEB BROWSERS TECHNOLOGY
WHAT IS WEB TECHNOLOGY
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
CSS
|
|
DOM
|
|
IRM
|
|
All of the Above
|
Detailed explanation-1: -CSS is the language for describing the presentation of Web pages, including colors, layout, and fonts.
Detailed explanation-2: -Cascading Style Sheets (CSS) is used to format the layout of a webpage.
Detailed explanation-3: -CSS (Cascading Style Sheets) is used to style and layout web pages-for example, to alter the font, color, size, and spacing of your content, split it into multiple columns, or add animations and other decorative features.
Detailed explanation-4: -Using CSS, you can layout all your elements on your webpage visually. For example, you can position an element at the very top of your page, or 50px below the element before it. To control just how an element will appear in the layout, you need to use the CSS position property.
Detailed explanation-5: -Hypertext Markup Language-or HTML for short-is the language used to indicate the structure and layout of webpages. While HTML alone is not enough to create a website by today’s standards, it is where the most basic, bare-bones structures still start.