11 votes
829 views
in Technology by 🪶 Apprentice (880 points)
Who knows any programming language?

I know HTML and a bit from CSS.

3 Answers

2 votes
by 🌌 Galactic Overlord (2.67m points) [prez/mod]

 

 



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 🌌 Galactic Overlord (2.67m points) [prez/mod]
lickety.org
2 votes
by 🪶 Apprentice (830 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 🌟 Mystic (357k points)
I am trying to learn Java, HTML, and CSS but I'm not exactly good at it.

Related questions

11 votes
11 answers 1.7k views
asked Feb 1, 2021 in Technology by ler81602 🪶 Apprentice (1.2k points)
20 votes
15 answers 2.5k views
3 votes
1 answer 202 views
10 votes
3 answers 649 views
9 votes
2 answers 819 views
7 votes
4 answers 694 views
asked Oct 26, 2023 in Polls by o97doge 🪶 Apprentice (1.3k points)
11 votes
2 answers 863 views
3 votes
8 answers 103 views
2 votes
1 answer 75 views
asked Mar 10 in Random Posts by Cool Ballerina 🧝 Drifter (380 points)
5 votes
4 answers 276 views
2 votes
7 answers 497 views
7 votes
8 answers 702 views
11 votes
5 answers 577 views
9 votes
3 answers 191 views
10 votes
5 answers 484 views
asked Apr 29, 2025 in Other by ΣαΩ 🔮 Warlock (58.6k points)
4 votes
6 answers 1.6k views
asked May 9, 2024 in Travel by Ha
14 votes
8 answers 1.6k views
15 votes
5 answers 998 views
asked Sep 23, 2023 in Foreign Languages by Johnny Joe Johnson 💫 Luminary (155k points)
8 votes
11 answers 2.1k views
asked Apr 9, 2021 in Other by TomBoyFoxGrl ⚗️ Conjurer (17.8k points)
19 votes
1 answer 724 views
asked Jan 23, 2017 in Foreign Languages by jazzlinny 🌀 Sorcerer (46.7k points)
36 votes
34 answers 10.2k views
asked Aug 23, 2016 in Today I Learned... by rae 🔥 Spellbinder (114k points)
23 votes
7 answers 1.4k views
asked Mar 30, 2013 in Foreign Languages by smile828 🌀 Sorcerer (35.5k points)
...