Computer Applications
With which HTML tag do you apply attributes that modify text size, font-face, and color ?
<font><mod><f><text>
HTML Intro
4 Likes
Answer
<font>
Reason — We apply size, face, and color attributes with <FONT> tag to modify text size, font-face, and color of the text.
Answered By
2 Likes
Related Questions
Container elements in HTML require …………… .
- Starting tag
- Ending tag
- Starting and Ending tag
- None of these
Background attribute of
<BODY>is used to :- give background color to web page
- load an image and use it as a background when displaying webpage
- insert an image within web page.
- none of these
Which HTML tag would you apply the bgcolor attribute to in order to change the background color of the web page ?
<html><head><body><p>
Gagandeep has written the following code to display an image in the background of HTML document :
<BODY BgGround = "Animals.jpeg">
but he is not getting the desired output. Help him in identifying correct code from the following :<BODY Bg = "Animals.jpeg"><BODY BACK = "Animals.jpeg"><BODY BGIMAGE = "Animals.jpeg"><BODY BACKGROUND = "Animals.jpeg">