├── README.md ├── images └── cv_photo.png └── index.html /README.md: -------------------------------------------------------------------------------- 1 | # HTML Course & Project plan 2 | 3 | 1. Introduction 4 | 5 | - what is HTML? Why HTML? History of HTML 6 | - Advantages, Disadvantages of HTML 7 | - Content, Tag, Element, Attribute 8 | - Types of Tags -> container tag/pair tag, empty tag 9 | - Basic structure of HTML 10 | 11 | ```html 12 | 13 | 14 | 15 | 16 | 17 | 21 | Document 22 | 23 | 24 | 25 | ``` 26 | 27 | - Inside Head tags (add title, link css file) 28 | `Document` 29 | - Comments (add comments for all sections) 30 | 31 | ```html 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | ``` 53 | 54 | - HTML Validation (check validity) 55 | 56 | 2. Typography 57 | 58 | - Headings, Horizontal rule, Line break 59 | 60 | ```html 61 | 62 |

Anisul Islam

63 |
64 | 65 | 66 | 67 |

Summary

68 | 69 | 70 | 71 |

Employment History

72 | 73 | 74 | 75 |

Education

76 | 77 | 78 | 79 |

Skills

80 | 81 | 82 | 83 |

Contact

84 | 85 | 86 | 87 | 88 | ``` 89 | 90 | - Paragraphs 91 | 92 | ```html 93 | 94 |

Summary

95 |

96 | A Software, web & cloud development graduate, an experienced full-stack 97 | software developer with a diverse and interesting technical background. 98 | Last 8 years trained millions of students in JavaScript, TypeScript, 99 | React.js, REST API, C++, Python, Java and many other subjects related to 100 | software development through a YouTube channel where 1,800 videos were 101 | uploaded and gained 3,33,000 subscribers. 102 |

103 | 104 | 105 | 106 |

Developed with love by Anisul Islam

107 |

Copyright copy 2022

108 | 109 | ``` 110 | 111 | - Text-formatting tags -> b, strong, i, em, u, span, mark, sup, sub, pre, del 112 | 113 | - add strong tag inside header `Software Developer` 114 | - add italic tag inside h2 tag of all other sections `

Summary

` 115 | 116 | - Entity, Symbol & Emoji 117 | - add entity to footer 118 | ```html 119 | 120 |

Developed with ♥ by Anisul Islam

121 |

Copyright ©2022

122 | 123 | ``` 124 | 125 | 3. List, Link, Images, Frames, Media 126 | 127 | - List: Ordered List, Unordered List, Definition List 128 | 129 | ```html 130 | 131 |

Employment History

132 |
    133 |
  1. 134 | Junior Software Developer at M-Files 135 | | DEC 2021 - JAN 2022 136 |

    Developed & tested M-Files React Metadata Card

    137 |
  2. 138 | 139 |
  3. 140 | Research Assistant, Tampere University, Tampere 141 | | Nov 2020 - JAN 2021 142 |

    143 | developed a full-stack website for the users to explore and select 144 | open-source software. Technologies used: JavaScript, React, Node, 145 | Express, MongoDB. 146 |

    147 |
  4. 148 | 149 |
  5. 150 | Project Team Leader, Demola Global 151 | | Nov 2020 - JAN 2021 152 |

    153 | Led and delivered a project to a client, M-Files to update the core 154 | application. 155 |

    156 |

    157 | Prepared & conducted user tests and reported findings to the client, 158 | M-Files. 159 |

    160 |
  6. 161 |
162 | 163 | 164 | 165 |
166 |

Education

167 | 179 |
180 | 181 | ``` 182 | 183 | - Link 184 | 185 | ```html 186 | 187 |

Anisul Islam

188 | Software Developer 189 |

190 | Website 191 | LinkedIn 194 | GitHub 195 | Facebook Page 198 | Phone 199 | Email 200 |

201 | 202 |
203 | 204 | ``` 205 | 206 | - Image 207 | 208 | ```html 209 | 210 |

Anisul Islam

211 | cv_photo
212 | Software Developer 213 | ``` 214 | 215 | - Frames (add a youtube video / map using iframe) 216 | 217 | ```html 218 | 219 |

Contact

220 | 229 | 230 | ``` 231 | 232 | - Audio, Video 233 | 234 | 4. Table, Form 235 | 236 | - Table example 237 | 238 | ```html 239 | 240 |

Skills

241 | 242 | 243 | 244 | 245 | 246 | 247 | 248 | 249 | 250 | 251 | 252 | 253 | 254 | 255 | 256 | 257 | 258 |
TechnologiesSkill Level
C, C++★★★★☆
Java★★★★☆
259 | ``` 260 | 261 | - Form example 262 | 263 | - add label, input-text, email, submit, button, text-area 264 | - required 265 | 266 | ```html 267 | 268 |

Contact

269 |
270 |
271 | 272 | 273 |
274 |
275 | 276 |
277 | 278 | 279 |
280 |
281 | 282 |
283 | Gender: 284 | 285 | 286 | 287 | 288 |
289 |
290 | 291 |
292 | 293 | 298 |
299 |
300 | 301 |
302 |
303 | 304 |
305 |
306 | 307 |
308 | 309 |
310 |
a 311 | 312 | 313 | 314 | ``` 315 | 316 | 5. Semantic HTML 317 | 318 | - HTML5 Semantic elements: