Loading...
Background Image

Technical Documentation in Software Development

The aims of this website is to write the very basic blog programming related to web development programming such as Python, HTML, CSS and JavaScript including Python Framework as Django. And how to be implemented in the website development system. This is also part of Learning code when I started build this site.

Basic programming introductions

These tutorials will show you how to begin writing three common types of code used in web development, which combined make up the average website that you see every day: HTML, CSS, and JavaScript. Visit the Blog tutorials

CSS

CSS - Cascading Style Sheets

Cascading Style Sheets or CSS is a style sheet language used for describing the presentation of a document written in a markup language such as HTML. CSS is a cornerstone technology of the World Wide Web, alongside HTML and JavaScript.

HTML

HTML - HyperText Markup Language

HyperText Markup Language or HTML is the most basic building block of the Web. It defines the meaning and structure of web content. Other technologies besides HTML are generally used to describe a web page's appearance/presentation (CSS) or functionality/behavior (JavaScript).

JavaScript

JS - JavaScript

JavaScript or JS is a scripting language that enables you to create dynamically updating content, control multimedia, animate images, and pretty much everything else. (Okay, not everything, but it is amazing what you can achieve with a few lines of JavaScript code.)