Computer Science, asked by laxmi7642, 5 months ago

Application-Oriented Questions
1. Write an HTML code to display an image as the
background of a Web page.
2. Write an HTML code to present the following line in
different physical styles:
HTML is a markup language.
3. Write an HTML code to present 'HTML is markup
language text in the following style:
The text should be at heading level 3
b. The text should be left aligned
C. The text colour should be red
d. The font should be Comic Sans Ms
e. The font size should be 5
4. Create an unordered list in square bullets.
5. Create an ordered list with the A, B, C... numbering
style.
6. Write an HTML code to display the text exactly the
same way as given here:
My first page is:
Welcome to HTML.
7. Write an HTML code to display the "Hyper Text
Markup Language text as heading level 2.
8. Write an HTML code to display the background
colour of a Web page as red.
9. Write an HTML code to display the text DREAMTECH
in bold text style.
10. Write an HTML code to apply the font size 20 to the
text 'Delhi.
11. Write an HTML code to display a Horizontal line of
25% size in blue colour on a Web page.
12. Write an HTML code to display the text in a
paragraph as shown here:
An HTML document is a file in which you can write
code of HTML, HTML document contains HTML tags
and their attributes and plain text that create the
Web page.​

Attachments:

Answers

Answered by a048varma
1

Answer:

The most common & simple way to add background image is using the background image attribute inside the <body> tag. The background attribute which we specified in the <body> tag is not supported in HTML5. Using CSS properties, we can also add background image in a webpage

Similar questions