What Is CSS? CSS Stands for Cascading Style Sheet. CSS is used to stylize the HTML elements or we can say that CSS is used to stylize the HTML structure. There are many ways to stylize the elements in CSS we will take a look later. First, let’s discuss the Cascade
Read More »HTML5 Builtin Tags | Common Mistakes IN HTML5 By Web Designers
HTML 5 comes with a variety of tags there are separate tags for each part of the page. For example, if we want to create navigation in our web page there is a separate tag for nav. If we want to create a section for where we want to show the
Read More »HTML Navigation Mistakes Done By Web designers | HTML Nav Tag | HTML UL Tag
There are different ways for creating navigation in HTML. Usually in HTML4 the web designers use the standard way for creating navigation was <ul> and <li> tag . But after the development of HTML5, there was a built-in tag for navigation. In this topic, we would be able to cover the
Read More »