Skip to content

Commit 4d08cf4

Browse files
improve placeholders
1 parent 19bbcf0 commit 4d08cf4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -277,22 +277,22 @@ <h1>Choose a License for Your Work</h1>
277277

278278
<div>
279279
<label for="title">Title of work</label>
280-
<input type="text" id="title" name="title" placeholder="title" />
280+
<input type="text" id="title" name="title" placeholder="Untitled" />
281281
</div>
282282

283283
<div>
284284
<label for="creator">Creator of work</label>
285-
<input type="text" id="creator" name="creator" placeholder="creator" />
285+
<input type="text" id="creator" name="creator" placeholder="Jane Doe" />
286286
</div>
287287

288288
<div>
289289
<label for="work-link">Link to work</label>
290-
<input type="text" id="work-link" name="work-link" placeholder="work link" />
290+
<input type="url" id="work-link" name="work-link" placeholder="https://creativecommons.org" />
291291
</div>
292292

293293
<div>
294294
<label for="creator-link">Link to Creator Profile</label>
295-
<input type="text" id="creator-link" name="creator-link" placeholder="creator link" />
295+
<input type="url" id="creator-link" name="creator-link" placeholder="https://creativecommons.org" />
296296
</div>
297297

298298
<div>

0 commit comments

Comments
 (0)