Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Ask a Question
Which of the following is the correct way to change the font face in HTML?
Home
HTML
Which of the following is the correct way to change the font face in HTML?
asked
Jan 29, 2021
in
HTML
by
rajeshsharma
Q:
Which of the following is the correct way to change the font face in HTML?
i) <font name = "Calibri"> ……… </font>
ii) <font face = "Calibri"> ……… </font>
iii) <font = "Calibri"> ……… </font>
iv) None of the above
font-face
html-font
font-html
1
Answer
0
votes
answered
Jan 29, 2021
by
rajeshsharma
ii) <font face = "Calibri"> ……… </font>
Related questions
0
votes
Q: Which of the following is the correct way to send mail in HTML?
asked
Jan 29, 2021
in
HTML
by
rajeshsharma
html-email
mail-send
send-mail
0
votes
Q: Which is the correct way to comment out something in HTML?
asked
Jan 29, 2021
in
HTML
by
rajeshsharma
html-comment
comment-line-html
comment-line
0
votes
Q: Which of the following is the correct way to start an ordered list with the count of numeric value 4?
asked
Jan 29, 2021
in
HTML
by
rajeshsharma
#count-numeric
html-count
order-integer
0
votes
Q: Which of the following is the correct way to create a list using the lowercase letters?
asked
Jan 29, 2021
in
HTML
by
rajeshsharma
lowercase-letters
list-letters
html-lowercase
0
votes
Q: Choose the correct JavaScript syntax to change the content of the following HTML code.
asked
Oct 10, 2022
in
JavaScript
by
SakshiSharma
javascript
0
votes
Q: Is it possible to change the color of the bullet in HTML?
asked
Oct 24, 2019
in
HTML
by
SakshiSharma
html-bullet
bullet-color
change-the-color
+1
vote
Q: The correct sequence of HTML tags for starting a webpage is -
asked
Jan 28, 2021
in
HTML
by
SakshiSharma
#html-sequence
html-content
head
body
html
0
votes
Q: col.main=4, will change size of the font ?
asked
Dec 30, 2019
in
R Language
by
sharadyadav1986
#font-size
0
votes
Q: Which of the following HTML attribute is used to define inline styles?
asked
Jan 29, 2021
in
HTML
by
rajeshsharma
#inline-styles
html-styles
html-attributes
0
votes
Q: Which of the following HTML tag is used to display the text with scrolling effect?
asked
Jan 29, 2021
in
HTML
by
rajeshsharma
html-tag
scrolling-effect
html-text-scrolling
0
votes
Q: Which of the following tag is used to insert a line-break in HTML?
asked
Jan 28, 2021
in
HTML
by
SakshiSharma
line-break
html-line-break
line-html
0
votes
Q: Which of the following is the root tag of the HTML document?
asked
Jan 29, 2021
in
HTML
by
rajeshsharma
root-tag-html
html-root-tag
root-tags
0
votes
Q: Which of the following is the paragraph tag in HTML?
asked
Jan 29, 2021
in
HTML
by
rajeshsharma
#hmtl-paragraph
html-tags-paragraph
0
votes
Q: Which of the following HTML tag is the special formatting tag?
asked
Jan 29, 2021
in
HTML
by
rajeshsharma
#formatting-tag
html-formatting
+1
vote
Q: Which of the following element is responsible for making the text italic in HTML?
asked
Jan 28, 2021
in
HTML
by
SakshiSharma
html-text-format
italic-text
html-format
text-html
+1
vote
Q: Which of the following tag is used for inserting the largest heading in HTML?
asked
Jan 28, 2021
in
HTML
by
SakshiSharma
html-heading
heading
heading-h1
heading-h2
heading-h3
heading-h4
heading-h5
heading-h6
html-formatting
+1
vote
Q: Which of the following element is responsible for making the text bold in HTML?
asked
Jan 28, 2021
in
HTML
by
SakshiSharma
#html-text
bold-text-html
html-formatting
html
+1
vote
Q: Which of the following is the correct way to print "Hello World" in PHP?
asked
May 13, 2022
in
PHP
by
john ganales
php-function
+1
vote
Q: Which of the following is the correct way to create an array in PHP?
asked
May 13, 2022
in
PHP
by
john ganales
create-array
0
votes
Q: Which of the following is the correct way to open the file "sample.txt" as readable?
asked
May 11, 2022
in
PHP
by
sharadyadav1986
file-php
...