Posts

Frameset In HTML explained

Image
Coming up with the new blog, here we have a simple blog to explain about frameset and it's use. Hi learners. This is Maneesh with a new blog tutorial and explanation. As you guys know that we are learning HTML and we have learnt to open HTML, insert image, create a table, create a navbar and link a certain text to certain page. Today we are going to learn about the frameset tag.  Before starting our tutorial, there are certain things that you should know about frameset. Frameset tags are used link and display certain webpage in other page. It has both opening and a closing tag It has attribute "rows" to specify the height of every frame. "Cols" is used to specify the width of every frame. The frame tag is used inside frameset in order to display and link the pages The number of frame tag is equal to the number of rows in the frameset tag Here's one example:  <frameset rows="20%,80%"> <frame src="https://www.faceboo...

Creating simple a nav bar in HTML using Table

Image
Introduction to Nav: Img: Horizontal Nav bar Img: Vertical Navbar Nav is the menu or the list of webpage in a website. We can visit from one page to other easily using the nav of the webpage. The simple nav bar is shown below.. Home     Services      Contact       About So above was a example to a simple horizontal navbar using CSS and HTML. As this is a tutorial for beginner, I am not gonna teach how to design a similar navbar, but if you want to add the similar nav to your page, here's the code.. <div style="background: green; color: white; height: auto; padding: 10px; width: 100%;"> <a href="" style="color: white;">Home</a>&nbsp; &nbsp; <a href="" style="color: white;">Services</a>&nbsp; &nbsp; <a href="" style="color: white;">Contact</a>&nbsp; &nbsp; <a href="" style="color: white;">About<...

Title & Favicon || HTML blogs

Image
Hay guys. Maneesh once again with a new blog on how title and favicon of the page. Hope you like it. What Is The The Title? The title tag is used for naming a page. Basically it's not naming but as said before the text inside the title bar of browser is known as title of the page. For example if you are visiting Facebook , You will see the facebook written at the top of the browser. This is called title of the page. What Is The Favicon/Fav? Favicon is the picture shown in the title bar along with the title. For example if you visit YouTube  you can see the small icon of facebook at the title bar.  How to input title in the webpage? For inserting the title you need to use the title tag. It is used in the head section. For example the title tag is used as below: <head>      <title>Title goes here</title> </head> How to input the Favicon? Many of you may want to insert the image in the title bar but the <img /...

HTML Table Explained | HTML made easy

Image
HTML Table Explained Welcome to another new tutorial on HTML guys. In previous tutorial we learnt to insert image and various attributes of <img> in HTML. I hope you had no complication in that tutorial. If you have any complication, please feel free to contact me here . I will surely explain you anything you had complications with.. You can even get in touch by any of the social media link given below. In the same way please follow me on instagram  to keep updated with my newer videos and technical blogs.. So lets begin our tutorial. First of all, a table is created using the tag "<table>" and it's various attributes.. Some popular attributes and their uses are given below. border - Specifies the border of the table. More the number more bold and bigger the table border. cellspacing - To specify the space between cells.. Cellpadding - To specify the space between datas of table. Style -  To add a inline CSS style Class - To link ...

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..