Teaching HTML and CSS
Published at September 9, 2016.
This week I had the pleasure of teaching HTML and CSS to people who are interested in programming. Today I would love to share my knowledge of basic HTML and CSS. First you need a text editor I like to use Sublime Text. So what is HTML? HTML stands for Hyper Text Markup Language, it is a language that your web browser can interpret and display the output. CSS stands for Cascading Style Sheets, it is used to style your HTML.
. .