From 175a90882f141a6d2396f5856b38b80c627e6e3d Mon Sep 17 00:00:00 2001 From: Peace Date: Tue, 25 Jun 2024 16:36:51 +0900 Subject: [PATCH] bootstrap practice 1 --- Practice/P1/default.html | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 Practice/P1/default.html diff --git a/Practice/P1/default.html b/Practice/P1/default.html new file mode 100644 index 0000000..5627bbd --- /dev/null +++ b/Practice/P1/default.html @@ -0,0 +1,39 @@ + + + + + + + + + P1 + + +
+
+

+ CSS Practice-1 +

+
+
+

+ Department: Computer Engineering
+ Student Name: Hong Kil Dong
+ Student ID: 20240625 +

+
+
+ +

+ Example +

+ + <h1>Hello World</h1> + <p>Loream ipsum...</p> + + +
+
+
+ + \ No newline at end of file