Posts

Showing posts from April, 2018

Differences between HTML and HTML5

Image
Apart from Project Architecture, Project Deadline, HR Policy, and our Salary ( which is always less in comparison ), there is one constant thing found in every field of " Information Technology " and i.e periodic updates/changes are always certain. So technically speaking, no language is capable enough to avoid upgrades and/or new releases. (Not even our Mark-Up Language HTML) Objective Behind the Release of HTML5 The only primary objective for the release of HTML5 was to improve the (W3C) World Wide Web Consortium experience for the end users and developers ( more or less like us ). Differences between HTML and HTML5 HTML HTML5 Without integration with Flash Player, Video and audio won't work. The biggest advantage that HTML5 has over its unnumbered predecessor is that it has high-level audio and video support In HTML, vector graphics was only possible by using it in conjunction with different technologies like F...

Ingredients a.k.a HTML Tags

Hey there, I am back again with my new blog "Ingredient a.k.a HTML Tags". Just like without an ingredient, none of the dishes are prepared at all (except Fruit salad, as the name suggest it only require fresh fruit mostly). Anyways moving on, for now, we will catch up for delicious Food Blog Sooner. So again, as we already know that ingredient plays an important role in preparing any dishes. The same way "Tags Elements" play an important role in creating any Websites it doesn't matter what kind of WebSite you are developing. Web Technologies differ with the supportive language used for its development, few require the knowledge of OOPS Concepts (Object Oriented Programming), few require and C and C# programming knowledge and most of them are just made via "Web Frameworks" (Bootstrap, JqueryMobile, AnagularJS, ReactJS and etc) which nowadays, is more responsive enough to adjust as per the device resolution and sometimes act like a Mobile Web App...

First meeting with HTML

Image
“ Hi, there! Welcome to WebIngredients, where this dude shares every knowledge and information gathered via working on Web Technology. " Friends just like before making an awesome dish we must need to know which ingredient we shall use for it. Same way before making or creating your dream websites we should understand and learn " HTML , CSS , some scripting language with Javascript and any One Backend language such as PHP, Javascript(with the Node.js framework), Ruby, Python, Java, etc. Here we are going to highlight some of the important points related to Web Technology as well. What is HTML? HTML is the markup language for creating Web pages and can also be referred to as the Worldwide Web’s primary language. Note: HTML stands for Hyper Text Markup Language It describes the structure of Web pages Elements of HTML are actually the building blocks of HTML Web pages These elements are represented by tags So basically, these tags label the pieces o...