HTML: Difference between revisions

From Computer Science Wiki
No edit summary
Line 8: Line 8:
<iframe width="560" height="315" src="https://www.youtube.com/embed/wjkJaQYDxjQ" frameborder="0" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/wjkJaQYDxjQ" frameborder="0" allowfullscreen></iframe>
</html>
</html>
Content gratefully used with permission :  <ref>http://cs50.tv/2015/fall/#license,psets</ref>
Content gratefully used with permission :  <ref>http://cs50.tv/2015/fall/#license,psets</ref>



Revision as of 17:15, 24 August 2016

HTML [1]

HyperText Markup Language, commonly referred to as HTML, is the standard markup language used to create web pages. Along with CSS, and JavaScript, HTML is a cornerstone technology used to create web pages, as well as to create user interfaces for mobile and web applications. Web browsers can read HTML files and render them into visible or audible web pages. HTML describes the structure of a website semantically along with cues for presentation, making it a markup language, rather than a programming language.[2]

Introduction

Content gratefully used with permission : [3]

Basic ideas


Helpful resources

References