Skip to main content

Posts

Apply CSS in HTML page -Khabork

What is CSS ? CSS is the style sheet type documents, CSS stands for Cascading Style Sheet. By CSS we can style our html page , CSS describe how our html page are displayed in the screen or other media.By css we can do many work ,it controls the Layouts of multiple web pages. How Write CSS ? CSS  is so simple to write. Mainly it targets the the HTML elements by using the Html Class and Html Id. At first it targets the HTML elements then it writes the according its Styles. CSS we can write two ways, those are i) In HTML Page  In this type Html we write the CSS code within  the HTML code by using the  <style>  <style> Tag below   the <head> </head>  Tag in Html Page . If the html pages are so small or Don't have many CSS code then we write this type of in build CSS  code. This types of CSS codes are do simple apply  CSS  in HTML  page .  Example :  < style >   #example  { color : red   ; font-size :  50px ; }  <

Tags in HTML - Khabork

HTML means Hyper Text Markup Language ,this language is not a proper Programming Language, it is a Markup language . The HTML language write using by the Tags .All the language write in the Tags, the Tags are closed by the  Less than (<) and Greater Than (>) symbol . The full Tag looks like that  < tag > main content </ tag > . An example of the tag is   < h1 >    Hello World !!  < / h1 > Here  < h1 > is the opening Tag and  </ h1 >  is the closing tag in this attributes. Here h1 is the Heading Tag of any web page. Here the Out Put of the tag will be .....   < h1 >    Hello World !!  < / h1 > Out Put :  Hello World !! Here we discus about basic  HTML  Tags .. 1) <a>   </a> < a >  Tag is defined as the hyper link, this Tag used for the Link to one page to another page.Its general color is blue and underline. Cursor will always pointer when cursor move on it .it is defined as   <

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