Posts

Showing posts with the label HTML

HTML For Web Development

Image
  Hypertext Markup Language, or HTML, is a programming language used to describe the structure of information on a web page. Together, HTML, CSS, and JavaScript make up the essential building blocks of websites, with CSS controlling a page’s appearance, and JavaScript programming its functionality. A web page can contain headings, paragraphs, images, videos, and many other types of data. Front-end developers use HTML elements to specify what kind of information each item on a web page contains. Every website you open in your browser, from social networks to music services, uses HTML. ( Humpleman,et.al,2001)   In this article we are going to learn html and know why it is used for web development. Uses Of HTML HTML is a markup language, heavily utilized for creating web pages and web applications. HTML, when combined with JavaScript and CSS, has become a milestone for web development. One of the useful aspects of HTML is, it can ...