summaryrefslogtreecommitdiff
path: root/temeller_5.html
diff options
context:
space:
mode:
authorB4rkod <void@Asena.localdomain>2023-11-07 10:44:16 +0300
committerB4rkod <void@Asena.localdomain>2023-11-07 10:44:16 +0300
commit1d7b277171576ddaad6fe42bf8d4fc944e65f10b (patch)
tree8adfcb26911c8d865951512e23bb9e764883ef27 /temeller_5.html
parentb40143d6d1eeef46a60a5f16c9d7c4c1ce18ef25 (diff)
html
Diffstat (limited to 'temeller_5.html')
-rw-r--r--temeller_5.html29
1 files changed, 29 insertions, 0 deletions
diff --git a/temeller_5.html b/temeller_5.html
new file mode 100644
index 0000000..c8646a0
--- /dev/null
+++ b/temeller_5.html
@@ -0,0 +1,29 @@
+<html> <head >
+ <title>
+ Web tasarım Temelleri 5
+ </title>
+</head>
+<body bgcolor="#282828">
+<font color="#ebdbb2" size="4">
+
+Rastgele link Listesi
+
+ordered list
+<ol >
+ <li> char 1
+ <li> char 2
+ <li> char 3
+ <ul>
+ <li> char 2 1
+ <li> char 2 2
+ <li> char 2 3
+ </ul>
+</ol>
+unordered list
+<ol type="A" start="1">
+ <li> <a href="https://google.com" >"Google" </a>
+ <li> <a href="https://omu.edu.tr" >"Omu" </a>
+ <li> <a href="https://Wikipedia.org" >"wiki" </a>
+</ol>
+
+</font> </body> </html>