×
Home
Jobs
Tools
Coding Ground
Current Affairs
UPSC Notes
Online Tutors
Whiteboard
Tutorix
Login
Categories
Java
JSP
iOS
HTML
Android
Python
C Programming
C++ Programming
C#
PHP
CSS
Javascript
jQuery
SAP
SAP HANA
Data Structure
RDBMS
MySQL
Mathematics
8085 Microprocessor
Operating System
Digital Electronics
Analysis of Algorithms
Mobile Development
Front End
Web Development
Selenium
MongoDB
Computer Network
General Topics
Q/A
Library
eBooks
Courses
Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
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
Ankitha Reddy
has Published
102
Answers
CSS3 Multi-Column column-span Property
CSS
Web Development
Front End Technology
Ankitha Reddy
Published on 02-May-2018 13:15:48
The column-span property is used to specify the span between columns. You can try to run the following code to implement column-span property using CSS −Example Live Demo<html> <head> <style> .multi { /* Column count property */ -webkit-column-count: 4; -moz-column-count: 4; ...
Read More
Rotate div to -20 degrees angle with CSS
CSS
Web Development
Front End Technology
Ankitha Reddy
Published on 02-May-2018 11:39:03
You can try to run the following code to rotate div to -20 degrees angle with CSS − Example Live Demo <html> <head> <style> div { ...
Read More
Add shadow effects to text with CSS
CSS
Web Development
Front End Technology
Ankitha Reddy
Published on 02-May-2018 11:08:08
Use the text-shadow property to add shadow effects to text. The following is an example to add shadow effects −Example Live Demo<html> <head> <style> h1 { text-shadow: 2px 2px; } h2 { text-shadow: 2px 2px red; } h3 { text-shadow: 2px 2px 5px red; } h4 { color: white; text-shadow: 2px ...
Read More
CSS3 Opacity property
CSS
Web Development
Front End Technology
Ankitha Reddy
Published on 02-May-2018 10:34:24
The opacity is a thinner paints need black added to increase opacity. The following example shows CSS3 Opacity property − Example Live Demo <html> <head> <style> #m1 {background-color:rgb(255, 0, 0);opacity:0.6;} ...
Read More
Media queries with CSS3
CSS
Web Development
Front End Technology
Ankitha Reddy
Published on 02-May-2018 07:38:01
Media queries are for different style rules for different size devices such as mobiles, desktops, etc. You can try to run the following code to implement media queries with CSS3 − Example Live Demo <html> <head> <style> ...
Read More
Set the image path with CSS
CSS
Web Development
Front End Technology
Ankitha Reddy
Published on 02-May-2018 07:05:58
The border-image-source property is used in CSS to set the image path. You can try to run the following code to set the image path − Example Live Demo <html> <head> <style> ...
Read More
CamelCase in Java naming conventions
Java Programming
Java8
Object Oriented Programming
Ankitha Reddy
Published on 23-Apr-2018 06:51:13
Java follows camel casing for objects, class, variables etc. If a name is having multiple words, the first letter is small then consecutive words are joint with the first letter as a capital case. Consider the following example − Taxation Department Class - TaxationDepartment Object - taxationDepartment Method - getTaxationDepartmentDetails ...
Read More
Java Naming conventions
Java Programming
Java8
Object Oriented Programming
Ankitha Reddy
Published on 23-Apr-2018 06:46:21
All Java components require names. Names used for classes, variables and methods are called identifiers. In Java, there are several points to remember about identifiers. They are as follows - All identifiers should begin with a letter (A to Z or a to z), currency character ($) or an ...
Read More
Methods of the Pattern class in Java Regex
Java Programming
Java8
Object Oriented Programming
Ankitha Reddy
Published on 23-Apr-2018 06:25:09
JavaRegex Pattern
Methods of the Matcher class in Java Regex
Java Programming
Java8
Object Oriented Programming
Ankitha Reddy
Published on 23-Apr-2018 06:18:49
JavaRegex Matcher
1
2
3
4
5
6
7
...
11
Next
Advertisements
Print
Add Notes
Bookmark this page
Report Error
Suggestions
Save
Close
Dashboard
Logout