Computer Science, asked by AnuragPsingh14, 9 months ago

5. Default file extension of HTML document is .

(a) .hmt (b) .html (c) .hml (d) .hmlt


6. What is the use of < ! doctype html>?

(a) It specifies the type of document. (b) Written after <html> tag .

(c) It is container element. (d) It contain main content of your webpage .


7. <br> tag stands for .

(a) break line (b) line break (c)break rule (d) All of these


8. __________ text property specifies a list of shadow effect to be applied to the text.

(a) Text-decoration (b) Text-align (c) Text-shadow (d) Text-transform


9. What is the value of background-attachment property?

(a) scroll (b) pause (c) right top (d) center center​

Answers

Answered by rani6946
1

Answer:

What for. 5 points we will say na go and ask in google

Answered by ChitranjanMahajan
0

The solutions to the given MCQ's on HTML are :

5. Option B : .html

  • A file that has Hyper Text Markup within it is called an HTML file
  • The extension of HTML files is '.html'.
  • Another extension for HTML files is '.htm'.
  • These files are used to create webpages including tags for text, tables, images, videos, hyperlinks, etc.

6. Option A : It specifies the type of the document

  • The statement '< ! doctype html>' acts as a declaration
  • It tells the browser what type of file or document version it must except for the file
  • Thus, it is not an HTML tag. It is just a piece of information to the browser.

7. Option B : Line Break

  • The <br> is an HTML tag or element
  • It is used to provide a line break in any text or paragraph rendered in HTML.
  • It plays the role of carriage-return and is useful in situations like the address where the division of the text into lines is required.

8. Option C : Text-shadow

  • The text shadow is a CSS property i,e, for styling
  • It is used to add shadows to text as a styling addition.
  • The value of this attribute is a comma-separated list of shadows that is to be applied to the text with decorations.
  • Each shadow value is a combination of X and Y offsets from the element, blur radius, and shadow color.

9. Option A : Scroll

  • The background attachment is a CSS property
  • It is used to specify whether the background image added is fixed or scrolls with the rest of the page contents
  • Thus, this property has three possible values scroll, fixed, and local.
  • The default value of this property is scroll.

To learn more about HTML and CSS, visit

https://brainly.in/question/26923538

#SPJ6

Similar questions