Skip to main content

Posts

Showing posts with the label web development

Link In HTML --Khabork

Link is a one of the most valuable part of the html. Links basically is a address of any web page or websites. In HTML links are user for 1) Connects two web pages, 2) Connects to HTML and CSS file 3) Connects to HTML and Java Scripts File 4) Connects to all the media files like as Images, Audio file, Flameworks   etc. In HTML  link all types of files in the different type of tags. For CSS file link is one way and the also the Java Script file is the Other way. the List of the link tags are.... CSS file Link For the external CSS file Link with the HTML page is so simple.Its link with the external HTML page with the CSS page. the example of the CSS link with the HTML is..     < link   rel = "stylesheet"   type = "text/css"   href = "example.css" > Here the rel   defines the Relationship that the linked resource of the documents type.The " Type " defines that the which type documents are attached with the HTML

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