List:
=====
Description List/Definition List:
=================================
HTML:
Hyper Text Markup Language
Tag Based Language
required to display the content using tags on the browser
CSS:
Cascading Stylesheet
Property based language
can define the styles to the web content
JavaScript:
Statement based language
can define the functionality
tag ==>
==> description list tag
Syntax:
==> can use to define the description list
- ==> description term
Syntax:
- Description Term
- ==> Description Data
Syntax:
- content/definition
Syntax for Description list:
- term-1:
- definition
===================================================
Description List
UI Terminology
- HTML:
-
- Hyper Text Markup Language
- Tag Based Language
- required to display the content using tags on the browser
- CSS:
-
- Cascading Stylesheet
- Property based language
- can define the styles to the web content
- JavaScript
-
Statement based language
can define the functionality
==========================================
normal representation:
to
Text Formats
Images
Links
List
Student data:
============
name1 ==> 77
name2 ==> 88
name3 ==> 68
Tables
======
==> table is the combination of rows and columns.
==> row ==> horizontal partition of the table
==> column ==> vertical partition of the row
:
=======
Syntax:
Note:
======
tag cannot display the table with borders by default
(table head tag):
=====================
Syntax:
| |
(table row)
================
Syntax:
(table data tag)
====================
Syntax:
| value |