Posts

Introduction to HTML || Learn- Basics of Html || Html Interview Question...

Image
“Every great developer you know got there by solving problems they were unqualified to solve until they actually did it.” (Patrick McKenzie) Introduction Hello everyone…! Welcome to TechEx BriHa. Today is the day of HTML! HTML is all about structuring the data. It doesn’t concern itself with how something looks; that’s what CSS is for, which we’ll learn through next videos. Just like a building is merely as strong as its foundation, HTML is that the skeleton that holds everything together. to place it during a more web-based context, HTML makes sure the page is usable on a spread of devices and browsers and provides a structure for adding CSS, JavaScript, and therefore the content of the web site or application itself. What are we going to do today? Learn about HTML. HTML Tags. Learn about the various HTML elements and Attributes. Create the basic structure using Tags Elements and Attributes   1. HTML We’ve already learned that HTML may be a sort of language that ...

Introduction to Web Development

Image
"The only good is knowledge and the only evil is ignorance." – Socrates “When performance is measured, performance improves. When performance is measured and reported, the rate of improvement accelerates.”   —   Thomas S. Monson.   Whatever the motivation, the primary question is usually the same: “Where do I start?” it's going to appear to be there's a mountain of stuff to find out, and it’s tough to understand where to leap in. But you've got to start out somewhere. Where do I start…? Your particular start line will no doubt depend upon your background and goals. However, an honest initiative for everybody is to urge a basic understanding of how the Web and web pages work. What are we going to do Today? Who is a web developer and discussing his roles, responsibilities and kinds of web developers? Skills required to become a web developer. Fixing your developer environment. Skeleton of a basic web page. Create your first web page / website. ...