Showing Post of  "O Level M2-R5.1" Category

CSS Menu Design - Web Designing (M2-R5.1) O Level

How to Create MEnu using CSS For Begginers Output: CSS Menu Design Code | Web Designing and Publishing <!DOCTYPE html> <html> <head> <title>CSS Menu Design - O Level</title> <style type="text/css"> div{ height: 50px; width:100%; background-color: navy; } div ul{ list-style-type: none; } div ul

Read More