HTML
- Introduction to HTML.
- Tag, Element, and Attribute.
- Basic Structure of HTML.
- <!DOCTYPE>
- <html>
- <head>
- <title>
- <body>
- <meta>
- Extension and saving method.
Code Editor
- Introduction to Code Editor.
- Install and set up Microsoft Visual Studio Code.
- Root Folder in VS Code.
- Text Editing Elements.
- <h1> -<h6>
- <p>
- <b>
- <I>
- <u>
- <del>
- <sub>
- <sup>
- <br>
- <hr>
- Comment in HTML.
- Image and its attribute.
- <img/>
- src
- title
- width
- height
- alt
- align
- Anker link
- <a>
- href
- target (_self, _blank)
- Unorder & Order List
- <ul> (Unorder)
- <ol> (Order)
- <li>
- type
- start
- Table and its attributes
- <table>
- <tr>
- <td>
- <th>
- border
- cellspacing
- colspan
- rowspan
- bordercolor
- bgcolor
- Form and its attributes.
- <form>
- method
- action
- type
- name
- value
- <textarea>
- cols
- rows
- <input>
- <select>
- <option>
- Id and class
Now move on to Chapter 03 "Soon"
0 Comments