This is my first personal website project, built using HTML to showcase my professional profile, skills, and academic focus in Artificial Intelligence.
You can visit my live website here: musababdullah.free.nf
- Name: Eng. Musab
- Company: Smart Methods
- Specialization: AI Student at Taibah University (Machine Learning & NLP)
index.html: The main web page containing the structure and text of the website.github_picture.png: The profile/screenshot image used in the layout.
- HTML5 Structure: Used headings (
<h1>,<h2>), paragraphs (<p>), bold text (<b>), and horizontal dividers (<hr>). - Images & Links: Integrated profile images via
<img>and hyperlinked external platforms using<a>. - Lists: Structured core computing tools and skills utilizing unordered lists (
<ul>&<li>). - Inline Styling: Adjusted visibility and text layout using the
styleattribute (e.g.,font-sizeand imagewidth).