Website Basics & HTML

Get Started. It's Free
or sign up with your email address
Website Basics & HTML by Mind Map: Website Basics & HTML

1. FRAME

2. Server

2.1. ACCEPT THE REQUEST FROM THE CLIENT

3. Basic internet protocol

3.1. TCP/IP

3.2. DNS/UDP

3.3. HIGHER LEVEL PROTOCOL

4. WEB CLIENT

4.1. BROWSER FUNCTION

4.2. URL

5. FUNDAMENTAL HTML ELEMENTS

5.1. Headings,spacing Pre,br

5.2. Formatting text phrases :span,strong,tt,hr

5.3. Image & link tags

6. WWW

6.1. WWWis an information system where documents and other web resources are identified by Uniform Resource Locators (URLs, such as https://www.example.com/), which may be interlinked by hypertext, and are accessible over the Internet.

7. Relative URL

7.1. A relative URL is any URL that doesn't explicitly specify the protocol

8. HTML

8.1. LIST

8.1.1. <ul> Defines an unordered list <ol> Defines an ordered list <li> Defines a list item <dl> Defines a description list

8.2. TABLE

8.2.1. <table> Defines a table <th> Defines a header cell in a table <tr> Defines a row in a table <td> Defines a cell in a table

8.3. FORM

8.3.1. <input> <textarea> <button> <select> <option> <optgroup> <fieldset> <label> <output>

8.4. FRAMES

9. WEB SERVER

9.1. SECURE SERVER

9.2. CONFIGURATION

9.3. LGGING

9.4. HOST

10. HTTP

10.1. HTTP REQUEST

10.1.1. Request URI

10.1.2. Request Method

10.1.3. Header Field

10.2. HTTP RESPONSE

10.2.1. Response status file

10.2.2. Response Header

10.2.3. Cache contrl