OCEnterprises

Home Page

Does coding interest you? Read below to find out!

Welcome to my first website. Use the menus to look around. Give me some feedback or some advice by Contacting Me via the 'Contact Me' part of the website!

Also, feel free to subscribe or check out my YT channel (OCE) for daily videos on how to code: https://www.youtube.com/channel/UCCr06uWRoxBEhXtjs7-cQIw/featured

What is coding?

An example of coding

Coding is the process of using a programming language (e.g. Python) to get a computer to behave how you want it to. Every line of code tells the computer to do something, and a document full of lines of code is called a script. Each script is designed to carry out a job. This job might be to change an image and its size.

What is HTML?

What HDMI coding usually looks like

Hypertext Markup Language is a markup language for creating a webpage. Webpages are usually viewed in a web browser (e.g.Chrome). They can include writing, links, pictures, and even sound and video. HTML is used to mark and describe each of these kinds of content so the web browser can display them correctly. It can be assisted by CSS, etc.

What is CSS?

What CSS looks like

CSS stands for Cascading Style Sheets with an emphasis placed on Style. While HTML is used to structure a web document (defining things like headlines and paragraphs, and allowing you to embed images, video, and other media), CSS comes through and specifies your documents style, page layouts, colors, and fonts are all determined with CSS. Think of HTML as the foundation of a house, and CSS as the interior design.

What is JavaScript?

What JavaScript looks like

JavaScript is a text-based programming language used both on the client-side and server-side that allows you to make web pages interactive. Incorporating JavaScript improves the user experience of the web page by converting it from a static page (static in this sense means stationary; not moving) to an interactive one. To recap, JavaScript adds behaviour to web pages.