If you are new to the programming world HTML is something you should start from. HTML is not really a programming language though but getting to know it is a must have for anyone who wishes to make web applications. This (not so)little guide/tutorial will cover most of the HTML and CSS and a little bit of HTML5 which would be more than enough to get you started with web development. Lets start with complete basics. HTML stands for Hyper Text Markup Language. HTML is not a programming language, it's a mark-up language meant for defining and formatting web pages. HTML can be combined with many different programming languages to achieve anything, literally. CSS stands for Cascading Style Sheet. CSS is used for defining the style of a webpage. Let's skip the theory and move to practical. Overview: Part I: Making a Simple HTML Page. Part II: Learning various HTML tags. Part III: Basic CSS. Part I: Making a simple HTML page. <html> <h...
Games and Game Development