Page Structure
Ionic 8 has made the Structure of Pages beautiful. With the separation of designs and Business Logic, as you can see in the image.
For FrontEnd designs, you Can Edit the Code inside the .html File, and for the CSS, you can edit or add it inside the .scss file.
Ionic 8 uses HTML as a front-end design, which is Easy to develop. You can find The Component of Ionic from here
You can see the Structure of HTML in the Image
Ionic 8 uses SCSS as a StyleSheet ! the scss is the same as CSS.
Ionic 8 uses TypeScript for Business Login Development. You can write your login inside the .ts file.