Topic 4 : HTML Lists
In HTML, lists are used to group related items together. There are three main types of lists: 1. Ordered List […]
In HTML, lists are used to group related items together. There are three main types of lists: 1. Ordered List […]
This is Standard Format of writing HTML Code. <!DOCTYPE html><html lang=”en”> <!– Root Tag–><head> <!– Store Meta Data–> <meta
What is Elements? Click here An element in HTML is a building block of a webpage. It usually has a
What is HTML ? HTML means HyperText Markup Language. It tells browsers how to structure and format a website so
Download Requirements Assets JavaScript files Output http://rsportfolio.com/wp-content/uploads/2025/09/video.mp4 style.css Copy to Clipboard * { margin: 0; padding: 0; box-sizing: border-box; font-family:
In order to make your code operate well with both WordPress core and additional WordPress plugins, follow these recommended practices.
style.css Copy to Clipboard .page404 { background-color: #fff; height: 100vh; width: 100%; } .container { text-align:
Used Properties: transition, inset, position, flex,filter,overflow style.css Copy to Clipboard *{ padding: 0; margin: 0; box-sizing: border-box; } body{ display:
What is cascade in css? The CSS cascade is an algorithm who’s job is to select CSS declarations in order
Hooks for activation and deactivation provide you ways to do things when plugins are turned on or off. Plugins can