I'm making a BIODATA using html codes . and I can't make the textbox align using html and i'm still a beginner . My teacher said that we're not allowed to use CSS codes ( html only ) . Can anyone care to help me? . Here's what i've already done .
BIO-DATA
PERSONAL DATA:
. I need it by now :) .Hope it works .
Six answers:
2012-09-02 19:22:20 UTC
Your teacher is a num-nuts as the code he is forcing you to use has been outdated for years!!!! He needs to come into this century and have you learn the CORRECT way to code. You are going to develop really bad habits that will be hard to break if you keep learning how to code badly.
Ron
2016-12-14 13:35:34 UTC
Html Textbox Align
Robin
2012-09-03 04:45:39 UTC
Take a look at this link:
http://www.w3schools.com/html/html_tables.asp
Tables (
) are a great way to align content in equal columns.
Do something like this:
First name:
Last name:
etc.
pops
2012-09-02 12:35:14 UTC
Use HTML Tables to align the form
2016-04-07 12:13:54 UTC
For the best answers, search on this site https://shorturl.im/axXJu
Well you're mixing old ways, now deprecated, with the new ways. Look for some CSS tutorials, that will be the easier and quickest way to explain it. Good Luck. Cheers, Gitlez
Ben
2012-09-02 14:37:51 UTC
With the simple HTML tags
, you can align anything you want to, whether it is a textbox, or a picture, a video, or even an iFrame. It works.
ⓘ
This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.