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
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.
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
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
These are built in Boolean attributes
disabled
checked
required
readonly
hidden
multiple
autoplay
selected
muted
loop
open
If you want to customise data attributes you use
data-loading
data-active
data-expanded
data-premium
Day 0
Our achievements
1) I learnt that semantics= meaning
2) I remembered the full meaning of HTML = Hypertext Markup Language
3) I learnt that html lives inside documents called html documents or just html with and index. to the file name
Without confusing the browser and breaking the code I use this
title=" my&quot; name&quot; is&quot; onyeka&quot; "
Browser automatically converts it to
title=" my" name" is" onyeka" "
Without confusion and breaking the code
I stopped at Anatomy of HTML Document.
----