
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
We use the target attribute of the … tag, to change the target value of the link. The target attribute can be used to open any link in a new tab, current tab and so on. _blank − link will open in a new tab. _self − link will ... Read More

Lokesh Badavath
15K+ Views
In HTML different HTML 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. Relative URLs don’t contain full web address. With relative URL we start automatically from the address the browser currently at then we ... Read More

Lokesh Badavath
3K+ Views
In HTML different HTML 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. An absolute URL used to link to resources on web page, it includes the website address. Absolute URL’s never changes. We ... Read More

Lokesh Badavath
5K+ Views
Cascading Style Sheets is used to format the presentation of a webpage. CSS is used to style and layout web pages — you can control the presentation of the web page using, to alter the font, color, size, and spacing of your content, split it into multiple columns, or add ... Read More

Lokesh Badavath
4K+ Views
Cascading Style Sheets is used to format the presentation of a webpage. CSS is used to style and layout web pages - you can control the presentation of the web page using, to alter the font, color, size, and spacing of your content, split it into multiple columns, or add ... Read More

Lokesh Badavath
15K+ Views
Comments are used to hide content. To create hidden comments in HTML, we add tag and end it with -- >. Whatever comes inside this tag it is hidden. These comments allow us to easily understand the code. Comments can be considered as a note to yourself and allows ... Read More

Lokesh Badavath
2K+ Views
The direction property specifies the text direction within a block element on the web page. We use the style attribute, to set text direction in HTML. The style attribute specifies an inline style for an element within a block. The style attribute is used with the CSS property direction to ... Read More

Lokesh Badavath
3K+ Views
The direction property specifies the text direction within a block element on the web page. We use the style attribute, to set text direction in HTML. The style attribute specifies an inline style for an element within a block. The style attribute is used with the CSS property direction to ... Read More

Lokesh Badavath
221 Views
Work title can be the title for a book, a song, a painting, a movie, etc. We use tag, to mark work title in HTML. The tag indicates citation and whatever comes inside the tag represents work title for specified thing on we page. Syntax Following is ... Read More

Lokesh Badavath
365 Views
We use shortened versions to represent a series of letters. The HTML tag, used to define an abbreviation or an acronym, like "HTML", "CSS", "Mr.", etc. Syntax Following is the syntax for the tag. DLF Example Following is the example program for the tag. DOCTYPE ... Read More