Text
Various types of text and lists:
Headings:
Head1 Test
Head2 Test
Head3 Test
Head4 Test
Head5 Test
Head6 Test
Anchors:
Main
italic
Bold
No underline
Blockquotes
Sensation Framework is a three-component framework for creating web and mobile applications. It consists of FrontEnd, BackEnd famework and Mobile UI components.
Pre and code
<?php
//Server host
$server = "localhost";
//Database user
$user = "root";
//Database passwor
$passwor = "root";
//Database name
$name = "test";
//Conection
$conection = mysqli_connect($server_baze, $korisnik_baze, $lozinka_baze, $ime_baze);
?>
Lists
Basic Lists
- Test 1.1 ul
- Test 1.2 ul
- Test 1.3 ul
- Test 1.2 ol
- Test 2.2 ol
- Test 3.2 ol
Types of Lists
Square
- Test 1.3 Square
- Test 1.3 Square
- Test 3.3 Square
Circle
- Test 1.4 Circle
- Test 2.4 Circle
- Test 3.4 Circle
Disc
- Test 1.5 Disc
- Test 2.5 Disc
- Test 3.5 Disc
Grid
Grid system Grid allows us to arrange the pieces of functionality in the order you want
Clasic Tab, Accordion, Alerts
Clasic Tab, Accordion, Alerts for A tab allows us to group links or text in one or more places, accordion allows us to group links or text in one or more places ,serve as various
Example 1
Example 1⇑
Example 2⇑
Example 3...⇑
Clasic inputs 1
Clasic inputs are ordinary input and lable for entry:
Clasic inputs 2
Clasic inputs full screen input for entering text in one column
Mluti inputs 1
Mluti inputs Number: where only numbers, checkbox and Radio buttons are entered.
Mluti inputs 2
Time input only time, Date: input only date, Value - example (edit in php mysql) Textarea-input multi text with multi rows and coloumns
Upload image or file
Upload image or some other file in php folder or mysql
Readonly and require fields
Readonly is field without input, Require Date or Text required field which you must fill out.
Selects
Select row (in php mysql), name, text,..
Button
Button for publish, edit, delete, view, cancel, submit,...
Table
Responsive tables allow us to display some values in a table
