ีรฆแŽกแžแ†ฮแ€

Joined April 2025
139 Photos and videos
Hello Everyone, As you all may already know my name is Onyeka and I've been here for quite a while, so recently I've been thinking of a skill to build, I needed something that could give me an edge both home and away hence I did my research and I discovered Front-end development
1
53
Whitespace in HTML is the space in contents that HTML see's E.g <p>Hello World </p> what browser does โ†’ Hello World, contains one white space But <p>Hello World</p> contains 5 whitespaces, what the browser does โ†’ Hello World, it collapses it all into one
1
4
SIMPLIFIED *HTML comments are notes for developers, hidden from the webpage itself, used to explain why code exists, organize sections of a document, or leave reminders for yourself and others. They are useful, but they should explain what isn't obvious from the code, not ----*
1
2
INTERMISSION *Apologies for not being able to post yesterday because the network was shit*
5
Day 1 Our achievements We learnt all about the anatomy of an HTML document. A html document as a singularity is ineffective and won't work, it contains various elements that enable it function properly
1
6
l be able to display in many languages if you don't add this you will incur problems in the future <body>รท this contains all the contents visible to the user including other elements, images, video games and playable audio
1
5
SIMPLIFIED. <!DOCTYPE html> โ†’ Use modern HTML. <html> โ†’ The entire webpage. <head> โ†’ Information about the webpage. <meta charset="utf-8"> โ†’ How to read characters. <title> โ†’ The browser tab name. <body> โ†’ Everything the user actually sees.
7