
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
9K+ Views
An ordered list is numbered and an unordered list is not numbered it can be created with the tag and define the items of the list using the tag . We can create 4 types of unordered list in HTML − In this article we are having an unordered ... Read More

Lokesh Badavath
10K+ Views
An unordered list is unordered list of items marked with bullets, circle, disc and square. It gives you the ability to control the list in the context. Allow us to group a set of related items in lists. HTML support ordered list, unordered list and we have to use the ... Read More

Lokesh Badavath
41K+ Views
A link is a connection from one Web page to another web page. We can add page links to a web page. HTML links are hyperlinks. The tag defines a hyperlink and used to link from one page to another. The href attribute is used with the anchor tag, ... Read More

Lokesh Badavath
95K+ Views
To insert an image in HTML page, is a very common and easy task that enhances the appearence of any web page. It makes a web age look more attractive. In this article, our task is to insert an image in HTML page. We have used three different approaches using ... Read More

Lokesh Badavath
951 Views
In this article we are going to learn how to wrap a text in tag in HTML. The HTML tag is used to present preformatted block of text. Preformatted text refers to text that has already been formatted and should not be formatted further. The tag ... Read More

Lokesh Badavath
2K+ Views
An ordered list is a numbered list of items. It gives you the ability to control the sequence number in the context. Allow us to group a set of related items in lists. HTML support ordered list, unordered list and we have to use the tag, to create ordered ... Read More

Lokesh Badavath
3K+ Views
An ordered list is a numbered list of items. It gives you the ability to control the sequence number in the context. Allow us to group a set of related items in lists. HTML supports ordered list and an unordered list. To create ordered list in HTML, we have to ... Read More

Lokesh Badavath
2K+ Views
In this article, we are going to use input type field with date field in HTML. We use type="date" in the elements to create input fields that let the user enter a date, either with a textbox that validates the input or a special date picker interface. The value ... Read More

Lokesh Badavath
1K+ Views
An ordered list is a numbered list of items. It gives you the ability to control the sequence number in the context. Allow us to group a set of related items in lists. HTML support ordered list, unordered list and we have to use the tag, to create ordered ... Read More

Lokesh Badavath
1K+ Views
The tag is used to define emphasized text. The content inside em tag is typically displayed in italic. The HTML tag should be used inside tag. The tag is used to separate the text from the rest text of the content. The content inside em tag ... Read More