Bootstrap Interview Question in PDF In this article most frequently asked questions about the Bootstrap interview and we have included a list of the most... Read More
Fresher Interview Que.
Bootstrap 4 is the latest version of Bootstrap, which is the most popular HTML, CSS and JavaScript framework for developing responsive and mobile websites first.... Read More
what is Bootstrap? Why use Bootstrap? 1 min read
Bootstrap is an HTML, CSS and JS framework for creating rich web applications with minimal effort. This framework emphasizes more in the construction of mobile... Read More
Difference between HTML and HTML5? 2 min read
If we want to represent the same thing in HTML 4 with proper names of the HTML section, we would probably use a DIV tag.... Read More
In this article today we are talking difference between “Div” and “Span” <div> Div is block element are take the full available width of block... Read More
How to create emails links? 1 min read
How to redirect using HTML? 1 min read
What is a class? What is an ID? 1 min read
Class– A class is a style (like a group of CSS attributes) that can be applied to one or more HTML elements. It is applied... Read More
What is CSS? 2 min read
A CSS (cascading style sheet) file allows you to separate your web sites HTML content from it’s style. As always you use your HTML file... Read More
What are List? How to create Lists? 1 min read
HTML list <ul> and <o> tag are used to create lists. Example Output is ... Read More