Create a simple ATS (Applicant Tracking System) Friendly Resume using only basic HTML tags. This activity helps students practice fundamental HTML concepts while understanding how resumes are structured for automated recruitment systems.
An Applicant Tracking System (ATS) is software used by employers to scan, store, and filter resumes before they reach recruiters.
Create a single HTML webpage that contains the following sections:
| HTML Tag | Purpose |
|---|---|
| <html> | Root element |
| <head> | Document information |
| <title> | Browser title |
| <body> | Visible content |
| <h1> to <h3> | Headings |
| <p> | Paragraphs |
| <font> | Font styling (learning purpose) |
| <img> | Profile image |
| <a> | Hyperlinks |
| <ul> | Unordered list |
| <ol> | Ordered list |
| <li> | List item |
| <table> | Create tables |
| <tr> | Table row |
| <th> | Table heading |
| <td> | Table data |
| <hr> | Horizontal line |
| <br> | Line break |
| <center> | Center alignment (learning purpose) |
A clean, well-structured ATS-friendly resume webpage created using only the basic HTML tags listed above.
As a reference follow the same pattern in designing the resume as given below