Html document contain one root tag called

Html document contain one root tag called

Different Versions of HTML

Let’s see the significance of the individual Versions of Html in details-

1. HTML 1.0

  • The basic version of HTML has support for basic elements like text controls and images. This was the very basic version of HTML with less support for a wide range of HTML elements. It does not have rich features like styling and other things that were related to how content will be rendered in a browser.
  • The initial version of HTML does not provide support for tables, font support, etc., as it provides us in the latest version.
  • We would also like to discuss that W3C did not exist before HTML 2.0; hence it does not show details about HTML 1.

2. HTML 2

  • HTML version 2.0 was developed in 1995 with basic intention of improving HTML version 1.0
  • Now a standard got started to develop so as to maintain common rules and regulations across different browsers. HTML 2.0 has improved a lot in terms of the markup tags. In HTML 2.0 version concept of form came into force. Forms were developed, but still, they had basic tags like text boxes, buttons, etc.
  • Also, the table came as an HTML tag. Now, in HTML tag 2.0, browsers also came with the concept of creating their own layers of tags that were specific to the browser itself. W3C was also formed. The main intention of W3C is to maintain standard across different web browsers so that these browsers understand and render HTML tags in a similar manner.
Читайте также:  TBG basic structure

3. HTML 3.2

  • It was developed in 1997. After HTML 2.0 was developed, the next version of HTML was 3.2
  • With version 3.2 of HTML, HTML tags were further improved. It is worth noting that because of W3C standard maintenance, the newer version of HTML was 3.2 instead of 3.
  • Now, HTML 3.2 has better support for new form elements. Another important feature what HTML 3.2 implemented was support for CSS. CSS stands for Cascading Style Sheet. It is CSS that provides features to make HTML tags look better on rendering it on browsers. CSS helps to style HTML elements.
  • With the upgradation of browsers to HTML 3.2, the browser also supported for frame tags, although HTML specifications still do not support frame markup tags.

4. HTML 4.01

  • It was developed in 1999. It extended the support of cascading styling sheets. In version 3.2, CSS were embedded in HTML page itself. Therefore, if the website has various web pages to apply to the style of each page, we must place CSS on each web page. Hence there was a repetition of the same block of CSS.
  • To overcome this thing, in version 4.01 concept of an external styling sheet emerged. Under this concept, an external CSS file could be developed, and this external styling file could be included in HTML itself. HTML 4.01 provided support for further new tags of HTML.

5. HTML5

  • This is the latest version of HTML. For a developer, it could be used in 2014. It came up with lots of HTML tags support. HTML5 provided support for new form elements like input element s of different types; geolocations support tags, etc.
Читайте также:  Get current date in kotlin

Источник

HTML and Web designing question and answers

HTML and Web designing question and answers

2. tag makes the enclosed text bold. What is other tag to make text bold?
a.
b.
c.
d.

3. Tags and text that are not directly displayed on the page are written in _____ section.
a.
b.
c.
d.

Answer — B

14. Choose the correct HTML tag for the smallest size heading?
a.
b.
c.
d.

Answer — A

16. What does vlink attribute mean?
a. visited link
b. virtual link
c. very good link
d. active link

18. Which tag creates a check box for a form in HTML?
a.
b.
c.

Answer — A

20. Which of the following is not a pair tag?
a.

b. < u >
c.
d.

Answer — D

21. To create HTML document you require a
a. web page editing software
b. High powered computer
c. Just a notepad can be used
d. None of above

Answer — C

22. The special formatting codes in HTML document used to present content are
a. tags
b. attributes
c. values
d. None of above

Answer — A

23. HTML documents are saved in
a. Special binary format
b. Machine language codes
c. ASCII text
d. None of above

Answer — C

24. Some tags enclose the text. Those tags are known as
a. Couple tags
b. Single tags
c. Double tags
d. Pair tags

Answer — D

25. The _____ character tells browsers to stop tagging the text
a. ?
b. /
c. >
d. %

Answer — B

26. In HTML document the tags
a. Should be written in upper case
b. should be written in lower case
c. should be written in propercase
d. can be written in both uppercase or lowercase

Answer — D

27. Marquee is a tag in HTML to
a. mark the list of items to maintaininqueue
b. Mark the text so that it is hidden in browser
c. Display text with scrolling effect
d. None of above

Answer — C

29. To create a blank line in your web page
a. press Enter two times
b. press Shift + Enter
c. insert tag
d. insert

Answer — D

31. The way the browser displays the object can be modified by _____
a. attributes
b. parameters
c. modifiers
d. None of above

Answer — B

33. Which of the following is an attribute related to font tag?
a. size
b. face
c. color
d. All of above are style tags

Answer — D

34. HTML supports
a. ordered lists
b. unordered lists
c. both type of lists
d. does not support those types

Answer — C

35. What tag is used to list individual items of an ordered list?
a. LI
b. OL
c. UL
d. None of above

Answer — A

36. When should you use path along with file name of picture in IMG tag?
a. path is optional and not necessary
b. when the location of image file andhtml file are different
c. when image file and html file both are on same location
d. path is always necessary when inserting image

Answer — B

37. Which of the following is not a valid alignment attribute?
a. Left
b. Right
c. Top
d. All of above

Answer — C

38. Which attribute is used with img tag to display the text if image could not load in browser?
a. description
b. name
c. alt
d. id

Answer — C

39. Which attribute can be used with BODY tag to set background color green?
a. background=»green»
b. bgcolor=»green»
c. vlink=»green»
d. None of above

Answer — B

40. Which attribute you’ll use with TD tag to merge two cells horizontally?
a. merge=colspan2
b. rowspan=2
c. colspan=2
d. merge=row2

Answer — C

41. A webpage displays a picture. What tag was used to display that picture?
a. picture
b.mage
c.img
d. src

Answer — C

42. tag makes the enclosed text bold. What is other tag to make text bold?
a.
b.
c.
d.

Answer — A

43. Tags and test that are not directly displayed on the page are written in _____ section.
a.
b.
c.
d.

Источник

Html document contain one root tag called

Different Versions of HTML

Let’s see the significance of the individual Versions of Html in details-

1. HTML 1.0

  • The basic version of HTML has support for basic elements like text controls and images. This was the very basic version of HTML with less support for a wide range of HTML elements. It does not have rich features like styling and other things that were related to how content will be rendered in a browser.
  • The initial version of HTML does not provide support for tables, font support, etc., as it provides us in the latest version.
  • We would also like to discuss that W3C did not exist before HTML 2.0; hence it does not show details about HTML 1.

2. HTML 2

  • HTML version 2.0 was developed in 1995 with basic intention of improving HTML version 1.0
  • Now a standard got started to develop so as to maintain common rules and regulations across different browsers. HTML 2.0 has improved a lot in terms of the markup tags. In HTML 2.0 version concept of form came into force. Forms were developed, but still, they had basic tags like text boxes, buttons, etc.
  • Also, the table came as an HTML tag. Now, in HTML tag 2.0, browsers also came with the concept of creating their own layers of tags that were specific to the browser itself. W3C was also formed. The main intention of W3C is to maintain standard across different web browsers so that these browsers understand and render HTML tags in a similar manner.

3. HTML 3.2

  • It was developed in 1997. After HTML 2.0 was developed, the next version of HTML was 3.2
  • With version 3.2 of HTML, HTML tags were further improved. It is worth noting that because of W3C standard maintenance, the newer version of HTML was 3.2 instead of 3.
  • Now, HTML 3.2 has better support for new form elements. Another important feature what HTML 3.2 implemented was support for CSS. CSS stands for Cascading Style Sheet. It is CSS that provides features to make HTML tags look better on rendering it on browsers. CSS helps to style HTML elements.
  • With the upgradation of browsers to HTML 3.2, the browser also supported for frame tags, although HTML specifications still do not support frame markup tags.

4. HTML 4.01

  • It was developed in 1999. It extended the support of cascading styling sheets. In version 3.2, CSS were embedded in HTML page itself. Therefore, if the website has various web pages to apply to the style of each page, we must place CSS on each web page. Hence there was a repetition of the same block of CSS.
  • To overcome this thing, in version 4.01 concept of an external styling sheet emerged. Under this concept, an external CSS file could be developed, and this external styling file could be included in HTML itself. HTML 4.01 provided support for further new tags of HTML.

5. HTML5

  • This is the latest version of HTML. For a developer, it could be used in 2014. It came up with lots of HTML tags support. HTML5 provided support for new form elements like input element s of different types; geolocations support tags, etc.

Источник

HTML MCQ Quiz — Multiple Choice Questions & Answers Page 2

12. HTML document contain 1 root tag called __________.

14. Choose the correct html tag to make text italic

Tags :

Multiple Choice Questions and Answers on HTML

HTML Multiple Choice Questions and Answers

HTML Trivia Quiz

HTML Question and Answer PDF Online

Trivia Quizzes Categories

Three of the Best Free VPNs for Windows

Three of the Best Free VPNs for Windows

How to Record a Zoom Meeting Using iTop Screen Recorder

How to Record a Zoom Meeting Using iTop Screen Recorder

Step by Step Guide about Migrate WordPress Site to a New One

Step by Step Guide about Migrate WordPress Site to a New One

Local parcel & luggage delivery services in India

Local parcel & luggage delivery services in India

USA — United States of America Canada United Kingdom Australia New Zealand South America Brazil Portugal England Scotland Norway Ireland Denmark France Spain Poland Netherland Germany Sweden South Africa Ghana Tanzania Nigeria Kenya Ethiopia Zambia Singapore Malaysia India Pakistan Nepal Taiwan Philippines Libya Cambodia Hong Kong China UAE — Saudi Arabia Qatar Oman Kuwait Bahrain Dubai Israil and many more.

Источник

Оцените статью