How to start learning Html
Learning a new skill is often intimidating at first-BUT knowing where to start,what to do…is little bit difficult.So we will start here….
As we know that various sites are there for learning HTML…Like: W3schools,codeacademy.com,Html5 Tutorial and many more.
TAKE THE JUMP
This is the most crucial part of any learning process – once you’ve made the decision to broaden your horizons by learning a new skill you’re over the first hurdle! Perhaps you’re a designer and looking to move beyond pen, paper and Photoshop, maybe you’ve previously had nothing to do with the web, it doesn’t matter. Now you want to build web pages and with the help of the resources listed below you’ll crack HTML in no time.
To begin with we’ll talk very literally about the basics of HTML, after which we’ll look at resources and assignments to keep the ball rolling.
START WITH BASICS
First we know that HTML Is HyperText Markup Language.Hypertext means “text with links in it”. Any time you click on a word that brings you to a new webpage, you’ve clicked on hypertext!.
A markup language is a programming language used to make text do more than just sit on a page: it can turn text into images, links, tables, lists, and much more.
HTML is the publishing language of the World Wide Web.
HTML is basically understanding how tags and nesting work.
- Things inside
s are called tags
- Tags nearly always come in pairs: an opening tag and a closing tag.
- Example of opening tag:
html>
- Example of closing tag: