Skip to content

Commit d3ec79e

Browse files
authored
add tags
1 parent 30f7aac commit d3ec79e

1 file changed

Lines changed: 54 additions & 0 deletions

File tree

src/articles/create/create-article.html

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,60 @@ <h2 id="head1">Create an Article to Programmer Netlink</h2>
2626
<textarea type="text" id="course-description" name="course-description" required minlength="3" maxlength="550" placeholder="What is this Article about?"></textarea>
2727
<br>
2828

29+
<p>Tag <span class="red-asterisk">*</span></p>
30+
<select id="tag" required>
31+
<option>Main Topic of This Article</option>
32+
<option>ada</option>
33+
<option>assembly</option>
34+
<option>awk</option>
35+
<option>bash</option>
36+
<option>c</option>
37+
<option>c#</option>
38+
<option>c++</option>
39+
<option>clojure</option>
40+
<option>cobol</option>
41+
<option>coffeescript</option>
42+
<option>commonlisp</option>
43+
<option>crystal</option>
44+
<option>css</option>
45+
<option>dart</option>
46+
<option>elixir</option>
47+
<option>elm</option>
48+
<option>erlang</option>
49+
<option>f#</option>
50+
<option>fortran</option>
51+
<option>go</option>
52+
<option>groovy</option>
53+
<option>haskell</option>
54+
<option>html</option>
55+
<option>java</option>
56+
<option>javascript</option>
57+
<option>julia</option>
58+
<option>kotlin</option>
59+
<option>lua</option>
60+
<option>matlab</option>
61+
<option>objectivec</option>
62+
<option>ocaml</option>
63+
<option>pascal</option>
64+
<option>perl</option>
65+
<option>php</option>
66+
<option>python</option>
67+
<option>r</option>
68+
<option>react</option>
69+
<option>reactnative</option>
70+
<option>ruby</option>
71+
<option>rust</option>
72+
<option>scala</option>
73+
<option>scheme</option>
74+
<option>sql</option>
75+
<option>swift</option>
76+
<option>typescript</option>
77+
78+
79+
</select>
80+
81+
<br>
82+
2983

3084
<p>Article Content<span class="red-asterisk">*</span></p>
3185
<br>

0 commit comments

Comments
 (0)