Advertisements
Advertisements
Write the difference between alink and vlink.
Concept: undefined > undefined
Write an HTML statement to illustrate the usage of alink and vlink attributes.
Concept: undefined > undefined
Advertisements
Write the equivalent inline CSS for the following HTML tag.
<body bgcolor="green">
Concept: undefined > undefined
Write the equivalent inline CSS for the following HTML tag.
<img src="me.jpg" height=20 width=30>
Concept: undefined > undefined
Write the difference between <dt> and <dd> tags.
Concept: undefined > undefined
Differentiate between the terms WebSite and WebPage.
Concept: undefined > undefined
HTML provides us with ______ levels of headings that can be inserted into a web page.
Concept: undefined > undefined
Which of the following options is an INVALID attribute of <font> tag in HTML?
Concept: undefined > undefined
The default starting value for an ordered list in HTML is ______.
Concept: undefined > undefined
Assertion (A): <br> is a container tag.
Reason: HTML elements that have both opening and closing tags are considered container tags.
Concept: undefined > undefined
Illustrate the use of the radio button input type on an HTML form with an appropriate code and the corresponding output.
Concept: undefined > undefined
Write the difference between <ol> and <ul> tags in HTML. Also, write suitable examples of each to illustrate the difference.
Concept: undefined > undefined
What is the difference between <br> tag and <p> tag in the context of HTML? Illustrate using suitable examples.
Concept: undefined > undefined
Write the HTML code to design the web page as shown below, considering the specifications that follow. You can write the code for any four specifications out of the given six specifications.
Home Service
We are happy to provide you with all the help at your residence. Special discount offers from (1st May 2022 to 30th June 2022). Please contact us for the following services: Maid/Servant (Cleaning) Maid/Servant (Cooking) Driver Queries: [email protected] |
Specifications:
- The background color of the page should be yellow and the text for the page should be in blue color.
- Heading 'Homes Services' should be the first level of heading.
- The image named 'service.png' should be placed on the web page.
- The font size for the paragraph and the list of services should be 4 and the Font face should be Verdana. Superscript tags should be used wherever required.
- The services (as shown in the above web page) should be written with the help of the unordered list.
- The bottom-most line of 'Queries: help@ homeservices.com" should be a link to open the user's default mail client to send queries to the mentioned email id.
Concept: undefined > undefined
Events |
Write the HTML code to design the above-shown web page titled 'Events', considering the specifications given below. You can write the code for any four specifications out of the given six specifications.
Specifications:
- The background color of the page should be cyan, and the font face for the page should be Arial.
- Heading 'Events' should be the first level of heading.
- The font size for the paragraph and the list of products should be 5.
- The schedule (as shown on the above web page) should be written with the help of the numbered list. Superscript tags should be used wherever required.
- The bottom-most lines of 'For any queries ...' and 'Phone: .... ' should be on hold.
- The contact email [email protected] should be a link to open the user's default mail client to send queries to the mentioned email id.
Concept: undefined > undefined
Link, vlink, alink are attributes of ______ tag.
Concept: undefined > undefined
Which of the following tag can be used to draw a horizontal line on a webpage?
Concept: undefined > undefined
In HTML, <dl>, <dd>, and <dt> tags are used to create ______.
Concept: undefined > undefined
Mention any two purposes of using comments while designing a HTML webpage.
Concept: undefined > undefined
Write a suitable HTML statement to display the following text on a webpage in appropriate subscript and superscript form:
CO2
Concept: undefined > undefined