Learn513 - Learning makes easy | By Pravinga513
Notification texts go here... Link
Reach out!
Pinned Post
Latest Posts
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…
HTML Iframes
HTML Iframe Syntax The HTML <iframe> tag specifies an inline frame. An inline frame is used to embe…
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…
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…
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…
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" >…
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…
Html Text Formatting Tags
<b> Defines bold text <big> Defines big text <small> Defines small text <strong> Defines strong text <sub> Defi…
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…