CHAPTERTWO
Be focused and you will archive alot. choose your ON C#
Explore moreBe focused and you will archive alot. choose your ON C#
Explore moreHyperlinks allow users to navigate between pages, sections, or external sites.
Specifies the URL of the link.
Specifies where to open the link (_blank, _self).
Defines a hyperlink.
Forms are used to collect user input, such as text, dates, selections, and more. HTML provides various input elements to make forms interactive.
* <form>: Defines a form. * <input>: Defines an input field for user data. * <head>: Contains metadata (data about the HTML document). * <textarea>: Defines a multi-line text input. * <button>: Defines a clickable button. * <select>: Defines a dropdown list. * <option>: Defines an option in a dropdown list. *<label>: Defines a label for an input element. * <fieldset>: Groups related elements in a form. * <legend>: Defines a title for a <fieldset>. *<input type="text">: A single-line text input. * <input type="radio">: Closes the unordered list. * <input type="checkbox">: A checkbox, allowing multiple selections.
<form action="/submit" method="POST"> <label for="name">Name:</label> <input type="text" id="name" name="name"> <label for="message">Message:</label> <textarea id="message" name="message"></textarea> <button type="submit">Submit</button> </form> <select name="country"> <option value="usa">USA</option> <option value="uk">UK</option> </select> <input type="radio" name="gender" value="male"> Male <input type="radio" name="gender" value="female"> Female <input type="checkbox" name="subscribe" value="yes"> Subscribe to newsletter
Tables help display data in a tabular format, using rows and columns. HTML provides specific tags to create and structure tables.
1. <table>: Defines a table. 2. <tr>: Defines a table row. 3. <th>: Defines a table header cell. 4. <td>: Defines a table data cell. 5. <caption>: Defines a caption for the table. 6. <col>: Specifies column properties. 7. <colgroup>:Groups columns for styling. 8. <thead>: Groups the header content in a table. 9. <tbody>: Groups the body content in a table. 10. <tfoot>: Groups the footer content in a table. 11. <tr>: Starts a new row in the table. 12. <td>: Starts a new data cell in a table row.
<table> <caption>Student Grades</caption> <thead> <tr> <th>Name</th> <th>Subject</th> <th>Grade</th> </tr> </thead> <tbody> <tr> <td>John Doe</td> <td>Math</td> <td>A</td> </tr> </tbody> <tfoot> <tr> <td colspan="3">End of Grades</td> </tr> </tfoot> </table>
Name | Subject | Grade |
---|---|---|
John Doe | Math | A |
End of Grades |
vildash network team has had alot of impact on others but here are the vildash network team testimonies and expirience while working with the team
you can now connect and text other users from our database. you just neeed to click bellow to message them
WE HAVE CODE EDITORS FOR LANGUAGES LIKE C, C#, C++, HTML, CSS, javascript, JAVA VISUAL BASIC
We dont just teach you to code we teach you to code and build amazing systems.we are group of expert who wants to promote our field of studies