0% found this document useful (0 votes)
6 views2 pages

Answer

Server-side programming using PHP Introduce the fundamentals of PHP, including syntax, variables, data types, control structures, and functions Install and configure a local server (e.g., XAMPP, MAMP, or WAMP) to run PHP on their machines Build a basic HTML form (e.g., login, registration, or contact form) and use PHP to process form data on the server side Explore session management using PHP sessions and cookies

Uploaded by

kavigamage62
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views2 pages

Answer

Server-side programming using PHP Introduce the fundamentals of PHP, including syntax, variables, data types, control structures, and functions Install and configure a local server (e.g., XAMPP, MAMP, or WAMP) to run PHP on their machines Build a basic HTML form (e.g., login, registration, or contact form) and use PHP to process form data on the server side Explore session management using PHP sessions and cookies

Uploaded by

kavigamage62
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Powered by AI

Copilot
Sure! Here is a detailed note on HTML text formatting tags based on
your provided structure:
---

**HTML Text Formatting Tags**

**HTML Bold & Strong Text Formatting**


HTML Bold Tag: The HTML <b> element defines bold text, without
any extra importance.
● Example:
HTML Strong Tag: The HTML <strong> element defines strong
text, with added semantic “strong” importance.
● Example:

**HTML Italic and Emphasized Text Formatting**


HTML Italic Tag: The HTML <i> element defines italic text, without
any extra importance.
● Example:
HTML Emphasized Tag: The HTML <em> element defines
emphasized text, with added semantic importance.
● Example:

**HTML Small Text Formatting**


HTML Small Tag: The HTML <small> element defines small text.
● Example:

**HTML Big Text Formatting**


HTML Big Tag: The HTML <big> element defines bigger text. All
text placed between this tag will have bigger text as compared to
normal.
● Example:
Note: The <big> element is not supported in HTML5.

**HTML Marked Text Formatting**


HTML Mark Tag: The HTML <mark> element defines marked text.
All content placed inside this tag will be marked (highlighted).
● Example:

**HTML Deleted Text Formatting**


HTML Deleted Tag: The HTML <del> element defines deleted
(removed) text.
Powered by AI
● Example:

**HTML Inserted Text Formatting**


HTML Inserted Tag: The HTML <ins> element defines inserted
(added) text.
● Example:

**HTML Subscript Text Formatting**


HTML Subscript Tag: The HTML <sub> element defines sub-
scripted text.
● Example:

**HTML Superscript Text Formatting**


HTML Superscript Tag: The HTML <sup> element defines super-
scripted text.
● Example:
---

I hope this helps! If you need any more details or have other
questions, feel free to ask.

You might also like