Author:
bhumit
Write an HTML page including any required JavaScript that takes a number from text field in the range of 0 to999 and shows it in words. It should not accept four and above digits, alphabets and special characters.
Aug 29, 2024
—
by
bhumit
in
JavaScript
Write an HTML page that contains a selection box with a list of 5 countries. When the user selects a country, its capital should be printed next in the list. Add CSS to customize the properties of the font of the capital (colour,bold and font size).
Aug 29, 2024
—
by
bhumit
in
Blog