Question
Easy
Which of the following HTML codes display the content in bold face?
1
<b> This text is big <b>
2
<b> This text is big </b>
3
<b> This text is big <\b>
4
<b/> This text is big <\b>
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Web Designing using HTML
Topic: HTML Basics
Correct Answer
Option B
Explanation
The correct option is (2): HTML elements, which provide structure and semantics to web content, are correctly formed using an opening tag, the content, and a closing tag. The ` tag is a presentational element used to offset text in bold type, and to correctly apply this formatting to a specific phrase, the content must be encased between the opening tag, , and the closing tag, `. The crucial component…Read More
Similar Questions from REET Exam - Paper 1 - Year 2018
Question 1
Easy
Source :
HTET 2023
In Python dictionary key value pairs are separated by:
Chapter :
Python Programming Fundamentals
Topic :
Dictionary
Question 2
Easy
Source :
HTET 2023
In Python instance methods use _______ as first default parameter.
Chapter :
Object-Oriented Programming (C++)
Topic :
OOP Concepts
Question 3
Easy
Source :
HTET 2023
_______ lists can be preceded by one of the several bullet style a closed circle, an open circle or a square.
Chapter :
Web Designing using HTML
Topic :
HTML Tags & Formatting
Question 4
Easy
Source :
HTET 2023
Golive is a..........
Chapter :
Computer Networks & Internet
Topic :
Internet Fundamentals