Skip to main content

Posts

Showing posts from December 22, 2019

Beginner in HTML ? Don't worry -Khobork

HTML is a browser based language it not a proper programming language, it is a Marcup based language. HTML's full form is Hyper Text Marcup Language.  HTML  is used in the front-end development.  It is   designed the front side of the websites ,which is seen by the user. A developer designs their won websites as they want. You can design the websites which designs you like.  Now a days mostly the every website pages are created by the HTML. It is so popular Marcup language. How I start HTML coding ? HTML is the documents type pages ,so all pages a created laike as the documents. Now the latest version of the HTML is HTML5 .For the beginner of HTML written type is <! DOCTYPE html >  < html > < head > < title >Here your name of your page.. < /title > < /head > < body >Here the main content of your page.. < /body > < /html > !DOCTYPE The HTML page is the documents  type page so this c

Web Development , how I start web development ? -Khabork

Web Development: You want to be a Web Developer ? Don't Worry its so simple. Now a days the web developers demands are so much in every IT departments, Industry , Institutions and so many places. Being a Web Developer you can create your own websites ,this website may can be Personal website, E-commerce website ,Social Website, Affiliate Website, Blog Websites. For a Web Developer you have to learn the Browser languages like HTML, CSS , Java Script etc. How I start web development ? Web Developer are two types 1) Front-end  Developer ,2) Back-end Developer  and also have one type that is Full Stage Developer who knows the Font-end and Back-end both. 1) For Front-end Developer you have to learn the browser languages like a) HTML ( Hyper Text Markup Language)  b) CSS (Cascading Style Sheets) c) Java Script 2)For Back-end Developer you have to learn the Server side Languages like a) PHP (Personal Home Page) b) Mysql  c) Ruby d) Java