Kunlexloaded | Entertainment | Webmaster | Info Portal
Login Or Register The New Features

Join the forum, it's quick and easy

Kunlexloaded | Entertainment | Webmaster | Info Portal
Login Or Register The New Features
Kunlexloaded | Entertainment | Webmaster | Info Portal
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Latest topics
» Java app: Opera mini 4.21.jar
How to make the input box bigger in HTML? EmptyFri Sep 23, 2022 9:26 am by Adminkunlex

» Java app: Oxford English Dictionary 240x320.jar
How to make the input box bigger in HTML? EmptyFri Sep 23, 2022 9:24 am by Adminkunlex

» Pastor Lines Up Bachelors In Church, Asks Single Ladies To Select For Marriage (Video)
How to make the input box bigger in HTML? EmptyTue Sep 13, 2022 6:14 am by Adminkunlex

» Watch The Moment Portable Went Crazy At An Event
How to make the input box bigger in HTML? EmptyMon Sep 12, 2022 9:28 pm by Adminkunlex

» Jimi Odukoya Steals The Show At Woman King's Movie Premiere
How to make the input box bigger in HTML? EmptyMon Sep 12, 2022 9:21 pm by Adminkunlex

» Jimi Odukoya Steals The Show At Woman King's Movie Premiere
How to make the input box bigger in HTML? EmptyMon Sep 12, 2022 9:21 pm by Adminkunlex

» Asthmatic Boy Collapses As Police Invade A Church In Delta (Video)
How to make the input box bigger in HTML? EmptyMon Sep 12, 2022 9:15 pm by Adminkunlex

» Ernest Obi: Any Man Who Doesn’t Sexually Satisfy His Partner Should Be Locked Up
How to make the input box bigger in HTML? EmptyMon Sep 12, 2022 1:57 pm by Adminkunlex

» Pastor Tobi, Davido, Zlatan Pray And Dine With Eniola Badmus On Her Birthday
How to make the input box bigger in HTML? EmptyFri Sep 09, 2022 7:07 pm by Adminkunlex

» BBNaija: Eloswag's Mother Begs Nigerians To Vote For Him (Photos, Video)
How to make the input box bigger in HTML? EmptyThu Sep 08, 2022 6:22 am by Adminkunlex

» Asa Sings 'Fire On The Mountain' In Front Of Buhari At NNPC Relaunch
How to make the input box bigger in HTML? EmptyTue Jul 19, 2022 10:36 pm by Adminkunlex

» Simi Reacts As Female Fan Rocks Adekunle Gold On Stage In Uganda [Pics]
How to make the input box bigger in HTML? EmptyTue Jul 19, 2022 10:31 pm by Adminkunlex

» Banky W & Adesua Etomi Attend Mercy Chinwo's Wedding Event (Photos)
How to make the input box bigger in HTML? EmptyTue Jul 19, 2022 10:28 pm by Adminkunlex

» Burna Boy Meets Mia Mottley, The Prime Minister Of Barbados (Pics)
How to make the input box bigger in HTML? EmptyTue Jul 19, 2022 10:24 pm by Adminkunlex

» Waje – All Day ft. Tiwa Savage
How to make the input box bigger in HTML? EmptyTue Jul 19, 2022 6:54 am by Adminkunlex

» [Music] Adekunle Gold – 5 Star Mp3
How to make the input box bigger in HTML? EmptyTue Jul 19, 2022 6:52 am by Adminkunlex

» [Music] DJ Tunez – Already ft. Amexin
How to make the input box bigger in HTML? EmptyTue Jul 19, 2022 6:51 am by Adminkunlex

» [Music] Olakira – Polongo Mp3
How to make the input box bigger in HTML? EmptyTue Jul 19, 2022 6:50 am by Adminkunlex

» [Music] Chike – Hard To Find ft. Flavour Mp3
How to make the input box bigger in HTML? EmptyTue Jul 19, 2022 6:48 am by Adminkunlex

» [Music] Iyanya – Like ft. Davido & Kizz Daniel
How to make the input box bigger in HTML? EmptyTue Jul 19, 2022 6:47 am by Adminkunlex

» Java Game: LEGO Batman.jar
How to make the input box bigger in HTML? EmptyMon Jul 18, 2022 6:10 am by Adminkunlex

» Java Game: Lost Empire.jar
How to make the input box bigger in HTML? EmptyMon Jul 18, 2022 6:05 am by Adminkunlex

» Actor Uche Odoputa Weds In The UK (Photos)
How to make the input box bigger in HTML? EmptySun Jul 17, 2022 12:51 pm by Adminkunlex

» Comedienne Princess Lays Heavy Curses On Yomi Fabiyi And Others
How to make the input box bigger in HTML? EmptySun Jul 17, 2022 12:48 pm by Adminkunlex

» Tiwa Savage Bags Honorary Degree From The University Of Kent, UK (photos)
How to make the input box bigger in HTML? EmptySun Jul 17, 2022 12:47 pm by Adminkunlex

Most Used Keywords




How to make the input box bigger in HTML?

Go down

How to make the input box bigger in HTML? Empty How to make the input box bigger in HTML?

Post by Adminkunlex Thu Dec 24, 2020 8:59 pm

If you want to make input box bigger in html then use CSS (Cascading Style Sheets) then you can modify height and width of input box according to your need and if you want a control that allows you to text over multiple rows then you can use textarea
tag here also you can use CSS to modify its height and width.
The code followed below-
<html>
<body>
<p>Address:</p>
<textarea></textarea><!--multi line text input control --
>
<p>Name:</p>
<input type="text"/>
<p>Name:</p>
<!--Here applying CSS you can modify height and
width of input box-->
<input type="text" style="height:100px; width:350px;"/>
<p>Address: </p>
<textarea style="height:250px; width:350px;"></
textarea>
</body>
</html>

Adminkunlex
Admin

Posts : 1203
Join date : 2019-07-15
Age : 24
Location : Ikirun, Osun State

https://kunlexloaded.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum