Skip to content

Instantly share code, notes, and snippets.

View kazinoman's full-sized avatar
:octocat:
Focusing...

Abdullah_Al_Noman kazinoman

:octocat:
Focusing...
View GitHub Profile
@marko-jankovic
marko-jankovic / CSS and HTML interview questions.md
Last active April 10, 2026 04:57
CSS and HTML interview questions

1. HTML Fundamentals

HTML Structure and Semantics

  • What is HTML?
    HTML (Hypertext Markup Language) is the standard language used to create and design documents on the web. It structures content using elements or tags.

  • What are the building blocks of HTML5?
    The building blocks of HTML5 include elements like <header>, <footer>, <section>, <article>, and <nav> which enhance semantic meaning and accessibility.

  • What is the purpose of the `` element in HTML?

@Tims101
Tims101 / Top 50 Universities List.md
Last active May 1, 2026 15:44
Top 50 Computer Science Universities

Universities

Massachusetts Institute of Technology (MIT)

###phd###

  • MIT Graduate Admissions link
  • PhD Program - MIT Sloan School of Management link
  • MIT - Massachusetts Institute of Technology link
  • to view contact information for all departments. - MIT link
@staltz
staltz / introrx.md
Last active July 24, 2026 00:55
The introduction to Reactive Programming you've been missing