top of page
Search


Examples of Basic CSS Properties in Action:
Here are some examples using the CSS properties mentioned that you can use on most of your webpages. Font Properties: h1Â { font-family:...
compnomics
Feb 14, 20241 min read
8 views
0 comments


Bio-data created using HTML, CSS, and a table tag
This code creates a simple bio-data table with labels on the left and corresponding information on the right. You can customize it...
compnomics
Feb 13, 20242 min read
648 views
0 comments


HTML code to create a simple Bio-Data
This code creates a basic timetable with subjects for each day and time slot. You can customize it further by: Adding a header row for...
compnomics
Feb 13, 20243 min read
10,044 views
3 comments


HTML and CSS code for Class timetable
HTML Code <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,...
compnomics
Feb 13, 20241 min read
14 views
0 comments
bottom of page