Results for: "markup"
Contents (65)
HTML vs Markdown in Claude Code: Efficiency in Use and Architecture
IntroductionIn the world of software development, the way we present documentation and technical reports can significantly impact the efficiency of…
read more
Validating HTML forms using BULMA and vanilla JavaScript
Today we are going to write about contact forms and how to validate them using JavaScript. The contact form seems to…
read more
A FULFILLED PROMISE - Using the FETCH API to make AJAX calls
In this article we talked about what AJAX calls are and how to use them in a traditional way, by…
read more
Introduction to BEM (Block Element Modifier)
Problems with naming CSS classes I think I might not be the only one with this experience: after finally grasping all…
read more
First steps into JavaScript – a practical guide 3
After we learned the basic of accessing DOM elements and how to modify them, we are…
read more