FOR FULL HTML TUTORIAL GO TO THE YOU TUBE PLAYLIST AND LEARN HTML EASILY...LINK GIVEN BELOW____






Why Learn HTML?
HTML is the foundation of all web pages. Without HTML, you wouldn’t be able to organize text or add images or videos to your web pages. HTML is the beginning of everything you need to know to create engaging web pages!

You will learn all the common HTML tags used to structure HTML pages, the skeleton of all websites. You will also be able to create HTML tables to present tabular data efficiently.

Introduction to HTML


Welcome to the SMART TECH! Last year, millions of learners from our community started with HTML. Why? HTML is the skeleton of all web pages. It’s often the first language learned by developers, marketers, and designers and is core to front-end development work. If this is your first time touching code, we’re excited for what you’re about to create. So what exactly is HTML? HTML provides structure to the content appearing on a website, such as images, text, or videos. Right-click on any page on the internet, choose “Inspect,” and you’ll see HTML in a panel of your screen.
HTML stands for HyperText Markup Language:
HTML is the scripting language for creating a web pages. It is developed by Tim Bemers Lee. A markup language is a computer language that defines the structure and presentation of raw text. In HTML, the computer can interpret raw text that is wrapped in HTML elements. HyperText is text displayed on a computer or device that provides access to other text through links, also known as hyperlinks. You probably clicked on a couple of hyperlinks on your way to this Codecademy course. Learning HTML is the first step in creating websites, but even a bit of knowledge can help you inject code snippets into newsletter, blog or website templates. As you continue learning, you can layer HTML with CSS and JavaScript to create visually compelling and dynamic websites. But for now, we’re going to focus on how to add and modify basic content on a page, like text, images, and videos. Don’t worry if the websites look ugly — we’re just getting started.

WHAT IS TAG?


HTML tags are hidden keywords within a web page that define how your web browser must format and display the content.


Software needed to work in HTML
Any text editor –Notepad,Notepad++,Sublime Text.
Any Web Browser-Internet exploser,mozilla firebox,google chrome.

SKELETON


BASIC EXAMPLE OF HTML




HTML TUTOTIAL PLAYLIST


  • click here




  • ____THANKS FOR VISITING____