
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Lokesh Badavath has Published 99 Articles

Lokesh Badavath
243 Views
We use tag to do computer output format. It is a phrase tag. It is used to define and identify the sample output of a computer program. It will display the text inside the element in monotype font. Syntax The text… Example 1 Following is a simple ... Read More

Lokesh Badavath
645 Views
We use tag to define keyboard input. It is a phrase tag that is used to identify text that represents user keyboard input. The content inside is displayed in the default monospace font by most browsers. We can override the font using style sheet. Syntax Keyboard text… ... Read More

Lokesh Badavath
2K+ Views
In this article, we will learn how to use the tag to define the base URL for an HTML page. In HTML, different elements have attributes that contain link to the other resources. The values of these attributes are URL’s, these can be absolute or relative URL’s. The ... Read More

Lokesh Badavath
707 Views
We specify a class for an HTML element using the class attribute. Multiple HTML elements can share the same class. And using various attributes of the class, like changing colors, fonts, etc., we can define styles rules for these HTML elements. The elements having that class will be formatted according ... Read More

Lokesh Badavath
898 Views
To create a flexbox layout in HTML, we use CSS Float. We have multiple layouts to show content on a web page. CSS Float is one of the ways to multi-column layouts. Flexbox layout introduced in CSS3. This layout helps in adjusting the screen size and to get displayed correctly ... Read More

Lokesh Badavath
3K+ Views
We use tag to color a part of text or a part of the document. This tag is mainly used to group similar content together for easy styling. We use inline style for tag, as it applies a style to inline elements. If we want to make some ... Read More
How do we style HTML elements using the division tag
Lokesh Badavath
Updated on 19-Oct-2022 06:12:08
539 Views
The tag is used as the container for the HTML elements. With the help of this tag, we can easily define a section of a HTML Document. It is also used to group large sections of HTML elements together and easily format them. The tag is used with ... Read More

Lokesh Badavath
539 Views
The tag is used as the container for the HTML elements. With the help of this tag, we can easily define a section of a HTML Document. It is also used to group large sections of HTML elements together and easily format them. The tag is used with ... Read More
How we can put three divisions side by side in HTML?
Lokesh Badavath
Updated on 19-Oct-2022 06:10:23
10K+ Views
The tag defines the division of the HTML document. This tag is mainly used to group similar content together for easy styling and also used as the container for the HTML elements. We use CSS property to place three divisions tags side by side in HTML. The CSS ... Read More

Lokesh Badavath
10K+ Views
The tag defines the division of the HTML document. This tag is mainly used to group similar content together for easy styling and also used as the container for the HTML elements. We use CSS property to place three divisions tags side by side in HTML. The CSS ... Read More
How we can put two divisions side by side in HTML?
Lokesh Badavath
Updated on 19-Oct-2022 06:09:16
9K+ Views
The tag defines the division of the HTML document. This tag is mainly used to group similar content together for easy styling. It is also used as the container for the HTML elements, we can easily style this tag using the class or id attribute. We can place content ... Read More

Lokesh Badavath
9K+ Views
The tag defines the division of the HTML document. This tag is mainly used to group similar content together for easy styling. It is also used as the container for the HTML elements, we can easily style this tag using the class or id attribute. We can place content ... Read More

Lokesh Badavath
4K+ Views
Bibliography is a list of the written sources of information on a subject. We use tag in HTML, to create a bibliography section. The tag defines the work on a subject. The tag is also used to add work title a song, a painting, a movie, etc. ... Read More