Hi, I'm Muhammad ๐
Aspiring frontend developer building my foundation in HTML, CSS, and JavaScript for responsive websites!
Follow my journey as i learn, code, and create.
#FrontendDevelopment#WebDev#Coding#FrontEnd#journey
Day 24 of my #30daysofcoding ๐ป
Today I learned how to create tables with HTML! Use <table>with <tr>(table rows), <td>(data cells), <th>(headers), and <tfoot> (footer)โperfect for tabular data like schedules, not layouts.
#30DaysChallenge#Day24#HTMLTables#FrontendJourney
Day 23 of my #30daysofcoding ๐ป
Today i learned form fields for user choices!
Three types: <select> with <option> for drop-down, <input type="radio">for single picks, and <input type="checkbox"> for multiple selections.
#30DaysChallenge#Day23#HTMLForms#FrontendJourney
Day 22 of my #30daysofcoding ๐ป
Continuationโโ I also saw other special input types like telephone, and how to use the <textarea></textarea> element so users can type a longer message instead of just a single-line input.
#30DaysChallenge#FrontendJourney#CodingJourney#day22
Day 21 of my #30daysofcoding ๐ป
Today I learned about different form inputs. I used the form element with a label and an input type="email" with an id and name, so the browser can validate that the user enters a real email address.
#30Days#Day21#HTMLForms#FrontendJourney
Day 17 of my #30daysofcoding ๐ป
Today i learned non-semantic elements: <div> (block-level, for grouping page chunks like sections no meaning, just structure) and <span>(inline, like a neutral version of <strong>or<em>).
#30DaysChallenge#Day17#FrontendJourney#CodingJourney
Day 15 of my #30daysofcoding ๐ป
Today wrapping up HTML basicsโtime to shift to CSS tomorrow!
Mastered structure, links, media, lists, and semantics so far. Feeling ready to style it all up.
#30DaysChallenge#Day15#FrontendJourney
Day 14 of my #30daysofcoding ๐ป
Today i learned structural elements: they group content and add meaning to pages.
Started with <header>and<footer>, then <article>for main content, and <aside> for related but separate sections (like sidebars).
#Day14#FrontendJourney#code