Normal Position flags in Yii 2.0's View

In Yii 2.0's View, we have 5 flags for position, it's beginPage, head(), beginBody(), endBody(), endPage(). This topic show how to use it correct in view file, if not use it correct, may cost js or css file or code can't register correct

Yii 2.0 registerCssFile cannot register css file correct

In Yii 2.0 Framework's view,cannot use $this->registerCssFile() to register css file, this topic show how to fix this problem