Posts

Showing posts from February, 2018

Inserting Image in HTML

Image
HTML PART II We have already discussed about HTML language and it's usage. As told before HTML is used to develop a static webpage. A static webpage is a page that contains text and image which cannot be changed according to the will of user. In explanation Pages made up of HTML will contain a image and text which a viewer without source code and access to admin page cannot change.  So guys we all need to insert image in our webpage but a beginner dont have any knowledge to it. Inserting text is very easy in html but for inserting image a developer needs to give a source of image. It uses the tag " Img "   and attribute " src ". For example if I will to insert a image i just write a tag as in the following line: <img src="source of image" /> In src="" I give the source of image (This may be either downloaded image or either from the online server..) For example lets make a situation that I am designing a webpage on html and...

HTML tutorial - I

Image
So guys let's start the very first post on HTML. This one is specially focused to beginner so if you have the normal knowledge on html then you dont need read this one. You can directly move on to my next tutorial after it's posted. Please follow me on facebook/instagram to get updated with my newer posts. If you need to contact me please visit my page here and fill contact form. HTML is a markup language that is used in webpage development. Use of HTML can only be used in development of static webpage. If a developer wants to develop and design dynamic and interactive webpage he/she needs to learn other scripting languages like js, php, css, jquery and so on. I will be uploading tutorials about them in my other post.  HTML is normally a english language and in this tutorial we will just learn how to make a first page on html. So the method of writing html code is shown below. Open any text editor in your pc.Some common text editors are notepad, notepad++...

About me

Image
Hello guys, this is Maneesh a technical geek and a programmer. This blog is created by me with the view of teaching and solving various problems of beginner designer and developers. I like programming a lot and I like teaching as well. If you have any problems you can easily contact me using any of the method below..