+8 votes
343 views
in Technology by (800 points)
Who knows any programming language?

I know HTML and a bit from CSS.



3 Answers

+2 votes
by (1.34m points)

 

 



I have a website with this code:
<form autocomplete="off" action='/search-results.html' id='search-form' method='get' target='_top'>
  <input id='search-text' name='q' placeholder= "Search Lickety!" type='text'/>
  <button id='search-button' type='submit'>
  <span>Search</span>
  </button>
  </form>
  </div>
  <style>
  #search-box {
  position: relative;
  width: 100%;
  margin: 0;
  }
   
  #search-form
  {
  height: 40px;
  border: 1px solid #999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
  }
   
  #search-text
  {
  font-size: 14px;
  color: #ddd;
  border-width: 0;
  background: transparent;
  }
   
  #search-box input[type="text"]
  {
  width: 90%;
  padding: 11px 0 12px 1em;
  color: #333;
  outline: none;
  }
   
  #search-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 42px;
  width: 80px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 42px;
  border-width: 0;
  background-color:#2B60DE;
  -webkit-border-radius: 0px 20px 20px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
  cursor: pointer;
  }
  </style></div>
   
   
   
by
+1
What is the website called?
by (1.34m points)
lickety.org
+2 votes
by (740 points)
i have wanted to learn lua (mainly for gmod) but also tried html. im busy with school so i dont get mutch practice time or learn time
+3 votes
by (350k points)
I am trying to learn Java, HTML, and CSS but I'm not exactly good at it.



Related questions

+8 votes
11 answers 446 views
+15 votes
15 answers 849 views
+6 votes
2 answers 124 views
+6 votes
4 answers 94 views
asked Oct 26, 2023 in Polls by o97doge (1.0k points)
+8 votes
1 answer 341 views
+7 votes
8 answers 200 views
+6 votes
4 answers 122 views
asked Sep 23, 2023 in Foreign Languages by Johnny Joe Johnson (130k points)
+4 votes
11 answers 551 views
asked Apr 9, 2021 in Other by TomBoyFoxGrl (13.6k points)
+11 votes
1 answer 264 views
+26 votes
34 answers 5.0k views
asked Aug 23, 2016 in Today I Learned... by rae (110k points)
+9 votes
4 answers 551 views

Recent Badges

Notable Question
Asked question received 50 views
- GravityCentered -
Popular Question
Asked question received 100 views
- -Inga The Finnish A -
Popular Question
Asked question received 100 views
- Nordic_Genealogist -
Popular Question
Asked question received 100 views
- Pizzalover44 -
Popular Question
Asked question received 100 views
- HorseLover -
...