Beginner Coding
To build a website you need to know some basics of HTML.. CSS.. JacaScript and so on . In this simple tutorial will start with simple understanding for these things..
HTML stands for Hyper Text Markup Language, usually written in HTML elements containing tags which usually must written between brackets .. example <body>. Tags should be written in pairs <body> </body>. they call it opening tags and closing tags. The HTML language help the browser how and what to read.
HTML helps to embed images and links in this way a web page could be build and designed like headings, links and paragraph ..etc.. also the HTML can embed scripts like JavaScript. Plus one of the important technology now a day is called CSS which stands for Cascading Style Sheets.. CSS help to improve HTML which make it easy to use and could save you money.
to be continued
Related posts:










