From a9f9d024f404aed25da0c5c4cc36721f70c6666a Mon Sep 17 00:00:00 2001 From: raja Date: Tue, 12 Oct 2021 21:53:43 +0530 Subject: [PATCH] #1 --- external.css | 30 +++++++++++++++ index.html | 104 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 134 insertions(+) create mode 100644 external.css create mode 100644 index.html diff --git a/external.css b/external.css new file mode 100644 index 0000000..4d3345b --- /dev/null +++ b/external.css @@ -0,0 +1,30 @@ +label{ + color: yellow !important; +} +#password2{ + color: magenta !important; +} +#saitm{ + color: greenyellow !important; + +} +.username{ + color: red !important; + border-width: 13px; + margin: 10px; + +} +.password2{ + background-color:coral; + font-family:Georgia, 'Times New Roman', Times, serif; +} +.fontType{ + font-size: 30px; + +} +.name{ + border:red ; + background-color: blue; + margin: ; + padding: 100px; +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..dff9214 --- /dev/null +++ b/index.html @@ -0,0 +1,104 @@ + + + + HI IT IS NEW TITLE + + + + + + + + +

Backtracking gg

+

copyright ©2000 since ₹

+

(for paragraph righting )the usual scenio(for changing font from normal to italic) is that you are
faced with a number of option ,and you must choose one of these .after you will get a new set of option just what set of option ;just what set of option you get depends on what choice you made .this procedure is repeated over and over until you reach a final state; if you made a good sequence of choice ,your final state is a goal state:if you didn't

+

for another paragraph(for corres marking word) line also(for highliting a word) break

+ + + +
    for ordered list +
  1. list item 1
  2. +
  3. list item 2
  4. +
  5. list item 3
  6. +
+ +
"for adding horizontal line" + +
for same size and font type use pre : boolean solve(Node n) {
+      if n is a leaf node {
+          if the leaf is a goal node, return true
+          else return false
+      } else {
+          for each child c of n {
+              if solve(c) succeeds, return true
+          }
+          return false
+      }
+  }
+ this is the link(can add a message) + click me for html link +
+
+ +
+ +
+ +
+ +
+ +
+