Skip to main content

Posts

Showing posts with the label Website Design

Coding with HTML

HTML is Hyper Text Markup Language. It is the standard language to code websites. It describes the structure and content of a website. Basically, the coding of HTML consists of a series of tags that describe the way content is to be shown in the browser. Apart from this, HTML code, also, consist of information for the crawlers or search engine bots, that help them understand, index and rank the content of a webpage. If you are interested in Web Designing, learning of HTML is a must to understand the intricacies of the code. There are many CMS Platforms like Wordpress available to design a website but backend is still HTML code. So, study the following topics of HTML to master the Website Design. ✅Basic Tags and Document Structure ✅ Images ✅ HTML Tags ✅ Tables ✅ Page Formatting Tags ✅ IFrame ✅ Text Items and Objects ✅ Form ✅ Lists ✅ Video & Audio ✅ Links ✅ API HTML alone cannot provide the wonderful websites, we are used to scroll everyday. Use of Cascading Style Sheets (CSS) and Ja...

UX | UI Basics

What is UX? UX means user experience or user experience design. UX is the pure experience of a product: how a product functions, not how it looks. UX Design is the practice of improving user satisfaction of a product through increased usability, accessibility, and pleasure provided in the interaction with the product. It includes both, the traditional human–computer interaction design and all aspects of a product or service as perceived by the users. It is the merger of user needs, business vision and technological feasibility. What is UI? UI stands for User Interface or User Interface Design. UI is the design of user interfaces for machines i.e. how a product looks and feels and not how it functions. UI Design is the process of making the user's interaction as simple and efficient as possible, in terms of accomplishing the goals. UI design is the merger of user needs and visual design. UX is not UI and UI is not UX The ultimate purpose of UX design is to create easy,...