diff --git a/cet html/demo.html b/cet html/demo.html new file mode 100644 index 0000000..c2914f4 --- /dev/null +++ b/cet html/demo.html @@ -0,0 +1,149 @@ + + + + + + Practice Sheet + + + +

My Daily Practice Sheet

+

Name: Vijeth P Rai

+

This page is a simple HTML practice sheet, but the theme is a small daily progress tracker.

+ +
+

Today's Goal

+

Learn something small in HTML, CSS, and typing practice every day.

+

Formula example: 102 = 100

+

Water formula: H2O

+
+ +
+

Practice Image

+ Laptop on desk +
+ +
+

Skills I Practiced

+ + + + + + + + + + + + + + + + + + + + + +
Sl NoSkillStatus
1HTML tagsDone
2TypingPending
3CSS basicsDone
+
+ +
+

Checklist

+
    +
  1. Open VS Code
  2. +
  3. Write HTML structure
  4. +
  5. Add CSS styling
  6. +
+ + +
+ +
+

Useful Link

+ Go to Keybr for typing practice +
+ +
+

Mini Form

+
+
+

+ +
+

+ +

Select what you practiced:

+ +
+ + +
+ + +

+ + +
+
+
+

Lorem ipsum dolor sit amet consectetur adipisicing elit.
Inventore quas, commodi necessitatibus maxime quo illum doloremque molestiae nisi veritatis
aspernatur dolores consectetur quasi a amet magni, placeat possimus culpa eaque?

+
+ + diff --git a/html/level 1/comment.html b/html/level 1/comment.html index c478cdf..05d0431 100644 --- a/html/level 1/comment.html +++ b/html/level 1/comment.html @@ -9,5 +9,7 @@

Hello World !!!

+ +

This is my second heading

\ No newline at end of file diff --git a/html/level 2/hr.html b/html/level 2/hr.html index cc62312..c7cf381 100644 --- a/html/level 2/hr.html +++ b/html/level 2/hr.html @@ -9,5 +9,7 @@

testing HR Tag


this is the testing of HR tag

+
+

Horizontal Rule tag is used to create a thematic break in the HTML page

\ No newline at end of file diff --git a/html/level 5/unordered-list.html b/html/level 5/unordered-list.html index f29fd23..f590e9e 100644 --- a/html/level 5/unordered-list.html +++ b/html/level 5/unordered-list.html @@ -3,13 +3,15 @@ - Document + hobbies \ No newline at end of file