HTML

What is HTML? HTML (Hypertext Markup Language) is used to create structure (sections and objects) on the screen, the View(v). It uses HTML tags <>.
Ex. Separted areas, and buttons, etc....

Area One
Area Two



CSS

What is CSS? CSS (Cascading Style Sheets) is a style sheet language that controlls how things look on the screen (View). It uses style tags <>.
Ex. Adding color, changing font, changing sizes, etc.....

Red
New Font Style
Bigger


cshtml file Location