Here are some interesting points in lecture 4 about why code is important
- HTML/CSS = Code
- (X)HTML is used to describe the content in a web page and CSS describes how you want that content to look.
- Working with code provides better results
- Design softwares that don’t involve code such as Photoshop can be described as WYSIWIG (What you see is what you get) editing.
- HTML 5 can use video and audio elements
- To achieve stability in all browsers, careful consideration of code is needed
- It is efficient to have clean, compact code with smaller files which download quicker
- Web standards is the best way to make accessible web pages with clean semantic HTML and will also improve search results
- Longevity can be improved by the understanding of code
- Knowledge of code can help you with concepts and construction
- Posted:3 years ago