Μάθημα : Πληροφορική Α Λυκείου
Κωδικός : 0551074409
0551074409 - ΑΝΑΣΤΑΣΙΟΣ ΛΕΪΜΟΝΗΣ
Περιγραφή Μαθήματος

- Το μάθημα δεν διαθέτει περιγραφή -
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HTML Text Formatting Examples</title>
</head>
<body>
<h1>HTML Text Formatting Examples</h1>
<h2>Bold and Important Text</h2>
<p><b>This is bold text</b></p>
<p><strong>This is important text</strong></p>
<h2>Italic and Emphasized Text</h2>
<p><i>This is italic text</i></p>
<p><em>This is emphasized text</em></p>
<h2>Marked (Highlighted) Text</h2>
<p><mark>This text is highlighted</mark></p>
<h2>Smaller Text</h2>
<p><small>This text is small</small></p>
<h2>Deleted and Inserted Text</h2>
<p><del>This text is deleted</del></p>
<p><ins>This text is newly inserted</ins></p>
<h2>Subscript & Superscript</h2>
<p>Water formula: H<sub>2</sub>O</p>
<p>Einstein's equation: E = mc<sup>2</sup></p>
</body>
</html>
Ημερολόγιο
Ανακοινώσεις
Όλες...- - Δεν υπάρχουν ανακοινώσεις -