Skip to content

Saptarshi-Chakraborty/c-diye-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C diye Frontend 👽

A frontend framework in C. just for fun

Background: One of the professors in our college had a crush on C language and always tells us to learn C. But as a college student we were primarily interested in Web Development and other types of languages. In our friends group, we always make fun of his talks saying that he will only be happy with web development if we can write it in C language. 😂

That's why this repo came into existence.
...and will be here till it satisfies him ☠

Table of Contents

Rules

  • Declare all the HTML element variables as Global Variables, at the top of the file. To initialize their values to 0 | NULL;
  • Prg4.c file should contain all the function to build the html code structure of the website.
  • Prg5.c file should contain all the function to make the html,css,js files in the out folder.

Element Types

1. HTML

refers to the structure of a webpage and consists of a series of parameters that define the different parts of a webpage.

Attribute Description
title title of the document
description description of the document
keywords keywords of the document