Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
Selected Reading
Bootstrap code tag styling
Using Bootstrap, you can easily display code with <code> and <pre> tag.
The <code> tag displays code wrapped as an inline element.
To display code with the <code> tag, you can try to run the following code −
Example
<p> <code><header></code> is wrapped as an inline element. </p>
Advertisements
