FundamentalsTechUncategorized2 phút đọcHùng NHlúc18 Tháng 1, 2024Unveiling the Web Browser: Gateway to the World Wide WebBefore delving into the intricacies of HTML and CSS, it’s essential to pause and ponder a fundamental question: What is a browser? In…
CodeHTMLTech2 phút đọcHùng NHlúc18 Tháng 1, 2024Text Tags: Blocks, headings and Inlines a quick start ✍In the world of HTML, text is a fundamental component, and understanding the various tags associated with it is crucial. In the body tag of an…
CodeGuidesHTML2 phút đọcHùng NHlúc18 Tháng 1, 2024Creating your first web page in pure HTML 🎉In our previous HTML example, we aimed to provide you with a quick overview to get you started. However, we need to delve deeper into the…
DatabasesSQL1 phút đọcHùng NHlúc18 Tháng 1, 2024How to insert data into your Table, the correct wayAfter your table is already created, you can add multiple kind of information.. Let’s start You can now start adding data into it with…
Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /www/wwwroot/hungnh.com/wp-includes/kses.php on line 1807CodeGuidesHTMLTech1 phút đọcHùng NHlúc18 Tháng 1, 2024Introduction to HTML 📖HTML, or Hyper Text Markup Language, is the fundamental building block of the World Wide Web. In the early days of the internet, HTML files…
CodeCSSHTML1 phút đọcHùng NHlúc17 Tháng 1, 2024CSS Selectors: Class and ID basic filtering for HTML elementsWe’ve seen the basics of selectors.CSS selectors offer versatile ways to target specific HTML elements for styling. While we’ve covered…
CSSFundamentalsHTML2 phút đọcHùng NHlúc16 Tháng 1, 2024Introduction to CSS 🚀So far we’ve worked with HTML alone. While HTML forms the backbone of web content, the need for customization and visual appeal leads us to…
CodeGuidesJavascript1 phút đọcHùng NHlúc16 Tháng 1, 2024JavaScript Basics: Literals, Identifiers, and VariablesLiterals Definition: A literal is a value that is directly written in the source code. It can be a simple value like a number, string,…
DatabasesSQL2 phút đọcHùng NHlúc15 Tháng 1, 2024Introduction to DBMS and SQLIn the realm of information management, databases play a pivotal role. Let’s explore what a database is, its utility, and the diverse…
DeploymentGuides1 phút đọcHùng NHlúc10 Tháng 1, 2024Final steps to Deploy on NetlifyIt looks like you’ve successfully deployed your site to Netlify, and you’re ready to make and deploy changes. That’s…