These are the topics that we have implemented
⟸ These are the implemented topics ⟹
-
Topics are
-
-
Font ⟹ used to define functionalities of font
-
Used attributes :
- face ⟶ Defines font styles
- size ⟶ Defines font size
- color ⟶ Defines font color
- style with text align ⟶ Defines the position of text within font tag
- Tooltip ⟹ Tooltip is written using [title=""] (The tooltip, also known as infotip or hint, is a common graphical user interface (GUI) element in which, when hovering over a screen element or component, a text box displays information about that element)
-
Anchor ⟹ This tag is used to embed a link with a text(Hyperlink)
- Link within a text
- Link within a image
-
Used attributes :
- target ="_main" ⟶ Used to open the link in another page
- Image ⟹ To add image
- Bold ⟹ Make texts big
- Italian ⟹ Make texts Italian
- Underline ⟹ Make texts underlined
-
marquee ⟹ make contents movable
-
Used attributets :
- behaviour ⟶ defines the moving attribute of content
- direction ⟶ defines in which directin content will move
- scrollamount ⟶ defines how fast the content will move
- Button ⟹ Used to make a text or image a clickable button
- Break ⟹ To add a new line
- Horizontal line ⟹ To add a new visible horizontal line [with added colors]
- Quotation ⟹ To insert a content inside a quotaion
- Content Editable ⟹ To make a content editable on the website
- Subscript ⟹ To make a content look like this ⊨ C + O ⟶ CO2
- Superscript ⟹ To make a content look like this ⊨ (a + b)3 = a3 + 3a2b + 3ab2 + b3
- Pre ⟹ Used to display a text as it is (With the spaces and line break)
- section ⟹ These tag defines a section document
- emphasize ⟹ These tag converts the text into italic to emphasize it
- mark ⟹ These tag marks an important content
- del ⟹ These tag usually strikes a line through the deleted text
- span ⟹ These tag takes as much space as the content needs inside this tag
-
Table ⟹ These tag is used to make tables using data
-
Three parts of Table :
- thead ⟶ This tag is the header part of a table
- tbody ⟶ This tag is the body part of a table
- tfoot ⟶ This tag is the footer part of a table
- rowspan ⟶ It defines a single column will occupy how many rows
- colspan ⟶ It defines a single column will occupy how many columns
- Example
-
Form ⟹ These tag is used to make a form
-
Two parts of Table :
- label ⟶ This tag is the header part of a table
- input ⟶ This tag is the body part of a table
- Example
- div ⟹ This tag defines a division or a section in an HTML document
- span ⟹ These tag takes as much space as the content needs inside this tag
-
dl ⟹ Description list
- dt ⟶ Defines term/name in a decription list
- dd ⟶ Describes term/name in a decription list
- ul ⟹ Defines an unordered(bulleted) list using square and round shapes
- ol ⟹ Defines an ordered list using numbers
- li ⟹ Defines a list item
- Header ⟹ Defines header part of a website
- Main ⟹ Defines main part of a website that lies between Header and Footer
- Footer ⟹ Defines footer part of a website