Jalaj Singhaljalajsinghal3.hashnode.dev·Jul 10, 2024Visibility of textIn this code, we are going to hide or change the visibility of the text written or the image using html CSS. <!DOCTYPE html> <html> <head> <style> body{ background-color: black; color:white; } h1.visible { visibility: visible; } h1.hidden...DiscussHTML5
mudassir khanmrkhan.hashnode.dev·Sep 17, 2022Set and Get Visibility Of View’sA View is a simple building block of a user interface. It is a small rectangular box that can be TextView, EditText, or even a button. It occupies the area on the screen in a rectangular area and is responsible for drawing and event handling. View is...Discussvisibility