12 January 2025 Making Count Master In Gdevelop Youtube Video Assets And Extension I Used A3f by pandako(Used for Change Opacity of 3d Objects) https://pandako.itch.io/a3f 3d character Model https…
18 June 2024 Update: 12 Jan 2025 HTML Iframes HTML Iframe Syntax The HTML <iframe> tag specifies an inline frame. An inline frame is used to embe…
18 June 2024 HTML Block and Inline Elements Every HTML element has a default display value, depending on what type of element it is. The two most common display values are block and i…
18 June 2024 Html Table Tags HTML Table Tag <table> Used to create table <tr> (Table Row)table is divided into rows <td>(Table Data) each row is divided into da…
18 June 2024 Image Tag • To display an image on a page, you need to use the src attribute. • src stands for "source". The value of the src attribute is the URL of…
18 June 2024 Html Text Color, Alignment And Hyperlink Background & Text Color Tag • The attribute bgcolor is used for changing the background color of the page. <body bgcolor="Green" >…
18 June 2024 Html Font Tags Font Tag • This element is used to format the size, typeface and color of the enclosed text. • The commonly used fonts for web pages are Arial, Comic…
18 June 2024 Html Text Formatting Tags <b> Defines bold text <big> Defines big text <small> Defines small text <strong> Defines strong text <sub> Defi…
18 June 2024 Line Brake And Horizontal Line Tag · If you want a line break or a new line without starting a new paragraph Use the <br> tag. · Defines a horizontal line use…
18 June 2024 Html Headings and Paragraph tags Text Heading Tags Heading Element:-> • There are six heading elements (<H1>,<H2>,<H3>,<H4>, <H5>,<H6>). …
18 June 2024 Code With HTML HTML STRUCTURE < H EAD> < TITLE> MY FIRST PAGE <BODY> GLOBAL INFORMATION CHANNELI </BODY> </HTML> Explain these tags …