In this unit students will learn the basics of HTML, CSS and PHP. Hypertext Markup Language (HTML) is the standard markup language for creating web pages and web applications. Although this is not a programming language, this will be a needed skill to create web applications that will eventually have code in them. Cascading Style Sheets (CSS) are used to describe how the HTML should look. And finally PHP is a programming language to make the WWW dynamic.
what makes up a well formed HTML document;
proper style;
basic HTML tags;
basic CSS
basic PHP