Importance of html

HTML means hypertext markup language.

HTML is a computer language that makes up all the websites although it is not considered a programming because it can’t create dynamic functionality but it is used in creating paragraphs,tables,links using element and attribute tags.

Uses of html

As we said earlier html is Used as the backbone of many web pages

1. Web development: HTML is the major code and backbone to every web page. All website or page has a set of HTML tags , element or hyperlink which are used for connecting to other webpages or site.

2. Cutting edge feature: html 5 which is the latest version of HTML is used to introduce some of latest in website development. Browsers like google crome is the perfect choice when its comes to implementing HTML 5 latest set of APIs.

3.Internet navigation: using HTML is possible by utilizing the concept of the hypertext( it refers to other webpages or text ) A user can easily move between webpages and website even those located on a different servers.

4. Game development: before the introduction of HTML 5 game development was done with flash and silver light. But HTML 5 can bring the reality of game development possible

Linking of CSS to HTML

HTML as we all know is the fundermental of all webpages but with html alone this webpages would not look as presentable as it appears we need another set of programing language to create it styles and functionalities. The CSS Cascading Style Sheet is used to style our html page and make it come to life that is why our text can either be red or blue, it also help with the background type and color e.t.c. but how do we link the CSS with our html this is quite simple through the following ways.

1. Adding the CSS to the html tags: when creating a small website most web developers add simple styles to the tags of the Html e.g < body color: red; >

2. Adding css to the html workspace: adding the css to the html workspace is diffrent from adding it to the html tags. when adding CSS to an html workspace, we use the style element which can be located at the header of the html code e.g

3.Creating a diffrent workspace: when working with a website that has much content it is best to create a diffrent workspace for your CSS in order to have a clean html code. After writing your CSS code you have to link it with your html code so as to make the CSS shown.

1 Comment

  1. VERY GOOD JOB VERY INSPIREING

    Like

Leave a Comment