Skip to main content

Posts

Showing posts with the label how to use the html tags

System Software | Device Drivers | Part - 2

Device Driver is a software & this is a type of system software. Driver are need for all the hardware installed in the computer because these drivers help to connect the hardware to the operating system, Without drivers the operating system will not give any commands. "The Driver acts like a bridge between the O/S & Hardware" Which Devices need Drivers : All hardware devices that are unknown to the operating system or Components that the operating system does not understand, drivers are need for them. Some device drivers come with hardware which is available in the CD & Some hardware requires drivers to be downloaded from the internet.  List of hardware device that require drivers : Card Reader Modem Motherboard Chipset Printer Web Cam Wi-fi Adapter Scanner Controller USB Devices Video Card Sound Card Which Devices not need Drivers : Nowadays, many drivers come in the operating system, due to which some hardware does not require drivers tha...

Html Basic Fundamentals Part - 2

Hello Guys before post we talk about the html Structure In this topic we cover the HTML basic fundamentals. So let start the! Why We need the HTML editor ? A simple text editor or Upgraded text editor is you need to learn HTML .  A text where we can write our HTML code and also modify it. Many types HTML editor available on the internet but i show you 3 type HTML editor Notepad Notepad++ Bracket  Notepad is the Default Text Editor which comes with the windows operating system. Notepad++   and Bracket is the external software which was the need to install in our system.  What is the HTML Tag/Element/Pre-Define-Keywords ? HTML is a Markup Language and Markup Language is Set of Markup Tags . HTML tags like a Pre Define Keywords which how does display the content the web browser. We can also call the HTML tags the HTML elements.  HTML tags over or contains the three major parts of the HTML web page  Opening Tag Content  Closing Tag   SYSTENX OF ...