What are the basic tags for these HTML thingies?

  • Thread starter Thread starter Hunter
  • Start date Start date
H

Hunter

Guest
I need to know these. Please help me, I tried so hard, couldn't even put any text in it :(

1. Title
2.Heading
3.Image
4.horizontal lines
5.table
6.text
7.Form Action
a.Input type
b.Name
c.Value
d.Select
 
1. Title <title>
2. Heading <h1><h2><h3><h4><h5><h6>
3. Image <img>
4. horizontal lines <hr> (Horizontal Rule)
5. table <table>
6. text most tags would work, but usually <p> (paragraph)
7. Form Action <form>
a. Input type <input>
b. Name name="" (this is not tag, but attribute)
c. Value value="" (also an attribute)
d. Select <select>

It's so easy... if you put the questions into square brackets, you'll get nearly 90% correct.
 
Back
Top